HEX: #A6998C
RGB: (166,153,140)
#A6998C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A6998C ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #A6998C wird in RGB als (166,153,140) definiert.
RGB: (166,153,140)
(65%, 60%, 55%)
R 166 von 255 = 65%
G 153 von 255 = 60%
B 140 von 255 = 55%
R + G + B ~ 60%. #A6998C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 166 + 153 + 140 = 459 (100%)
R 166 von 459 ~ 36.17%
G 153 von 459 ~ 33.33%
B 140 von 459 ~ 30.5'%
Die Farbe #A6998C wird in CMYK als (0,8,16,35) definiert.
CMYK: (0,8,16,35)
C0M8Y16K35 (0%, 8%, 16%, 35%)
(0.00 / 0.08 / 0.16 / 0.35)
Farbe #A6998C in den populären Farbmodellen.
A6 | 99 | 8C | |
---|---|---|---|
RGB | 166 | 153 | 140 |
HSL | 30° | 12.75% | 60.00% |
HSB/HSV | 30° | 15.66% | 65.10% |
CMYK | 0.00% | 7.83% | 15.66% |
34.90% |
Die Farbe #A6998C in den populären Zahlensystemen.
Hexadezimal | A6 | 99 | 8C |
Dezimal | 166 | 153 | 140 |
Binär | 10100110 | 10011001 | 10001100 |
Oktal | 246 | 231 | 214 |
Dunkle Töne der Farbe #A6998C
Helle Töne der Farbe #A6998C
Beispiele css- und html für Elemente in der Farbe #A6998C. Bitte benutzen Sie auch rgb(166,153,140) statt hex-Code.
.myTextColor { color: #A6998C; }
<p style="color:#A6998C">This sample text font color is #A6998C.</p>
Die Farbe dieses Textes ist #A6998C.
.myBgColor { background-color: #A6998C; }
<div style="background-color:#A6998C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A6998C.
.myBorderColor { border: 1px solid #A6998C; }
<div style="border:3px solid #A6998C">Div</div>
Die Grenzen von diesem div sind in Farbe #A6998C.
.myOpacity80 { color: #A6998C; opacity: 0.8; }
<p style="color:#A6998C;opacity:0.8;">80%</p>
Text in Farbe #A6998C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6998C;}
<p style="text-shadow: 3px 3px 1px #A6998C">Text here.</p>
Dieser Text hat den Schatten in Farbe #A6998C.
.textShadow {text-shadow: 3px 3px 1px #A6998C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6998C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A6998C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6998C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6998C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6998C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6998C;
-webkit-box-shadow: 1px 1px 3px 2px #A6998C;
box-shadow: 1px 1px 3px 2px #A6998C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6998C; -webkit-box-shadow: 1px 1px 3px 2px #A6998C; box-shadow:1px 1px 3px 2px #A6998C;">
Div content here
</div>
Dieser Text ist in der Farbe #A6998C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A6998C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A6998C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A6998C.
Kontrastfarbe für #hex ist #596673.