HEX: #A8738D
RGB: (168,115,141)
#A8738D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A8738D ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #A8738D wird in RGB als (168,115,141) definiert.
RGB: (168,115,141) (66%,45%,55%)
R 168 von 255 = 66%
G 115 von 255 = 45%
B 141 von 255 = 55%
R + G + B ~ 55%. #A8738D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
168 + 115 + 141 = 424 (100%)
R 168 von 424 ~ 39.62%
G 115 von 424 ~ 27.12%
B 141 von 424 ~ 33.25%
Die Farbe #A8738D wird in CMYK als (0,32,16,34) definiert.
CMYK: (0,32,16,34) C0M32Y16K34 (0%,32%,16%,34%) (0.00/0.32/0.16/0.34)
A8 | 73 | 8D | |
---|---|---|---|
RGB | 168 | 115 | 141 |
HSL | 331° | 23.35% | 55.49% |
HSB/HSV | 331° | 31.55% | 65.88% |
CMYK | 0.00% | 31.55% | 16.07% |
34.12% |
Hexadezimal | A8 | 73 | 8D |
Dezimal | 168 | 115 | 141 |
Binär | 10101000 | 1110011 | 10001101 |
Oktal | 250 | 163 | 215 |
Beispiele css- und html für Elemente in der Farbe #A8738D. Bitte benutzen Sie auch rgb(168,115,141) statt hex-Code.
.myTextColor { color: #A8738D; }
<p style="color:#A8738D">This sample text font color is #A8738D.</p>
Die Farbe dieses Textes ist #A8738D.
.myBgColor { background-color: #A8738D; }
<div style="background-color:#A8738D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A8738D.
.myBorderColor { border: 1px solid #A8738D; }
<div style="border:3px solid #A8738D">Div</div>
Die Grenzen von diesem div sind in Farbe #A8738D.
.myOpacity80 { color: #A8738D; opacity: 0.8; }
<p style="color:#A8738D;opacity:0.8;">80%</p>
Text in Farbe #A8738D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A8738D;}
<p style="text-shadow: 3px 3px 1px #A8738D">Text here.</p>
Dieser Text hat den Schatten in Farbe #A8738D.
.textShadow {text-shadow: 3px 3px 1px #A8738D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A8738D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A8738D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A8738D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A8738D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A8738D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A8738D; -webkit-box-shadow: 1px 1px 3px 2px #A8738D; box-shadow: 1px 1px 3px 2px #A8738D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A8738D; -webkit-box-shadow: 1px 1px 3px 2px #A8738D; box-shadow:1px 1px 3px 2px #A8738D;">
Div content here</div>
Dieser Text ist in der Farbe #A8738D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A8738D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A8738D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A8738D.