HEX: #A0828B
RGB: (160,130,139)
#A0828B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A0828B ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #A0828B wird in RGB als (160,130,139) definiert.
RGB: (160,130,139)
(63%, 51%, 55%)
R 160 von 255 = 63%
G 130 von 255 = 51%
B 139 von 255 = 55%
R + G + B ~ 56%. #A0828B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 160 + 130 + 139 = 429 (100%)
R 160 von 429 ~ 37.3%
G 130 von 429 ~ 30.3%
B 139 von 429 ~ 32.4'%
Die Farbe #A0828B wird in CMYK als (0,19,13,37) definiert.
CMYK: (0,19,13,37) C0M19Y13K37 (0%,19%,13%,37%) (0.00/0.19/0.13/0.37)
Farbe #A0828B in den populären Farbmodellen.
A0 | 82 | 8B | |
---|---|---|---|
RGB | 160 | 130 | 139 |
HSL | 342° | 13.64% | 56.86% |
HSB/HSV | 342° | 18.75% | 62.75% |
CMYK | 0.00% | 18.75% | 13.13% |
37.25% |
Die Farbe #A0828B in den populären Zahlensystemen.
Hexadezimal | A0 | 82 | 8B |
Dezimal | 160 | 130 | 139 |
Binär | 10100000 | 10000010 | 10001011 |
Oktal | 240 | 202 | 213 |
Dunkle Töne der Farbe #A0828B
Helle Töne der Farbe #A0828B
Beispiele css- und html für Elemente in der Farbe #A0828B. Bitte benutzen Sie auch rgb(160,130,139) statt hex-Code.
.myTextColor { color: #A0828B; }
<p style="color:#A0828B">This sample text font color is #A0828B.</p>
Die Farbe dieses Textes ist #A0828B.
.myBgColor { background-color: #A0828B; }
<div style="background-color:#A0828B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A0828B.
.myBorderColor { border: 1px solid #A0828B; }
<div style="border:3px solid #A0828B">Div</div>
Die Grenzen von diesem div sind in Farbe #A0828B.
.myOpacity80 { color: #A0828B; opacity: 0.8; }
<p style="color:#A0828B;opacity:0.8;">80%</p>
Text in Farbe #A0828B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A0828B;}
<p style="text-shadow: 3px 3px 1px #A0828B">Text here.</p>
Dieser Text hat den Schatten in Farbe #A0828B.
.textShadow {text-shadow: 3px 3px 1px #A0828B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A0828B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A0828B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0828B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A0828B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A0828B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A0828B;
-webkit-box-shadow: 1px 1px 3px 2px #A0828B;
box-shadow: 1px 1px 3px 2px #A0828B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0828B; -webkit-box-shadow: 1px 1px 3px 2px #A0828B; box-shadow:1px 1px 3px 2px #A0828B;">
Div content here
</div>
Dieser Text ist in der Farbe #A0828B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A0828B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A0828B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A0828B.
Kontrastfarbe für #hex ist #5F7D74.