Shades of Afghan Tan #8F5525
Tints of Afghan Tan #8F5525
RGB
CMYK
RGB Variations
Color information
#8F5525 (or 0x8F5525) is known color: Afghan Tan. HEX triplet: 8F, 55 and 25. RGB value is (143,85,37). Sum of RGB (Red+Green+Blue) = 143+85+37=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5525 is #70AADA. Grayscale: #616161. Windows color (decimal): -7383771 or 2446735. OLE color: 2446735.
HSL color Cylindrical-coordinate representation of color #8F5525: hue angle of 27.17º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F5525 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 37 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.44 |
| HSL | 27.17º | 0.59% | 0.35% | - |
| HSV(B) | 27.17º | 0.74% | 0.56% | - |
| XYZ | 14.91 | 12.47 | 3.37 | - |
| YUV | 96.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 37 | 0 | 0.41 | 0.74 | 0.44 | 27.17 | 0.59 | 0.35 |
| Hex | 8F | 55 | 25 | 0 | 29 | 4A | 2C | 1B | 3B | 23 |
| Octal | 217 | 125 | 45 | 0 | 51 | 112 | 54 | 33 | 73 | 43 |
| Binary | 10001111 | 1010101 | 100101 | 0 | 101001 | 1001010 | 101100 | 11011 | 111011 | 100011 |
Color Harmonies of #8F5525
Complementary color
Monochromatic Colors of #8F5525
Black with #8F5525
Text Example
Text Example
White with #8F5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5525; }
p { color: rgb(143,85,37); }
H1.HeaderClassName
{
color: #8F5525;
}
.AnyTagClassName
{
color: #8F5525;
}
</style>
background-color css
<style>
a { background-color: #8F5525; }
a { background-color: rgb(143,85,37); }
div.DivClassName
{
background-color: #8F5525;
}
.BgClassName
{
background-color: #8F5525;
}
</style>
border-color css
<style>
span { border-color: #8F5525; }
span { border-color: rgb(143,85,37); }
td.TdClassName
{
border-color: #8F5525;
}
.TagClassName
{
border-color: #8F5525;
}
</style>