HEX: #AF586B
RGB: (175,88,107)
#AF586B enthält hauptsächlich rote Farbe. Für #AF586B ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AF586B wird in RGB als (175,88,107) definiert.
RGB: (175,88,107) (69%,35%,42%)
R 175 von 255 = 69%
G 88 von 255 = 35%
B 107 von 255 = 42%
R + G + B ~ 49%. #AF586B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
175 + 88 + 107 = 370 (100%)
R 175 von 370 ~ 47.3%
G 88 von 370 ~ 23.78%
B 107 von 370 ~ 28.92%
Die Farbe #AF586B wird in CMYK als (0,50,39,31) definiert.
CMYK: (0,50,39,31) C0M50Y39K31 (0%,50%,39%,31%) (0.00/0.50/0.39/0.31)
AF | 58 | 6B | |
---|---|---|---|
RGB | 175 | 88 | 107 |
HSL | 347° | 35.22% | 51.57% |
HSB/HSV | 347° | 49.71% | 68.63% |
CMYK | 0.00% | 49.71% | 38.86% |
31.37% |
Hexadezimal | AF | 58 | 6B |
Dezimal | 175 | 88 | 107 |
Binär | 10101111 | 1011000 | 1101011 |
Oktal | 257 | 130 | 153 |
Beispiele css- und html für Elemente in der Farbe #AF586B. Bitte benutzen Sie auch rgb(175,88,107) statt hex-Code.
.myTextColor { color: #AF586B; }
<p style="color:#AF586B">This sample text font color is #AF586B.</p>
Die Farbe dieses Textes ist #AF586B.
.myBgColor { background-color: #AF586B; }
<div style="background-color:#AF586B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AF586B.
.myBorderColor { border: 1px solid #AF586B; }
<div style="border:3px solid #AF586B">Div</div>
Die Grenzen von diesem div sind in Farbe #AF586B.
.myOpacity80 { color: #AF586B; opacity: 0.8; }
<p style="color:#AF586B;opacity:0.8;">80%</p>
Text in Farbe #AF586B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF586B;}
<p style="text-shadow: 3px 3px 1px #AF586B">Text here.</p>
Dieser Text hat den Schatten in Farbe #AF586B.
.textShadow {text-shadow: 3px 3px 1px #AF586B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF586B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AF586B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF586B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF586B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF586B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AF586B; -webkit-box-shadow: 1px 1px 3px 2px #AF586B; box-shadow: 1px 1px 3px 2px #AF586B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AF586B; -webkit-box-shadow: 1px 1px 3px 2px #AF586B; box-shadow:1px 1px 3px 2px #AF586B;">
Div content here</div>
Dieser Text ist in der Farbe #AF586B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AF586B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AF586B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AF586B.