HEX: #ADA59B
RGB: (173,165,155)
#ADA59B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #ADA59B ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #ADA59B wird in RGB als (173,165,155) definiert.
RGB: (173,165,155)
(68%, 65%, 61%)
R 173 von 255 = 68%
G 165 von 255 = 65%
B 155 von 255 = 61%
R + G + B ~ 65%. #ADA59B ziemlich helle Farbe.
R + G + B = 173 + 165 + 155 = 493 (100%)
R 173 von 493 ~ 35.09%
G 165 von 493 ~ 33.47%
B 155 von 493 ~ 31.44'%
Die Farbe #ADA59B wird in CMYK als (0,5,10,32) definiert.
CMYK: (0,5,10,32) C0M5Y10K32 (0%,5%,10%,32%) (0.00/0.05/0.10/0.32)
Farbe #ADA59B in den populären Farbmodellen.
AD | A5 | 9B | |
---|---|---|---|
RGB | 173 | 165 | 155 |
HSL | 33° | 9.89% | 64.31% |
HSB/HSV | 33° | 10.40% | 67.84% |
CMYK | 0.00% | 4.62% | 10.40% |
32.16% |
Die Farbe #ADA59B in den populären Zahlensystemen.
Hexadezimal | AD | A5 | 9B |
Dezimal | 173 | 165 | 155 |
Binär | 10101101 | 10100101 | 10011011 |
Oktal | 255 | 245 | 233 |
Dunkle Töne der Farbe #ADA59B
Helle Töne der Farbe #ADA59B
Beispiele css- und html für Elemente in der Farbe #ADA59B. Bitte benutzen Sie auch rgb(173,165,155) statt hex-Code.
.myTextColor { color: #ADA59B; }
<p style="color:#ADA59B">This sample text font color is #ADA59B.</p>
Die Farbe dieses Textes ist #ADA59B.
.myBgColor { background-color: #ADA59B; }
<div style="background-color:#ADA59B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ADA59B.
.myBorderColor { border: 1px solid #ADA59B; }
<div style="border:3px solid #ADA59B">Div</div>
Die Grenzen von diesem div sind in Farbe #ADA59B.
.myOpacity80 { color: #ADA59B; opacity: 0.8; }
<p style="color:#ADA59B;opacity:0.8;">80%</p>
Text in Farbe #ADA59B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA59B;}
<p style="text-shadow: 3px 3px 1px #ADA59B">Text here.</p>
Dieser Text hat den Schatten in Farbe #ADA59B.
.textShadow {text-shadow: 3px 3px 1px #ADA59B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA59B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ADA59B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA59B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA59B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA59B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA59B;
-webkit-box-shadow: 1px 1px 3px 2px #ADA59B;
box-shadow: 1px 1px 3px 2px #ADA59B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA59B; -webkit-box-shadow: 1px 1px 3px 2px #ADA59B; box-shadow:1px 1px 3px 2px #ADA59B;">
Div content here
</div>
Dieser Text ist in der Farbe #ADA59B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ADA59B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ADA59B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ADA59B.
Kontrastfarbe für #hex ist #525A64.