HEX: #AB576E
RGB: (171,87,110)
#AB576E enthält hauptsächlich rote Farbe. Für #AB576E ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB576E wird in RGB als (171,87,110) definiert.
RGB: (171,87,110) (67%,34%,43%)
R 171 von 255 = 67%
G 87 von 255 = 34%
B 110 von 255 = 43%
R + G + B ~ 48%. #AB576E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 87 + 110 = 368 (100%)
R 171 von 368 ~ 46.47%
G 87 von 368 ~ 23.64%
B 110 von 368 ~ 29.89%
Die Farbe #AB576E wird in CMYK als (0,49,36,33) definiert.
CMYK: (0,49,36,33) C0M49Y36K33 (0%,49%,36%,33%) (0.00/0.49/0.36/0.33)
AB | 57 | 6E | |
---|---|---|---|
RGB | 171 | 87 | 110 |
HSL | 344° | 33.33% | 50.59% |
HSB/HSV | 344° | 49.12% | 67.06% |
CMYK | 0.00% | 49.12% | 35.67% |
32.94% |
Hexadezimal | AB | 57 | 6E |
Dezimal | 171 | 87 | 110 |
Binär | 10101011 | 1010111 | 1101110 |
Oktal | 253 | 127 | 156 |
Beispiele css- und html für Elemente in der Farbe #AB576E. Bitte benutzen Sie auch rgb(171,87,110) statt hex-Code.
.myTextColor { color: #AB576E; }
<p style="color:#AB576E">This sample text font color is #AB576E.</p>
Die Farbe dieses Textes ist #AB576E.
.myBgColor { background-color: #AB576E; }
<div style="background-color:#AB576E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB576E.
.myBorderColor { border: 1px solid #AB576E; }
<div style="border:3px solid #AB576E">Div</div>
Die Grenzen von diesem div sind in Farbe #AB576E.
.myOpacity80 { color: #AB576E; opacity: 0.8; }
<p style="color:#AB576E;opacity:0.8;">80%</p>
Text in Farbe #AB576E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB576E;}
<p style="text-shadow: 3px 3px 1px #AB576E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB576E.
.textShadow {text-shadow: 3px 3px 1px #AB576E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB576E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB576E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB576E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB576E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB576E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB576E; -webkit-box-shadow: 1px 1px 3px 2px #AB576E; box-shadow: 1px 1px 3px 2px #AB576E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB576E; -webkit-box-shadow: 1px 1px 3px 2px #AB576E; box-shadow:1px 1px 3px 2px #AB576E;">
Div content here</div>
Dieser Text ist in der Farbe #AB576E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB576E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB576E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB576E.