HEX: #AE8475
RGB: (174,132,117)
#AE8475 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AE8475 ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #AE8475 wird in RGB als (174,132,117) definiert.
RGB: (174,132,117) (68%,52%,46%)
R 174 von 255 = 68%
G 132 von 255 = 52%
B 117 von 255 = 46%
R + G + B ~ 55%. #AE8475 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
174 + 132 + 117 = 423 (100%)
R 174 von 423 ~ 41.13%
G 132 von 423 ~ 31.21%
B 117 von 423 ~ 27.66%
Die Farbe #AE8475 wird in CMYK als (0,24,33,32) definiert.
CMYK: (0,24,33,32) C0M24Y33K32 (0%,24%,33%,32%) (0.00/0.24/0.33/0.32)
AE | 84 | 75 | |
---|---|---|---|
RGB | 174 | 132 | 117 |
HSL | 16° | 26.03% | 57.06% |
HSB/HSV | 16° | 32.76% | 68.24% |
CMYK | 0.00% | 24.14% | 32.76% |
31.76% |
Hexadezimal | AE | 84 | 75 |
Dezimal | 174 | 132 | 117 |
Binär | 10101110 | 10000100 | 1110101 |
Oktal | 256 | 204 | 165 |
Beispiele css- und html für Elemente in der Farbe #AE8475. Bitte benutzen Sie auch rgb(174,132,117) statt hex-Code.
.myTextColor { color: #AE8475; }
<p style="color:#AE8475">This sample text font color is #AE8475.</p>
Die Farbe dieses Textes ist #AE8475.
.myBgColor { background-color: #AE8475; }
<div style="background-color:#AE8475">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AE8475.
.myBorderColor { border: 1px solid #AE8475; }
<div style="border:3px solid #AE8475">Div</div>
Die Grenzen von diesem div sind in Farbe #AE8475.
.myOpacity80 { color: #AE8475; opacity: 0.8; }
<p style="color:#AE8475;opacity:0.8;">80%</p>
Text in Farbe #AE8475 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE8475;}
<p style="text-shadow: 3px 3px 1px #AE8475">Text here.</p>
Dieser Text hat den Schatten in Farbe #AE8475.
.textShadow {text-shadow: 3px 3px 1px #AE8475, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE8475, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AE8475 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE8475, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE8475, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE8475 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE8475; -webkit-box-shadow: 1px 1px 3px 2px #AE8475; box-shadow: 1px 1px 3px 2px #AE8475; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE8475; -webkit-box-shadow: 1px 1px 3px 2px #AE8475; box-shadow:1px 1px 3px 2px #AE8475;">
Div content here</div>
Dieser Text ist in der Farbe #AE8475 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AE8475 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AE8475.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AE8475.