Shades of Afghan Tan #8F5A27
Tints of Afghan Tan #8F5A27
RGB
CMYK
RGB Variations
Color information
#8F5A27 (or 0x8F5A27) is known color: Afghan Tan. HEX triplet: 8F, 5A and 27. RGB value is (143,90,39). Sum of RGB (Red+Green+Blue) = 143+90+39=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5A27 is #70A5D8. Grayscale: #646464. Windows color (decimal): -7382489 or 2579087. OLE color: 2579087.
HSL color Cylindrical-coordinate representation of color #8F5A27: hue angle of 29.42º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F5A27 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 39 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.44 |
| HSL | 29.42º | 0.57% | 0.36% | - |
| HSV(B) | 29.42º | 0.73% | 0.56% | - |
| XYZ | 15.35 | 13.3 | 3.68 | - |
| YUV | 100.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 39 | 0 | 0.37 | 0.73 | 0.44 | 29.42 | 0.57 | 0.36 |
| Hex | 8F | 5A | 27 | 0 | 25 | 49 | 2C | 1D | 39 | 24 |
| Octal | 217 | 132 | 47 | 0 | 45 | 111 | 54 | 35 | 71 | 44 |
| Binary | 10001111 | 1011010 | 100111 | 0 | 100101 | 1001001 | 101100 | 11101 | 111001 | 100100 |
Color Harmonies of #8F5A27
Complementary color
Monochromatic Colors of #8F5A27
Black with #8F5A27
Text Example
Text Example
White with #8F5A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A27; }
p { color: rgb(143,90,39); }
H1.HeaderClassName
{
color: #8F5A27;
}
.AnyTagClassName
{
color: #8F5A27;
}
</style>
background-color css
<style>
a { background-color: #8F5A27; }
a { background-color: rgb(143,90,39); }
div.DivClassName
{
background-color: #8F5A27;
}
.BgClassName
{
background-color: #8F5A27;
}
</style>
border-color css
<style>
span { border-color: #8F5A27; }
span { border-color: rgb(143,90,39); }
td.TdClassName
{
border-color: #8F5A27;
}
.TagClassName
{
border-color: #8F5A27;
}
</style>