HEX: #AD964E
RGB: (173,150,78)
#AD964E enthält hauptsächlich rote und grüne Farbe. Für #AD964E ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #AD964E wird in RGB als (173,150,78) definiert.
RGB: (173,150,78) (68%,59%,31%)
R 173 von 255 = 68%
G 150 von 255 = 59%
B 78 von 255 = 31%
R + G + B ~ 53%. #AD964E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 150 + 78 = 401 (100%)
R 173 von 401 ~ 43.14%
G 150 von 401 ~ 37.41%
B 78 von 401 ~ 19.45%
Die Farbe #AD964E wird in CMYK als (0,13,55,32) definiert.
CMYK: (0,13,55,32) C0M13Y55K32 (0%,13%,55%,32%) (0.00/0.13/0.55/0.32)
AD | 96 | 4E | |
---|---|---|---|
RGB | 173 | 150 | 78 |
HSL | 45° | 37.85% | 49.22% |
HSB/HSV | 45° | 54.91% | 67.84% |
CMYK | 0.00% | 13.29% | 54.91% |
32.16% |
Hexadezimal | AD | 96 | 4E |
Dezimal | 173 | 150 | 78 |
Binär | 10101101 | 10010110 | 1001110 |
Oktal | 255 | 226 | 116 |
Beispiele css- und html für Elemente in der Farbe #AD964E. Bitte benutzen Sie auch rgb(173,150,78) statt hex-Code.
.myTextColor { color: #AD964E; }
<p style="color:#AD964E">This sample text font color is #AD964E.</p>
Die Farbe dieses Textes ist #AD964E.
.myBgColor { background-color: #AD964E; }
<div style="background-color:#AD964E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD964E.
.myBorderColor { border: 1px solid #AD964E; }
<div style="border:3px solid #AD964E">Div</div>
Die Grenzen von diesem div sind in Farbe #AD964E.
.myOpacity80 { color: #AD964E; opacity: 0.8; }
<p style="color:#AD964E;opacity:0.8;">80%</p>
Text in Farbe #AD964E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD964E;}
<p style="text-shadow: 3px 3px 1px #AD964E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD964E.
.textShadow {text-shadow: 3px 3px 1px #AD964E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD964E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD964E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD964E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD964E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD964E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD964E; -webkit-box-shadow: 1px 1px 3px 2px #AD964E; box-shadow: 1px 1px 3px 2px #AD964E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD964E; -webkit-box-shadow: 1px 1px 3px 2px #AD964E; box-shadow:1px 1px 3px 2px #AD964E;">
Div content here</div>
Dieser Text ist in der Farbe #AD964E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD964E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD964E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD964E.