HEX: #AD606E
RGB: (173,96,110)
#AD606E enthält hauptsächlich rote Farbe. Für #AD606E ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AD606E wird in RGB als (173,96,110) definiert.
RGB: (173,96,110) (68%,38%,43%)
R 173 von 255 = 68%
G 96 von 255 = 38%
B 110 von 255 = 43%
R + G + B ~ 50%. #AD606E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 96 + 110 = 379 (100%)
R 173 von 379 ~ 45.65%
G 96 von 379 ~ 25.33%
B 110 von 379 ~ 29.02%
Die Farbe #AD606E wird in CMYK als (0,45,36,32) definiert.
CMYK: (0,45,36,32) C0M45Y36K32 (0%,45%,36%,32%) (0.00/0.45/0.36/0.32)
AD | 60 | 6E | |
---|---|---|---|
RGB | 173 | 96 | 110 |
HSL | 349° | 31.95% | 52.75% |
HSB/HSV | 349° | 44.51% | 67.84% |
CMYK | 0.00% | 44.51% | 36.42% |
32.16% |
Hexadezimal | AD | 60 | 6E |
Dezimal | 173 | 96 | 110 |
Binär | 10101101 | 1100000 | 1101110 |
Oktal | 255 | 140 | 156 |
Beispiele css- und html für Elemente in der Farbe #AD606E. Bitte benutzen Sie auch rgb(173,96,110) statt hex-Code.
.myTextColor { color: #AD606E; }
<p style="color:#AD606E">This sample text font color is #AD606E.</p>
Die Farbe dieses Textes ist #AD606E.
.myBgColor { background-color: #AD606E; }
<div style="background-color:#AD606E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD606E.
.myBorderColor { border: 1px solid #AD606E; }
<div style="border:3px solid #AD606E">Div</div>
Die Grenzen von diesem div sind in Farbe #AD606E.
.myOpacity80 { color: #AD606E; opacity: 0.8; }
<p style="color:#AD606E;opacity:0.8;">80%</p>
Text in Farbe #AD606E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD606E;}
<p style="text-shadow: 3px 3px 1px #AD606E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD606E.
.textShadow {text-shadow: 3px 3px 1px #AD606E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD606E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD606E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD606E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD606E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD606E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD606E; -webkit-box-shadow: 1px 1px 3px 2px #AD606E; box-shadow: 1px 1px 3px 2px #AD606E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD606E; -webkit-box-shadow: 1px 1px 3px 2px #AD606E; box-shadow:1px 1px 3px 2px #AD606E;">
Div content here</div>
Dieser Text ist in der Farbe #AD606E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD606E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD606E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD606E.