HEX: #AE7D60
RGB: (174,125,96)
#AE7D60 enthält hauptsächlich rote und grüne Farbe. Für #AE7D60 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AE7D60 wird in RGB als (174,125,96) definiert.
RGB: (174,125,96) (68%,49%,38%)
R 174 von 255 = 68%
G 125 von 255 = 49%
B 96 von 255 = 38%
R + G + B ~ 52%. #AE7D60 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
174 + 125 + 96 = 395 (100%)
R 174 von 395 ~ 44.05%
G 125 von 395 ~ 31.65%
B 96 von 395 ~ 24.3%
Die Farbe #AE7D60 wird in CMYK als (0,28,45,32) definiert.
CMYK: (0,28,45,32) C0M28Y45K32 (0%,28%,45%,32%) (0.00/0.28/0.45/0.32)
AE | 7D | 60 | |
---|---|---|---|
RGB | 174 | 125 | 96 |
HSL | 22° | 32.50% | 52.94% |
HSB/HSV | 22° | 44.83% | 68.24% |
CMYK | 0.00% | 28.16% | 44.83% |
31.76% |
Hexadezimal | AE | 7D | 60 |
Dezimal | 174 | 125 | 96 |
Binär | 10101110 | 1111101 | 1100000 |
Oktal | 256 | 175 | 140 |
Beispiele css- und html für Elemente in der Farbe #AE7D60. Bitte benutzen Sie auch rgb(174,125,96) statt hex-Code.
.myTextColor { color: #AE7D60; }
<p style="color:#AE7D60">This sample text font color is #AE7D60.</p>
Die Farbe dieses Textes ist #AE7D60.
.myBgColor { background-color: #AE7D60; }
<div style="background-color:#AE7D60">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AE7D60.
.myBorderColor { border: 1px solid #AE7D60; }
<div style="border:3px solid #AE7D60">Div</div>
Die Grenzen von diesem div sind in Farbe #AE7D60.
.myOpacity80 { color: #AE7D60; opacity: 0.8; }
<p style="color:#AE7D60;opacity:0.8;">80%</p>
Text in Farbe #AE7D60 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE7D60;}
<p style="text-shadow: 3px 3px 1px #AE7D60">Text here.</p>
Dieser Text hat den Schatten in Farbe #AE7D60.
.textShadow {text-shadow: 3px 3px 1px #AE7D60, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE7D60, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AE7D60 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE7D60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE7D60, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE7D60 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE7D60; -webkit-box-shadow: 1px 1px 3px 2px #AE7D60; box-shadow: 1px 1px 3px 2px #AE7D60; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE7D60; -webkit-box-shadow: 1px 1px 3px 2px #AE7D60; box-shadow:1px 1px 3px 2px #AE7D60;">
Div content here</div>
Dieser Text ist in der Farbe #AE7D60 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AE7D60 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AE7D60.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AE7D60.