Shades of Afghan Tan #8C571A
Tints of Afghan Tan #8C571A
RGB
CMYK
RGB Variations
Color information
#8C571A (or 0x8C571A) is known color: Afghan Tan. HEX triplet: 8C, 57 and 1A. RGB value is (140,87,26). Sum of RGB (Red+Green+Blue) = 140+87+26=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C571A is #73A8E5. Grayscale: #606060. Windows color (decimal): -7579878 or 1726348. OLE color: 1726348.
HSL color Cylindrical-coordinate representation of color #8C571A: hue angle of 32.11º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C571A is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 26 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.45 |
| HSL | 32.11º | 0.69% | 0.33% | - |
| HSV(B) | 32.11º | 0.81% | 0.55% | - |
| XYZ | 14.41 | 12.47 | 2.62 | - |
| YUV | 95.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 26 | 0 | 0.38 | 0.81 | 0.45 | 32.11 | 0.69 | 0.33 |
| Hex | 8C | 57 | 1A | 0 | 26 | 51 | 2D | 20 | 45 | 21 |
| Octal | 214 | 127 | 32 | 0 | 46 | 121 | 55 | 40 | 105 | 41 |
| Binary | 10001100 | 1010111 | 11010 | 0 | 100110 | 1010001 | 101101 | 100000 | 1000101 | 100001 |
Color Harmonies of #8C571A
Complementary color
Monochromatic Colors of #8C571A
Black with #8C571A
Text Example
Text Example
White with #8C571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C571A; }
p { color: rgb(140,87,26); }
H1.HeaderClassName
{
color: #8C571A;
}
.AnyTagClassName
{
color: #8C571A;
}
</style>
background-color css
<style>
a { background-color: #8C571A; }
a { background-color: rgb(140,87,26); }
div.DivClassName
{
background-color: #8C571A;
}
.BgClassName
{
background-color: #8C571A;
}
</style>
border-color css
<style>
span { border-color: #8C571A; }
span { border-color: rgb(140,87,26); }
td.TdClassName
{
border-color: #8C571A;
}
.TagClassName
{
border-color: #8C571A;
}
</style>