HEX: #A59F80
RGB: (165,159,128)
#A59F80 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A59F80 ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #A59F80 wird in RGB als (165,159,128) definiert.
RGB: (165,159,128)
(65%, 62%, 50%)
R 165 von 255 = 65%
G 159 von 255 = 62%
B 128 von 255 = 50%
R + G + B ~ 59%. #A59F80 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 165 + 159 + 128 = 452 (100%)
R 165 von 452 ~ 36.5%
G 159 von 452 ~ 35.18%
B 128 von 452 ~ 28.32'%
Die Farbe #A59F80 wird in CMYK als (0,4,22,35) definiert.
CMYK: (0,4,22,35)
C0M4Y22K35 (0%, 4%, 22%, 35%)
(0.00 / 0.04 / 0.22 / 0.35)
Farbe #A59F80 in den populären Farbmodellen.
A5 | 9F | 80 | |
---|---|---|---|
RGB | 165 | 159 | 128 |
HSL | 50° | 17.05% | 57.45% |
HSB/HSV | 50° | 22.42% | 64.71% |
CMYK | 0.00% | 3.64% | 22.42% |
35.29% |
Die Farbe #A59F80 in den populären Zahlensystemen.
Hexadezimal | A5 | 9F | 80 |
Dezimal | 165 | 159 | 128 |
Binär | 10100101 | 10011111 | 10000000 |
Oktal | 245 | 237 | 200 |
Dunkle Töne der Farbe #A59F80
Helle Töne der Farbe #A59F80
Beispiele css- und html für Elemente in der Farbe #A59F80. Bitte benutzen Sie auch rgb(165,159,128) statt hex-Code.
.myTextColor { color: #A59F80; }
<p style="color:#A59F80">This sample text font color is #A59F80.</p>
Die Farbe dieses Textes ist #A59F80.
.myBgColor { background-color: #A59F80; }
<div style="background-color:#A59F80">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A59F80.
.myBorderColor { border: 1px solid #A59F80; }
<div style="border:3px solid #A59F80">Div</div>
Die Grenzen von diesem div sind in Farbe #A59F80.
.myOpacity80 { color: #A59F80; opacity: 0.8; }
<p style="color:#A59F80;opacity:0.8;">80%</p>
Text in Farbe #A59F80 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A59F80;}
<p style="text-shadow: 3px 3px 1px #A59F80">Text here.</p>
Dieser Text hat den Schatten in Farbe #A59F80.
.textShadow {text-shadow: 3px 3px 1px #A59F80', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A59F80, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A59F80 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A59F80, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A59F80, Direction=45, Strength=4)">Text</p>
This text has shadow with #A59F80 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A59F80;
-webkit-box-shadow: 1px 1px 3px 2px #A59F80;
box-shadow: 1px 1px 3px 2px #A59F80;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A59F80; -webkit-box-shadow: 1px 1px 3px 2px #A59F80; box-shadow:1px 1px 3px 2px #A59F80;">
Div content here
</div>
Dieser Text ist in der Farbe #A59F80 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A59F80 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A59F80.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A59F80.
Kontrastfarbe für #A59F80 ist #5A607F.