Shades of Afghan Tan #8F5616
Tints of Afghan Tan #8F5616
RGB
CMYK
RGB Variations
Color information
#8F5616 (or 0x8F5616) is known color: Afghan Tan. HEX triplet: 8F, 56 and 16. RGB value is (143,86,22). Sum of RGB (Red+Green+Blue) = 143+86+22=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5616 is #70A9E9. Grayscale: #606060. Windows color (decimal): -7383530 or 1463951. OLE color: 1463951.
HSL color Cylindrical-coordinate representation of color #8F5616: hue angle of 31.74º 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 #8F5616 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 22 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.44 |
| HSL | 31.74º | 0.73% | 0.32% | - |
| HSV(B) | 31.74º | 0.85% | 0.56% | - |
| XYZ | 14.8 | 12.55 | 2.4 | - |
| YUV | 95.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 22 | 0 | 0.40 | 0.85 | 0.44 | 31.74 | 0.73 | 0.32 |
| Hex | 8F | 56 | 16 | 0 | 28 | 55 | 2C | 20 | 49 | 20 |
| Octal | 217 | 126 | 26 | 0 | 50 | 125 | 54 | 40 | 111 | 40 |
| Binary | 10001111 | 1010110 | 10110 | 0 | 101000 | 1010101 | 101100 | 100000 | 1001001 | 100000 |
Color Harmonies of #8F5616
Complementary color
Monochromatic Colors of #8F5616
Black with #8F5616
Text Example
Text Example
White with #8F5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5616; }
p { color: rgb(143,86,22); }
H1.HeaderClassName
{
color: #8F5616;
}
.AnyTagClassName
{
color: #8F5616;
}
</style>
background-color css
<style>
a { background-color: #8F5616; }
a { background-color: rgb(143,86,22); }
div.DivClassName
{
background-color: #8F5616;
}
.BgClassName
{
background-color: #8F5616;
}
</style>
border-color css
<style>
span { border-color: #8F5616; }
span { border-color: rgb(143,86,22); }
td.TdClassName
{
border-color: #8F5616;
}
.TagClassName
{
border-color: #8F5616;
}
</style>