HEX: #AD748E
RGB: (173,116,142)
#AD748E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AD748E ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AD748E wird in RGB als (173,116,142) definiert.
RGB: (173,116,142) (68%,45%,56%)
R 173 von 255 = 68%
G 116 von 255 = 45%
B 142 von 255 = 56%
R + G + B ~ 56%. #AD748E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
173 + 116 + 142 = 431 (100%)
R 173 von 431 ~ 40.14%
G 116 von 431 ~ 26.91%
B 142 von 431 ~ 32.95%
Die Farbe #AD748E wird in CMYK als (0,33,18,32) definiert.
CMYK: (0,33,18,32) C0M33Y18K32 (0%,33%,18%,32%) (0.00/0.33/0.18/0.32)
AD | 74 | 8E | |
---|---|---|---|
RGB | 173 | 116 | 142 |
HSL | 333° | 25.79% | 56.67% |
HSB/HSV | 333° | 32.95% | 67.84% |
CMYK | 0.00% | 32.95% | 17.92% |
32.16% |
Hexadezimal | AD | 74 | 8E |
Dezimal | 173 | 116 | 142 |
Binär | 10101101 | 1110100 | 10001110 |
Oktal | 255 | 164 | 216 |
Beispiele css- und html für Elemente in der Farbe #AD748E. Bitte benutzen Sie auch rgb(173,116,142) statt hex-Code.
.myTextColor { color: #AD748E; }
<p style="color:#AD748E">This sample text font color is #AD748E.</p>
Die Farbe dieses Textes ist #AD748E.
.myBgColor { background-color: #AD748E; }
<div style="background-color:#AD748E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD748E.
.myBorderColor { border: 1px solid #AD748E; }
<div style="border:3px solid #AD748E">Div</div>
Die Grenzen von diesem div sind in Farbe #AD748E.
.myOpacity80 { color: #AD748E; opacity: 0.8; }
<p style="color:#AD748E;opacity:0.8;">80%</p>
Text in Farbe #AD748E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD748E;}
<p style="text-shadow: 3px 3px 1px #AD748E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD748E.
.textShadow {text-shadow: 3px 3px 1px #AD748E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD748E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD748E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD748E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD748E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD748E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD748E; -webkit-box-shadow: 1px 1px 3px 2px #AD748E; box-shadow: 1px 1px 3px 2px #AD748E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD748E; -webkit-box-shadow: 1px 1px 3px 2px #AD748E; box-shadow:1px 1px 3px 2px #AD748E;">
Div content here</div>
Dieser Text ist in der Farbe #AD748E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD748E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD748E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD748E.