HEX: #AD825B
RGB: (173,130,91)
#AD825B enthält hauptsächlich rote und grüne Farbe. Für #AD825B ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #AD825B wird in RGB als (173,130,91) definiert.
RGB: (173,130,91)
(68%, 51%, 36%)
R 173 von 255 = 68%
G 130 von 255 = 51%
B 91 von 255 = 36%
R + G + B ~ 52%. #AD825B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 173 + 130 + 91 = 394 (100%)
R 173 von 394 ~ 43.91%
G 130 von 394 ~ 32.99%
B 91 von 394 ~ 23.1'%
Die Farbe #AD825B wird in CMYK als (0,25,47,32) definiert.
CMYK: (0,25,47,32)
C0M25Y47K32 (0%, 25%, 47%, 32%)
(0.00 / 0.25 / 0.47 / 0.32)
Farbe #AD825B in den populären Farbmodellen.
AD | 82 | 5B | |
---|---|---|---|
RGB | 173 | 130 | 91 |
HSL | 29° | 33.33% | 51.76% |
HSB/HSV | 29° | 47.40% | 67.84% |
CMYK | 0.00% | 24.86% | 47.40% |
32.16% |
Die Farbe #AD825B in den populären Zahlensystemen.
Hexadezimal | AD | 82 | 5B |
Dezimal | 173 | 130 | 91 |
Binär | 10101101 | 10000010 | 1011011 |
Oktal | 255 | 202 | 133 |
Dunkle Töne der Farbe #AD825B
Helle Töne der Farbe #AD825B
Beispiele css- und html für Elemente in der Farbe #AD825B. Bitte benutzen Sie auch rgb(173,130,91) statt hex-Code.
.myTextColor { color: #AD825B; }
<p style="color:#AD825B">This sample text font color is #AD825B.</p>
Die Farbe dieses Textes ist #AD825B.
.myBgColor { background-color: #AD825B; }
<div style="background-color:#AD825B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AD825B.
.myBorderColor { border: 1px solid #AD825B; }
<div style="border:3px solid #AD825B">Div</div>
Die Grenzen von diesem div sind in Farbe #AD825B.
.myOpacity80 { color: #AD825B; opacity: 0.8; }
<p style="color:#AD825B;opacity:0.8;">80%</p>
Text in Farbe #AD825B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD825B;}
<p style="text-shadow: 3px 3px 1px #AD825B">Text here.</p>
Dieser Text hat den Schatten in Farbe #AD825B.
.textShadow {text-shadow: 3px 3px 1px #AD825B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD825B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AD825B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD825B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD825B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD825B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD825B;
-webkit-box-shadow: 1px 1px 3px 2px #AD825B;
box-shadow: 1px 1px 3px 2px #AD825B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD825B; -webkit-box-shadow: 1px 1px 3px 2px #AD825B; box-shadow:1px 1px 3px 2px #AD825B;">
Div content here
</div>
Dieser Text ist in der Farbe #AD825B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AD825B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AD825B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AD825B.
Kontrastfarbe für #hex ist #527DA4.