Shades of Afghan Tan #9A6323
Tints of Afghan Tan #9A6323
RGB
CMYK
RGB Variations
Color information
#9A6323 (or 0x9A6323) is known color: Afghan Tan. HEX triplet: 9A, 63 and 23. RGB value is (154,99,35). Sum of RGB (Red+Green+Blue) = 154+99+35=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6323 is #659CDC. Grayscale: #6C6C6C. Windows color (decimal): -6659293 or 2319258. OLE color: 2319258.
HSL color Cylindrical-coordinate representation of color #9A6323: hue angle of 32.27º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A6323 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 99 | 35 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.40 |
| HSL | 32.27º | 0.63% | 0.37% | - |
| HSV(B) | 32.27º | 0.77% | 0.6% | - |
| XYZ | 18.09 | 15.92 | 3.71 | - |
| YUV | 108.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 35 | 0 | 0.36 | 0.77 | 0.40 | 32.27 | 0.63 | 0.37 |
| Hex | 9A | 63 | 23 | 0 | 24 | 4D | 28 | 20 | 3F | 25 |
| Octal | 232 | 143 | 43 | 0 | 44 | 115 | 50 | 40 | 77 | 45 |
| Binary | 10011010 | 1100011 | 100011 | 0 | 100100 | 1001101 | 101000 | 100000 | 111111 | 100101 |
Color Harmonies of #9A6323
Complementary color
Monochromatic Colors of #9A6323
Black with #9A6323
Text Example
Text Example
White with #9A6323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6323; }
p { color: rgb(154,99,35); }
H1.HeaderClassName
{
color: #9A6323;
}
.AnyTagClassName
{
color: #9A6323;
}
</style>
background-color css
<style>
a { background-color: #9A6323; }
a { background-color: rgb(154,99,35); }
div.DivClassName
{
background-color: #9A6323;
}
.BgClassName
{
background-color: #9A6323;
}
</style>
border-color css
<style>
span { border-color: #9A6323; }
span { border-color: rgb(154,99,35); }
td.TdClassName
{
border-color: #9A6323;
}
.TagClassName
{
border-color: #9A6323;
}
</style>