HEX: #AB857A
RGB: (171,133,122)
#AB857A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB857A ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #AB857A wird in RGB als (171,133,122) definiert.
RGB: (171,133,122) (67%,52%,48%)
R 171 von 255 = 67%
G 133 von 255 = 52%
B 122 von 255 = 48%
R + G + B ~ 56%. #AB857A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 133 + 122 = 426 (100%)
R 171 von 426 ~ 40.14%
G 133 von 426 ~ 31.22%
B 122 von 426 ~ 28.64%
Die Farbe #AB857A wird in CMYK als (0,22,29,33) definiert.
CMYK: (0,22,29,33) C0M22Y29K33 (0%,22%,29%,33%) (0.00/0.22/0.29/0.33)
AB | 85 | 7A | |
---|---|---|---|
RGB | 171 | 133 | 122 |
HSL | 13° | 22.58% | 57.45% |
HSB/HSV | 13° | 28.65% | 67.06% |
CMYK | 0.00% | 22.22% | 28.65% |
32.94% |
Hexadezimal | AB | 85 | 7A |
Dezimal | 171 | 133 | 122 |
Binär | 10101011 | 10000101 | 1111010 |
Oktal | 253 | 205 | 172 |
Beispiele css- und html für Elemente in der Farbe #AB857A. Bitte benutzen Sie auch rgb(171,133,122) statt hex-Code.
.myTextColor { color: #AB857A; }
<p style="color:#AB857A">This sample text font color is #AB857A.</p>
Die Farbe dieses Textes ist #AB857A.
.myBgColor { background-color: #AB857A; }
<div style="background-color:#AB857A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB857A.
.myBorderColor { border: 1px solid #AB857A; }
<div style="border:3px solid #AB857A">Div</div>
Die Grenzen von diesem div sind in Farbe #AB857A.
.myOpacity80 { color: #AB857A; opacity: 0.8; }
<p style="color:#AB857A;opacity:0.8;">80%</p>
Text in Farbe #AB857A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB857A;}
<p style="text-shadow: 3px 3px 1px #AB857A">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB857A.
.textShadow {text-shadow: 3px 3px 1px #AB857A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB857A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB857A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB857A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB857A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB857A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB857A; -webkit-box-shadow: 1px 1px 3px 2px #AB857A; box-shadow: 1px 1px 3px 2px #AB857A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB857A; -webkit-box-shadow: 1px 1px 3px 2px #AB857A; box-shadow:1px 1px 3px 2px #AB857A;">
Div content here</div>
Dieser Text ist in der Farbe #AB857A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB857A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB857A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB857A.