HEX: #ADAB61
RGB: (173,171,97)
#ADAB61 enthält hauptsächlich rote und grüne Farbe. Für #ADAB61 ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #ADAB61 wird in RGB als (173,171,97) definiert.
RGB: (173,171,97)
(68%, 67%, 38%)
R 173 von 255 = 68%
G 171 von 255 = 67%
B 97 von 255 = 38%
R + G + B ~ 58%. #ADAB61 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 173 + 171 + 97 = 441 (100%)
R 173 von 441 ~ 39.23%
G 171 von 441 ~ 38.78%
B 97 von 441 ~ 22'%
Die Farbe #ADAB61 wird in CMYK als (0,1,44,32) definiert.
CMYK: (0,1,44,32)
C0M1Y44K32 (0%, 1%, 44%, 32%)
(0.00 / 0.01 / 0.44 / 0.32)
Farbe #ADAB61 in den populären Farbmodellen.
AD | AB | 61 | |
---|---|---|---|
RGB | 173 | 171 | 97 |
HSL | 58° | 31.67% | 52.94% |
HSB/HSV | 58° | 43.93% | 67.84% |
CMYK | 0.00% | 1.16% | 43.93% |
32.16% |
Die Farbe #ADAB61 in den populären Zahlensystemen.
Hexadezimal | AD | AB | 61 |
Dezimal | 173 | 171 | 97 |
Binär | 10101101 | 10101011 | 1100001 |
Oktal | 255 | 253 | 141 |
Dunkle Töne der Farbe #ADAB61
Helle Töne der Farbe #ADAB61
Beispiele css- und html für Elemente in der Farbe #ADAB61. Bitte benutzen Sie auch rgb(173,171,97) statt hex-Code.
.myTextColor { color: #ADAB61; }
<p style="color:#ADAB61">This sample text font color is #ADAB61.</p>
Die Farbe dieses Textes ist #ADAB61.
.myBgColor { background-color: #ADAB61; }
<div style="background-color:#ADAB61">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADAB61.
.myBorderColor { border: 1px solid #ADAB61; }
<div style="border:3px solid #ADAB61">Div</div>
Die Grenzen von diesem div sind in Farbe #ADAB61.
.myOpacity80 { color: #ADAB61; opacity: 0.8; }
<p style="color:#ADAB61;opacity:0.8;">80%</p>
Text in Farbe #ADAB61 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADAB61;}
<p style="text-shadow: 3px 3px 1px #ADAB61">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADAB61.
.textShadow {text-shadow: 3px 3px 1px #ADAB61', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADAB61, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADAB61 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADAB61, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADAB61, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADAB61 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADAB61;
-webkit-box-shadow: 1px 1px 3px 2px #ADAB61;
box-shadow: 1px 1px 3px 2px #ADAB61;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADAB61; -webkit-box-shadow: 1px 1px 3px 2px #ADAB61; box-shadow:1px 1px 3px 2px #ADAB61;">
Div content here
</div>
Dieser Text ist in der Farbe #ADAB61 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADAB61 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADAB61.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADAB61.
Kontrastfarbe für #hex ist #52549E.