Shades of Afghan Tan #8F5524
Tints of Afghan Tan #8F5524
RGB
CMYK
RGB Variations
Color information
#8F5524 (or 0x8F5524) is known color: Afghan Tan. HEX triplet: 8F, 55 and 24. RGB value is (143,85,36). Sum of RGB (Red+Green+Blue) = 143+85+36=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5524 is #70AADB. Grayscale: #616161. Windows color (decimal): -7383772 or 2381199. OLE color: 2381199.
HSL color Cylindrical-coordinate representation of color #8F5524: hue angle of 27.48º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F5524 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 36 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.44 |
| HSL | 27.48º | 0.6% | 0.35% | - |
| HSV(B) | 27.48º | 0.75% | 0.56% | - |
| XYZ | 14.89 | 12.46 | 3.29 | - |
| YUV | 96.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 36 | 0 | 0.41 | 0.75 | 0.44 | 27.48 | 0.6 | 0.35 |
| Hex | 8F | 55 | 24 | 0 | 29 | 4B | 2C | 1B | 3C | 23 |
| Octal | 217 | 125 | 44 | 0 | 51 | 113 | 54 | 33 | 74 | 43 |
| Binary | 10001111 | 1010101 | 100100 | 0 | 101001 | 1001011 | 101100 | 11011 | 111100 | 100011 |
Color Harmonies of #8F5524
Complementary color
Monochromatic Colors of #8F5524
Black with #8F5524
Text Example
Text Example
White with #8F5524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5524; }
p { color: rgb(143,85,36); }
H1.HeaderClassName
{
color: #8F5524;
}
.AnyTagClassName
{
color: #8F5524;
}
</style>
background-color css
<style>
a { background-color: #8F5524; }
a { background-color: rgb(143,85,36); }
div.DivClassName
{
background-color: #8F5524;
}
.BgClassName
{
background-color: #8F5524;
}
</style>
border-color css
<style>
span { border-color: #8F5524; }
span { border-color: rgb(143,85,36); }
td.TdClassName
{
border-color: #8F5524;
}
.TagClassName
{
border-color: #8F5524;
}
</style>