Shades of Afghan Tan #8D5A19
Tints of Afghan Tan #8D5A19
RGB
CMYK
RGB Variations
Color information
#8D5A19 (or 0x8D5A19) is known color: Afghan Tan. HEX triplet: 8D, 5A and 19. RGB value is (141,90,25). Sum of RGB (Red+Green+Blue) = 141+90+25=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5A19 is #72A5E6. Grayscale: #626262. Windows color (decimal): -7513575 or 1661581. OLE color: 1661581.
HSL color Cylindrical-coordinate representation of color #8D5A19: hue angle of 33.62º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D5A19 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 25 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.45 |
| HSL | 33.62º | 0.7% | 0.33% | - |
| HSV(B) | 33.62º | 0.82% | 0.55% | - |
| XYZ | 14.82 | 13.05 | 2.66 | - |
| YUV | 97.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 25 | 0 | 0.36 | 0.82 | 0.45 | 33.62 | 0.7 | 0.33 |
| Hex | 8D | 5A | 19 | 0 | 24 | 52 | 2D | 22 | 46 | 21 |
| Octal | 215 | 132 | 31 | 0 | 44 | 122 | 55 | 42 | 106 | 41 |
| Binary | 10001101 | 1011010 | 11001 | 0 | 100100 | 1010010 | 101101 | 100010 | 1000110 | 100001 |
Color Harmonies of #8D5A19
Complementary color
Monochromatic Colors of #8D5A19
Black with #8D5A19
Text Example
Text Example
White with #8D5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A19; }
p { color: rgb(141,90,25); }
H1.HeaderClassName
{
color: #8D5A19;
}
.AnyTagClassName
{
color: #8D5A19;
}
</style>
background-color css
<style>
a { background-color: #8D5A19; }
a { background-color: rgb(141,90,25); }
div.DivClassName
{
background-color: #8D5A19;
}
.BgClassName
{
background-color: #8D5A19;
}
</style>
border-color css
<style>
span { border-color: #8D5A19; }
span { border-color: rgb(141,90,25); }
td.TdClassName
{
border-color: #8D5A19;
}
.TagClassName
{
border-color: #8D5A19;
}
</style>