HEX: #AD8C8A
RGB: (173,140,138)
#AD8C8A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AD8C8A ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AD8C8A wird in RGB als (173,140,138) definiert.
RGB: (173,140,138) (68%,55%,54%)
R 173 von 255 = 68%
G 140 von 255 = 55%
B 138 von 255 = 54%
R + G + B ~ 59%. #AD8C8A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 140 + 138 = 451 (100%)
R 173 von 451 ~ 38.36%
G 140 von 451 ~ 31.04%
B 138 von 451 ~ 30.6%
Die Farbe #AD8C8A wird in CMYK als (0,19,20,32) definiert.
CMYK: (0,19,20,32) C0M19Y20K32 (0%,19%,20%,32%) (0.00/0.19/0.20/0.32)
AD | 8C | 8A | |
---|---|---|---|
RGB | 173 | 140 | 138 |
HSL | 3° | 17.59% | 60.98% |
HSB/HSV | 3° | 20.23% | 67.84% |
CMYK | 0.00% | 19.08% | 20.23% |
32.16% |
Hexadezimal | AD | 8C | 8A |
Dezimal | 173 | 140 | 138 |
Binär | 10101101 | 10001100 | 10001010 |
Oktal | 255 | 214 | 212 |
Beispiele css- und html für Elemente in der Farbe #AD8C8A. Bitte benutzen Sie auch rgb(173,140,138) statt hex-Code.
.myTextColor { color: #AD8C8A; }
<p style="color:#AD8C8A">This sample text font color is #AD8C8A.</p>
Die Farbe dieses Textes ist #AD8C8A.
.myBgColor { background-color: #AD8C8A; }
<div style="background-color:#AD8C8A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD8C8A.
.myBorderColor { border: 1px solid #AD8C8A; }
<div style="border:3px solid #AD8C8A">Div</div>
Die Grenzen von diesem div sind in Farbe #AD8C8A.
.myOpacity80 { color: #AD8C8A; opacity: 0.8; }
<p style="color:#AD8C8A;opacity:0.8;">80%</p>
Text in Farbe #AD8C8A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8C8A;}
<p style="text-shadow: 3px 3px 1px #AD8C8A">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD8C8A.
.textShadow {text-shadow: 3px 3px 1px #AD8C8A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8C8A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD8C8A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8C8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8C8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8C8A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD8C8A; -webkit-box-shadow: 1px 1px 3px 2px #AD8C8A; box-shadow: 1px 1px 3px 2px #AD8C8A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD8C8A; -webkit-box-shadow: 1px 1px 3px 2px #AD8C8A; box-shadow:1px 1px 3px 2px #AD8C8A;">
Div content here</div>
Dieser Text ist in der Farbe #AD8C8A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD8C8A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD8C8A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD8C8A.