HEX: #AD5A0E
RGB: (173,90,14)
#AD5A0E enthält hauptsächlich rote Farbe. Für #AD5A0E ist eine «websichere» Webfarbe #996600 (oder kurz #960).
Die Farbe #AD5A0E wird in RGB als (173,90,14) definiert.
RGB: (173,90,14) (68%,35%,5%)
R 173 von 255 = 68%
G 90 von 255 = 35%
B 14 von 255 = 5%
R + G + B ~ 36%. #AD5A0E ziemlich dunkle Farbe.
R + G + B =
173 + 90 + 14 = 277 (100%)
R 173 von 277 ~ 62.45%
G 90 von 277 ~ 32.49%
B 14 von 277 ~ 5.05%
Die Farbe #AD5A0E wird in CMYK als (0,48,92,32) definiert.
CMYK: (0,48,92,32) C0M48Y92K32 (0%,48%,92%,32%) (0.00/0.48/0.92/0.32)
AD | 5A | 0E | |
---|---|---|---|
RGB | 173 | 90 | 14 |
HSL | 29° | 85.03% | 36.67% |
HSB/HSV | 29° | 91.91% | 67.84% |
CMYK | 0.00% | 47.98% | 91.91% |
32.16% |
Hexadezimal | AD | 5A | 0E |
Dezimal | 173 | 90 | 14 |
Binär | 10101101 | 1011010 | 1110 |
Oktal | 255 | 132 | 16 |
Beispiele css- und html für Elemente in der Farbe #AD5A0E. Bitte benutzen Sie auch rgb(173,90,14) statt hex-Code.
.myTextColor { color: #AD5A0E; }
<p style="color:#AD5A0E">This sample text font color is #AD5A0E.</p>
Die Farbe dieses Textes ist #AD5A0E.
.myBgColor { background-color: #AD5A0E; }
<div style="background-color:#AD5A0E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD5A0E.
.myBorderColor { border: 1px solid #AD5A0E; }
<div style="border:3px solid #AD5A0E">Div</div>
Die Grenzen von diesem div sind in Farbe #AD5A0E.
.myOpacity80 { color: #AD5A0E; opacity: 0.8; }
<p style="color:#AD5A0E;opacity:0.8;">80%</p>
Text in Farbe #AD5A0E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD5A0E;}
<p style="text-shadow: 3px 3px 1px #AD5A0E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD5A0E.
.textShadow {text-shadow: 3px 3px 1px #AD5A0E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD5A0E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD5A0E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD5A0E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD5A0E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD5A0E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AD5A0E; -webkit-box-shadow: 1px 1px 3px 2px #AD5A0E; box-shadow: 1px 1px 3px 2px #AD5A0E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD5A0E; -webkit-box-shadow: 1px 1px 3px 2px #AD5A0E; box-shadow:1px 1px 3px 2px #AD5A0E;">
Div content here</div>
Dieser Text ist in der Farbe #AD5A0E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD5A0E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD5A0E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD5A0E.