Shades of Afghan Tan #8A5624
Tints of Afghan Tan #8A5624
RGB
CMYK
RGB Variations
Color information
#8A5624 (or 0x8A5624) is known color: Afghan Tan. HEX triplet: 8A, 56 and 24. RGB value is (138,86,36). Sum of RGB (Red+Green+Blue) = 138+86+36=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5624 is #75A9DB. Grayscale: #606060. Windows color (decimal): -7711196 or 2381450. OLE color: 2381450.
HSL color Cylindrical-coordinate representation of color #8A5624: hue angle of 29.41º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A5624 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 36 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.46 |
| HSL | 29.41º | 0.59% | 0.34% | - |
| HSV(B) | 29.41º | 0.74% | 0.54% | - |
| XYZ | 14.13 | 12.19 | 3.28 | - |
| YUV | 95.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 36 | 0 | 0.38 | 0.74 | 0.46 | 29.41 | 0.59 | 0.34 |
| Hex | 8A | 56 | 24 | 0 | 26 | 4A | 2E | 1D | 3B | 22 |
| Octal | 212 | 126 | 44 | 0 | 46 | 112 | 56 | 35 | 73 | 42 |
| Binary | 10001010 | 1010110 | 100100 | 0 | 100110 | 1001010 | 101110 | 11101 | 111011 | 100010 |
Color Harmonies of #8A5624
Complementary color
Monochromatic Colors of #8A5624
Black with #8A5624
Text Example
Text Example
White with #8A5624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5624; }
p { color: rgb(138,86,36); }
H1.HeaderClassName
{
color: #8A5624;
}
.AnyTagClassName
{
color: #8A5624;
}
</style>
background-color css
<style>
a { background-color: #8A5624; }
a { background-color: rgb(138,86,36); }
div.DivClassName
{
background-color: #8A5624;
}
.BgClassName
{
background-color: #8A5624;
}
</style>
border-color css
<style>
span { border-color: #8A5624; }
span { border-color: rgb(138,86,36); }
td.TdClassName
{
border-color: #8A5624;
}
.TagClassName
{
border-color: #8A5624;
}
</style>