HEX: #AB9B4F
RGB: (171,155,79)
#AB9B4F enthält hauptsächlich rote und grüne Farbe. Für #AB9B4F ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #AB9B4F wird in RGB als (171,155,79) definiert.
RGB: (171,155,79) (67%,61%,31%)
R 171 von 255 = 67%
G 155 von 255 = 61%
B 79 von 255 = 31%
R + G + B ~ 53%. #AB9B4F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 155 + 79 = 405 (100%)
R 171 von 405 ~ 42.22%
G 155 von 405 ~ 38.27%
B 79 von 405 ~ 19.51%
Die Farbe #AB9B4F wird in CMYK als (0,9,54,33) definiert.
CMYK: (0,9,54,33) C0M9Y54K33 (0%,9%,54%,33%) (0.00/0.09/0.54/0.33)
AB | 9B | 4F | |
---|---|---|---|
RGB | 171 | 155 | 79 |
HSL | 50° | 36.80% | 49.02% |
HSB/HSV | 50° | 53.80% | 67.06% |
CMYK | 0.00% | 9.36% | 53.80% |
32.94% |
Hexadezimal | AB | 9B | 4F |
Dezimal | 171 | 155 | 79 |
Binär | 10101011 | 10011011 | 1001111 |
Oktal | 253 | 233 | 117 |
Beispiele css- und html für Elemente in der Farbe #AB9B4F. Bitte benutzen Sie auch rgb(171,155,79) statt hex-Code.
.myTextColor { color: #AB9B4F; }
<p style="color:#AB9B4F">This sample text font color is #AB9B4F.</p>
Die Farbe dieses Textes ist #AB9B4F.
.myBgColor { background-color: #AB9B4F; }
<div style="background-color:#AB9B4F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB9B4F.
.myBorderColor { border: 1px solid #AB9B4F; }
<div style="border:3px solid #AB9B4F">Div</div>
Die Grenzen von diesem div sind in Farbe #AB9B4F.
.myOpacity80 { color: #AB9B4F; opacity: 0.8; }
<p style="color:#AB9B4F;opacity:0.8;">80%</p>
Text in Farbe #AB9B4F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB9B4F;}
<p style="text-shadow: 3px 3px 1px #AB9B4F">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB9B4F.
.textShadow {text-shadow: 3px 3px 1px #AB9B4F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB9B4F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB9B4F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB9B4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB9B4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB9B4F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB9B4F; -webkit-box-shadow: 1px 1px 3px 2px #AB9B4F; box-shadow: 1px 1px 3px 2px #AB9B4F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB9B4F; -webkit-box-shadow: 1px 1px 3px 2px #AB9B4F; box-shadow:1px 1px 3px 2px #AB9B4F;">
Div content here</div>
Dieser Text ist in der Farbe #AB9B4F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB9B4F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB9B4F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB9B4F.