HEX: #AE937D
RGB: (174,147,125)
#AE937D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AE937D ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #AE937D wird in RGB als (174,147,125) definiert.
RGB: (174,147,125) (68%,58%,49%)
R 174 von 255 = 68%
G 147 von 255 = 58%
B 125 von 255 = 49%
R + G + B ~ 58%. #AE937D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
174 + 147 + 125 = 446 (100%)
R 174 von 446 ~ 39.01%
G 147 von 446 ~ 32.96%
B 125 von 446 ~ 28.03%
Die Farbe #AE937D wird in CMYK als (0,16,28,32) definiert.
CMYK: (0,16,28,32) C0M16Y28K32 (0%,16%,28%,32%) (0.00/0.16/0.28/0.32)
AE | 93 | 7D | |
---|---|---|---|
RGB | 174 | 147 | 125 |
HSL | 27° | 23.22% | 58.63% |
HSB/HSV | 27° | 28.16% | 68.24% |
CMYK | 0.00% | 15.52% | 28.16% |
31.76% |
Hexadezimal | AE | 93 | 7D |
Dezimal | 174 | 147 | 125 |
Binär | 10101110 | 10010011 | 1111101 |
Oktal | 256 | 223 | 175 |
Beispiele css- und html für Elemente in der Farbe #AE937D. Bitte benutzen Sie auch rgb(174,147,125) statt hex-Code.
.myTextColor { color: #AE937D; }
<p style="color:#AE937D">This sample text font color is #AE937D.</p>
Die Farbe dieses Textes ist #AE937D.
.myBgColor { background-color: #AE937D; }
<div style="background-color:#AE937D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AE937D.
.myBorderColor { border: 1px solid #AE937D; }
<div style="border:3px solid #AE937D">Div</div>
Die Grenzen von diesem div sind in Farbe #AE937D.
.myOpacity80 { color: #AE937D; opacity: 0.8; }
<p style="color:#AE937D;opacity:0.8;">80%</p>
Text in Farbe #AE937D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE937D;}
<p style="text-shadow: 3px 3px 1px #AE937D">Text here.</p>
Dieser Text hat den Schatten in Farbe #AE937D.
.textShadow {text-shadow: 3px 3px 1px #AE937D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE937D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AE937D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE937D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE937D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE937D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE937D; -webkit-box-shadow: 1px 1px 3px 2px #AE937D; box-shadow: 1px 1px 3px 2px #AE937D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE937D; -webkit-box-shadow: 1px 1px 3px 2px #AE937D; box-shadow:1px 1px 3px 2px #AE937D;">
Div content here</div>
Dieser Text ist in der Farbe #AE937D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AE937D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AE937D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AE937D.