Shades of Afghan Tan #8F5627
Tints of Afghan Tan #8F5627
RGB
CMYK
RGB Variations
Color information
#8F5627 (or 0x8F5627) is known color: Afghan Tan. HEX triplet: 8F, 56 and 27. RGB value is (143,86,39). Sum of RGB (Red+Green+Blue) = 143+86+39=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5627 is #70A9D8. Grayscale: #616161. Windows color (decimal): -7383513 or 2578063. OLE color: 2578063.
HSL color Cylindrical-coordinate representation of color #8F5627: hue angle of 27.12º 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 #8F5627 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 39 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.44 |
| HSL | 27.12º | 0.57% | 0.36% | - |
| HSV(B) | 27.12º | 0.73% | 0.56% | - |
| XYZ | 15.02 | 12.64 | 3.57 | - |
| YUV | 97.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 39 | 0 | 0.40 | 0.73 | 0.44 | 27.12 | 0.57 | 0.36 |
| Hex | 8F | 56 | 27 | 0 | 28 | 49 | 2C | 1B | 39 | 24 |
| Octal | 217 | 126 | 47 | 0 | 50 | 111 | 54 | 33 | 71 | 44 |
| Binary | 10001111 | 1010110 | 100111 | 0 | 101000 | 1001001 | 101100 | 11011 | 111001 | 100100 |
Color Harmonies of #8F5627
Complementary color
Monochromatic Colors of #8F5627
Black with #8F5627
Text Example
Text Example
White with #8F5627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5627; }
p { color: rgb(143,86,39); }
H1.HeaderClassName
{
color: #8F5627;
}
.AnyTagClassName
{
color: #8F5627;
}
</style>
background-color css
<style>
a { background-color: #8F5627; }
a { background-color: rgb(143,86,39); }
div.DivClassName
{
background-color: #8F5627;
}
.BgClassName
{
background-color: #8F5627;
}
</style>
border-color css
<style>
span { border-color: #8F5627; }
span { border-color: rgb(143,86,39); }
td.TdClassName
{
border-color: #8F5627;
}
.TagClassName
{
border-color: #8F5627;
}
</style>