Shades of Afghan Tan #8E5616
Tints of Afghan Tan #8E5616
RGB
CMYK
RGB Variations
Color information
#8E5616 (or 0x8E5616) is known color: Afghan Tan. HEX triplet: 8E, 56 and 16. RGB value is (142,86,22). Sum of RGB (Red+Green+Blue) = 142+86+22=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5616 is #71A9E9. Grayscale: #5F5F5F. Windows color (decimal): -7449066 or 1463950. OLE color: 1463950.
HSL color Cylindrical-coordinate representation of color #8E5616: hue angle of 32º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E5616 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 22 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.44 |
| HSL | 32º | 0.73% | 0.32% | - |
| HSV(B) | 32º | 0.85% | 0.56% | - |
| XYZ | 14.63 | 12.46 | 2.39 | - |
| YUV | 95.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 22 | 0 | 0.39 | 0.85 | 0.44 | 32 | 0.73 | 0.32 |
| Hex | 8E | 56 | 16 | 0 | 27 | 55 | 2C | 20 | 49 | 20 |
| Octal | 216 | 126 | 26 | 0 | 47 | 125 | 54 | 40 | 111 | 40 |
| Binary | 10001110 | 1010110 | 10110 | 0 | 100111 | 1010101 | 101100 | 100000 | 1001001 | 100000 |
Color Harmonies of #8E5616
Complementary color
Monochromatic Colors of #8E5616
Black with #8E5616
Text Example
Text Example
White with #8E5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5616; }
p { color: rgb(142,86,22); }
H1.HeaderClassName
{
color: #8E5616;
}
.AnyTagClassName
{
color: #8E5616;
}
</style>
background-color css
<style>
a { background-color: #8E5616; }
a { background-color: rgb(142,86,22); }
div.DivClassName
{
background-color: #8E5616;
}
.BgClassName
{
background-color: #8E5616;
}
</style>
border-color css
<style>
span { border-color: #8E5616; }
span { border-color: rgb(142,86,22); }
td.TdClassName
{
border-color: #8E5616;
}
.TagClassName
{
border-color: #8E5616;
}
</style>