Shades of Afghan Tan #8F5922
Tints of Afghan Tan #8F5922
RGB
CMYK
RGB Variations
Color information
#8F5922 (or 0x8F5922) is known color: Afghan Tan. HEX triplet: 8F, 59 and 22. RGB value is (143,89,34). Sum of RGB (Red+Green+Blue) = 143+89+34=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5922 is #70A6DD. Grayscale: #636363. Windows color (decimal): -7382750 or 2251151. OLE color: 2251151.
HSL color Cylindrical-coordinate representation of color #8F5922: hue angle of 30.28º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F5922 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 34 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.44 |
| HSL | 30.28º | 0.62% | 0.35% | - |
| HSV(B) | 30.28º | 0.76% | 0.56% | - |
| XYZ | 15.19 | 13.1 | 3.24 | - |
| YUV | 98.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 34 | 0 | 0.38 | 0.76 | 0.44 | 30.28 | 0.62 | 0.35 |
| Hex | 8F | 59 | 22 | 0 | 26 | 4C | 2C | 1E | 3E | 23 |
| Octal | 217 | 131 | 42 | 0 | 46 | 114 | 54 | 36 | 76 | 43 |
| Binary | 10001111 | 1011001 | 100010 | 0 | 100110 | 1001100 | 101100 | 11110 | 111110 | 100011 |
Color Harmonies of #8F5922
Complementary color
Monochromatic Colors of #8F5922
Black with #8F5922
Text Example
Text Example
White with #8F5922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5922; }
p { color: rgb(143,89,34); }
H1.HeaderClassName
{
color: #8F5922;
}
.AnyTagClassName
{
color: #8F5922;
}
</style>
background-color css
<style>
a { background-color: #8F5922; }
a { background-color: rgb(143,89,34); }
div.DivClassName
{
background-color: #8F5922;
}
.BgClassName
{
background-color: #8F5922;
}
</style>
border-color css
<style>
span { border-color: #8F5922; }
span { border-color: rgb(143,89,34); }
td.TdClassName
{
border-color: #8F5922;
}
.TagClassName
{
border-color: #8F5922;
}
</style>