HEX: #AB5F75
RGB: (171,95,117)
#AB5F75 enthält hauptsächlich rote und blaue Farbe. Für #AB5F75 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB5F75 wird in RGB als (171,95,117) definiert.
RGB: (171,95,117) (67%,37%,46%)
R 171 von 255 = 67%
G 95 von 255 = 37%
B 117 von 255 = 46%
R + G + B ~ 50%. #AB5F75 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 95 + 117 = 383 (100%)
R 171 von 383 ~ 44.65%
G 95 von 383 ~ 24.8%
B 117 von 383 ~ 30.55%
Die Farbe #AB5F75 wird in CMYK als (0,44,32,33) definiert.
CMYK: (0,44,32,33) C0M44Y32K33 (0%,44%,32%,33%) (0.00/0.44/0.32/0.33)
AB | 5F | 75 | |
---|---|---|---|
RGB | 171 | 95 | 117 |
HSL | 343° | 31.15% | 52.16% |
HSB/HSV | 343° | 44.44% | 67.06% |
CMYK | 0.00% | 44.44% | 31.58% |
32.94% |
Hexadezimal | AB | 5F | 75 |
Dezimal | 171 | 95 | 117 |
Binär | 10101011 | 1011111 | 1110101 |
Oktal | 253 | 137 | 165 |
Beispiele css- und html für Elemente in der Farbe #AB5F75. Bitte benutzen Sie auch rgb(171,95,117) statt hex-Code.
.myTextColor { color: #AB5F75; }
<p style="color:#AB5F75">This sample text font color is #AB5F75.</p>
Die Farbe dieses Textes ist #AB5F75.
.myBgColor { background-color: #AB5F75; }
<div style="background-color:#AB5F75">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB5F75.
.myBorderColor { border: 1px solid #AB5F75; }
<div style="border:3px solid #AB5F75">Div</div>
Die Grenzen von diesem div sind in Farbe #AB5F75.
.myOpacity80 { color: #AB5F75; opacity: 0.8; }
<p style="color:#AB5F75;opacity:0.8;">80%</p>
Text in Farbe #AB5F75 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB5F75;}
<p style="text-shadow: 3px 3px 1px #AB5F75">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB5F75.
.textShadow {text-shadow: 3px 3px 1px #AB5F75, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB5F75, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB5F75 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB5F75, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB5F75, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB5F75 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB5F75; -webkit-box-shadow: 1px 1px 3px 2px #AB5F75; box-shadow: 1px 1px 3px 2px #AB5F75; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB5F75; -webkit-box-shadow: 1px 1px 3px 2px #AB5F75; box-shadow:1px 1px 3px 2px #AB5F75;">
Div content here</div>
Dieser Text ist in der Farbe #AB5F75 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB5F75 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB5F75.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB5F75.