Shades of Afghan Tan #8E5A29
Tints of Afghan Tan #8E5A29
RGB
CMYK
RGB Variations
Color information
#8E5A29 (or 0x8E5A29) is known color: Afghan Tan. HEX triplet: 8E, 5A and 29. RGB value is (142,90,41). Sum of RGB (Red+Green+Blue) = 142+90+41=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5A29 is #71A5D6. Grayscale: #646464. Windows color (decimal): -7448023 or 2710158. OLE color: 2710158.
HSL color Cylindrical-coordinate representation of color #8E5A29: hue angle of 29.11º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E5A29 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 41 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.44 |
| HSL | 29.11º | 0.55% | 0.36% | - |
| HSV(B) | 29.11º | 0.71% | 0.56% | - |
| XYZ | 15.21 | 13.22 | 3.85 | - |
| YUV | 99.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 41 | 0 | 0.37 | 0.71 | 0.44 | 29.11 | 0.55 | 0.36 |
| Hex | 8E | 5A | 29 | 0 | 25 | 47 | 2C | 1D | 37 | 24 |
| Octal | 216 | 132 | 51 | 0 | 45 | 107 | 54 | 35 | 67 | 44 |
| Binary | 10001110 | 1011010 | 101001 | 0 | 100101 | 1000111 | 101100 | 11101 | 110111 | 100100 |
Color Harmonies of #8E5A29
Complementary color
Monochromatic Colors of #8E5A29
Black with #8E5A29
Text Example
Text Example
White with #8E5A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A29; }
p { color: rgb(142,90,41); }
H1.HeaderClassName
{
color: #8E5A29;
}
.AnyTagClassName
{
color: #8E5A29;
}
</style>
background-color css
<style>
a { background-color: #8E5A29; }
a { background-color: rgb(142,90,41); }
div.DivClassName
{
background-color: #8E5A29;
}
.BgClassName
{
background-color: #8E5A29;
}
</style>
border-color css
<style>
span { border-color: #8E5A29; }
span { border-color: rgb(142,90,41); }
td.TdClassName
{
border-color: #8E5A29;
}
.TagClassName
{
border-color: #8E5A29;
}
</style>