Shades of Afghan Tan #8F5517
Tints of Afghan Tan #8F5517
RGB
CMYK
RGB Variations
Color information
#8F5517 (or 0x8F5517) is known color: Afghan Tan. HEX triplet: 8F, 55 and 17. RGB value is (143,85,23). Sum of RGB (Red+Green+Blue) = 143+85+23=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5517 is #70AAE8. Grayscale: #5F5F5F. Windows color (decimal): -7383785 or 1529231. OLE color: 1529231.
HSL color Cylindrical-coordinate representation of color #8F5517: hue angle of 31º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F5517 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 23 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.44 |
| HSL | 31º | 0.72% | 0.33% | - |
| HSV(B) | 31º | 0.84% | 0.56% | - |
| XYZ | 14.73 | 12.4 | 2.43 | - |
| YUV | 95.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 23 | 0 | 0.41 | 0.84 | 0.44 | 31 | 0.72 | 0.33 |
| Hex | 8F | 55 | 17 | 0 | 29 | 54 | 2C | 1F | 48 | 21 |
| Octal | 217 | 125 | 27 | 0 | 51 | 124 | 54 | 37 | 110 | 41 |
| Binary | 10001111 | 1010101 | 10111 | 0 | 101001 | 1010100 | 101100 | 11111 | 1001000 | 100001 |
Color Harmonies of #8F5517
Complementary color
Monochromatic Colors of #8F5517
Black with #8F5517
Text Example
Text Example
White with #8F5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5517; }
p { color: rgb(143,85,23); }
H1.HeaderClassName
{
color: #8F5517;
}
.AnyTagClassName
{
color: #8F5517;
}
</style>
background-color css
<style>
a { background-color: #8F5517; }
a { background-color: rgb(143,85,23); }
div.DivClassName
{
background-color: #8F5517;
}
.BgClassName
{
background-color: #8F5517;
}
</style>
border-color css
<style>
span { border-color: #8F5517; }
span { border-color: rgb(143,85,23); }
td.TdClassName
{
border-color: #8F5517;
}
.TagClassName
{
border-color: #8F5517;
}
</style>