Shades of Afghan Tan #9A5E20
Tints of Afghan Tan #9A5E20
RGB
CMYK
RGB Variations
Color information
#9A5E20 (or 0x9A5E20) is known color: Afghan Tan. HEX triplet: 9A, 5E and 20. RGB value is (154,94,32). Sum of RGB (Red+Green+Blue) = 154+94+32=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E20 is #65A1DF. Grayscale: #696969. Windows color (decimal): -6660576 or 2121370. OLE color: 2121370.
HSL color Cylindrical-coordinate representation of color #9A5E20: hue angle of 30.49º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A5E20 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 32 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.40 |
| HSL | 30.49º | 0.66% | 0.36% | - |
| HSV(B) | 30.49º | 0.79% | 0.6% | - |
| XYZ | 17.59 | 14.98 | 3.33 | - |
| YUV | 104.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 32 | 0 | 0.39 | 0.79 | 0.40 | 30.49 | 0.66 | 0.36 |
| Hex | 9A | 5E | 20 | 0 | 27 | 4F | 28 | 1E | 42 | 24 |
| Octal | 232 | 136 | 40 | 0 | 47 | 117 | 50 | 36 | 102 | 44 |
| Binary | 10011010 | 1011110 | 100000 | 0 | 100111 | 1001111 | 101000 | 11110 | 1000010 | 100100 |
Color Harmonies of #9A5E20
Complementary color
Monochromatic Colors of #9A5E20
Black with #9A5E20
Text Example
Text Example
White with #9A5E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E20; }
p { color: rgb(154,94,32); }
H1.HeaderClassName
{
color: #9A5E20;
}
.AnyTagClassName
{
color: #9A5E20;
}
</style>
background-color css
<style>
a { background-color: #9A5E20; }
a { background-color: rgb(154,94,32); }
div.DivClassName
{
background-color: #9A5E20;
}
.BgClassName
{
background-color: #9A5E20;
}
</style>
border-color css
<style>
span { border-color: #9A5E20; }
span { border-color: rgb(154,94,32); }
td.TdClassName
{
border-color: #9A5E20;
}
.TagClassName
{
border-color: #9A5E20;
}
</style>