HEX: #A6837D
RGB: (166,131,125)
#A6837D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A6837D ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #A6837D wird in RGB als (166,131,125) definiert.
RGB: (166,131,125) (65%,51%,49%)
R 166 von 255 = 65%
G 131 von 255 = 51%
B 125 von 255 = 49%
R + G + B ~ 55%. #A6837D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
166 + 131 + 125 = 422 (100%)
R 166 von 422 ~ 39.34%
G 131 von 422 ~ 31.04%
B 125 von 422 ~ 29.62%
Die Farbe #A6837D wird in CMYK als (0,21,25,35) definiert.
CMYK: (0,21,25,35) C0M21Y25K35 (0%,21%,25%,35%) (0.00/0.21/0.25/0.35)
A6 | 83 | 7D | |
---|---|---|---|
RGB | 166 | 131 | 125 |
HSL | 9° | 18.72% | 57.06% |
HSB/HSV | 9° | 24.70% | 65.10% |
CMYK | 0.00% | 21.08% | 24.70% |
34.90% |
Hexadezimal | A6 | 83 | 7D |
Dezimal | 166 | 131 | 125 |
Binär | 10100110 | 10000011 | 1111101 |
Oktal | 246 | 203 | 175 |
Beispiele css- und html für Elemente in der Farbe #A6837D. Bitte benutzen Sie auch rgb(166,131,125) statt hex-Code.
.myTextColor { color: #A6837D; }
<p style="color:#A6837D">This sample text font color is #A6837D.</p>
Die Farbe dieses Textes ist #A6837D.
.myBgColor { background-color: #A6837D; }
<div style="background-color:#A6837D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A6837D.
.myBorderColor { border: 1px solid #A6837D; }
<div style="border:3px solid #A6837D">Div</div>
Die Grenzen von diesem div sind in Farbe #A6837D.
.myOpacity80 { color: #A6837D; opacity: 0.8; }
<p style="color:#A6837D;opacity:0.8;">80%</p>
Text in Farbe #A6837D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6837D;}
<p style="text-shadow: 3px 3px 1px #A6837D">Text here.</p>
Dieser Text hat den Schatten in Farbe #A6837D.
.textShadow {text-shadow: 3px 3px 1px #A6837D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6837D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A6837D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6837D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6837D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6837D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A6837D; -webkit-box-shadow: 1px 1px 3px 2px #A6837D; box-shadow: 1px 1px 3px 2px #A6837D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A6837D; -webkit-box-shadow: 1px 1px 3px 2px #A6837D; box-shadow:1px 1px 3px 2px #A6837D;">
Div content here</div>
Dieser Text ist in der Farbe #A6837D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A6837D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A6837D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A6837D.