HEX: #AB7975
RGB: (171,121,117)
#AB7975 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB7975 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB7975 wird in RGB als (171,121,117) definiert.
RGB: (171,121,117) (67%,47%,46%)
R 171 von 255 = 67%
G 121 von 255 = 47%
B 117 von 255 = 46%
R + G + B ~ 53%. #AB7975 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 121 + 117 = 409 (100%)
R 171 von 409 ~ 41.81%
G 121 von 409 ~ 29.58%
B 117 von 409 ~ 28.61%
Die Farbe #AB7975 wird in CMYK als (0,29,32,33) definiert.
CMYK: (0,29,32,33) C0M29Y32K33 (0%,29%,32%,33%) (0.00/0.29/0.32/0.33)
AB | 79 | 75 | |
---|---|---|---|
RGB | 171 | 121 | 117 |
HSL | 4° | 24.32% | 56.47% |
HSB/HSV | 4° | 31.58% | 67.06% |
CMYK | 0.00% | 29.24% | 31.58% |
32.94% |
Hexadezimal | AB | 79 | 75 |
Dezimal | 171 | 121 | 117 |
Binär | 10101011 | 1111001 | 1110101 |
Oktal | 253 | 171 | 165 |
Beispiele css- und html für Elemente in der Farbe #AB7975. Bitte benutzen Sie auch rgb(171,121,117) statt hex-Code.
.myTextColor { color: #AB7975; }
<p style="color:#AB7975">This sample text font color is #AB7975.</p>
Die Farbe dieses Textes ist #AB7975.
.myBgColor { background-color: #AB7975; }
<div style="background-color:#AB7975">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7975.
.myBorderColor { border: 1px solid #AB7975; }
<div style="border:3px solid #AB7975">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7975.
.myOpacity80 { color: #AB7975; opacity: 0.8; }
<p style="color:#AB7975;opacity:0.8;">80%</p>
Text in Farbe #AB7975 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7975;}
<p style="text-shadow: 3px 3px 1px #AB7975">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7975.
.textShadow {text-shadow: 3px 3px 1px #AB7975, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7975, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7975 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7975, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7975, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7975 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB7975; -webkit-box-shadow: 1px 1px 3px 2px #AB7975; box-shadow: 1px 1px 3px 2px #AB7975; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB7975; -webkit-box-shadow: 1px 1px 3px 2px #AB7975; box-shadow:1px 1px 3px 2px #AB7975;">
Div content here</div>
Dieser Text ist in der Farbe #AB7975 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7975 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7975.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7975.