Shades of Afghan Tan #8F5629
Tints of Afghan Tan #8F5629
RGB
CMYK
RGB Variations
Color information
#8F5629 (or 0x8F5629) is known color: Afghan Tan. HEX triplet: 8F, 56 and 29. RGB value is (143,86,41). Sum of RGB (Red+Green+Blue) = 143+86+41=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5629 is #70A9D6. Grayscale: #626262. Windows color (decimal): -7383511 or 2709135. OLE color: 2709135.
HSL color Cylindrical-coordinate representation of color #8F5629: hue angle of 26.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F5629 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 41 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.44 |
| HSL | 26.47º | 0.55% | 0.36% | - |
| HSV(B) | 26.47º | 0.71% | 0.56% | - |
| XYZ | 15.06 | 12.66 | 3.75 | - |
| YUV | 97.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 41 | 0 | 0.40 | 0.71 | 0.44 | 26.47 | 0.55 | 0.36 |
| Hex | 8F | 56 | 29 | 0 | 28 | 47 | 2C | 1A | 37 | 24 |
| Octal | 217 | 126 | 51 | 0 | 50 | 107 | 54 | 32 | 67 | 44 |
| Binary | 10001111 | 1010110 | 101001 | 0 | 101000 | 1000111 | 101100 | 11010 | 110111 | 100100 |
Color Harmonies of #8F5629
Complementary color
Monochromatic Colors of #8F5629
Black with #8F5629
Text Example
Text Example
White with #8F5629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5629; }
p { color: rgb(143,86,41); }
H1.HeaderClassName
{
color: #8F5629;
}
.AnyTagClassName
{
color: #8F5629;
}
</style>
background-color css
<style>
a { background-color: #8F5629; }
a { background-color: rgb(143,86,41); }
div.DivClassName
{
background-color: #8F5629;
}
.BgClassName
{
background-color: #8F5629;
}
</style>
border-color css
<style>
span { border-color: #8F5629; }
span { border-color: rgb(143,86,41); }
td.TdClassName
{
border-color: #8F5629;
}
.TagClassName
{
border-color: #8F5629;
}
</style>