Shades of Afghan Tan #9A5B1E
Tints of Afghan Tan #9A5B1E
RGB
CMYK
RGB Variations
Color information
#9A5B1E (or 0x9A5B1E) is known color: Afghan Tan. HEX triplet: 9A, 5B and 1E. RGB value is (154,91,30). Sum of RGB (Red+Green+Blue) = 154+91+30=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5B1E is #65A4E1. Grayscale: #676767. Windows color (decimal): -6661346 or 1989530. OLE color: 1989530.
HSL color Cylindrical-coordinate representation of color #9A5B1E: hue angle of 29.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A5B1E is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 91 | 30 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.40 |
| HSL | 29.52º | 0.67% | 0.36% | - |
| HSV(B) | 29.52º | 0.81% | 0.6% | - |
| XYZ | 17.3 | 14.45 | 3.1 | - |
| YUV | 102.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 30 | 0 | 0.41 | 0.81 | 0.40 | 29.52 | 0.67 | 0.36 |
| Hex | 9A | 5B | 1E | 0 | 29 | 51 | 28 | 1E | 43 | 24 |
| Octal | 232 | 133 | 36 | 0 | 51 | 121 | 50 | 36 | 103 | 44 |
| Binary | 10011010 | 1011011 | 11110 | 0 | 101001 | 1010001 | 101000 | 11110 | 1000011 | 100100 |
Color Harmonies of #9A5B1E
Complementary color
Monochromatic Colors of #9A5B1E
Black with #9A5B1E
Text Example
Text Example
White with #9A5B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5B1E; }
p { color: rgb(154,91,30); }
H1.HeaderClassName
{
color: #9A5B1E;
}
.AnyTagClassName
{
color: #9A5B1E;
}
</style>
background-color css
<style>
a { background-color: #9A5B1E; }
a { background-color: rgb(154,91,30); }
div.DivClassName
{
background-color: #9A5B1E;
}
.BgClassName
{
background-color: #9A5B1E;
}
</style>
border-color css
<style>
span { border-color: #9A5B1E; }
span { border-color: rgb(154,91,30); }
td.TdClassName
{
border-color: #9A5B1E;
}
.TagClassName
{
border-color: #9A5B1E;
}
</style>