Shades of Afghan Tan #9A591B
Tints of Afghan Tan #9A591B
RGB
CMYK
RGB Variations
Color information
#9A591B (or 0x9A591B) is known color: Afghan Tan. HEX triplet: 9A, 59 and 1B. RGB value is (154,89,27). Sum of RGB (Red+Green+Blue) = 154+89+27=270 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.04% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 154 - color contains mainly: red. Hex color #9A591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A591B is #65A6E4. Grayscale: #656565. Windows color (decimal): -6661861 or 1792410. OLE color: 1792410.
HSL color Cylindrical-coordinate representation of color #9A591B: hue angle of 29.29º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A591B is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 27 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.40 |
| HSL | 29.29º | 0.7% | 0.35% | - |
| HSV(B) | 29.29º | 0.82% | 0.6% | - |
| XYZ | 17.1 | 14.09 | 2.86 | - |
| YUV | 101.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 27 | 0 | 0.42 | 0.82 | 0.40 | 29.29 | 0.7 | 0.35 |
| Hex | 9A | 59 | 1B | 0 | 2A | 52 | 28 | 1D | 46 | 23 |
| Octal | 232 | 131 | 33 | 0 | 52 | 122 | 50 | 35 | 106 | 43 |
| Binary | 10011010 | 1011001 | 11011 | 0 | 101010 | 1010010 | 101000 | 11101 | 1000110 | 100011 |
Color Harmonies of #9A591B
Complementary color
Monochromatic Colors of #9A591B
Black with #9A591B
Text Example
Text Example
White with #9A591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A591B; }
p { color: rgb(154,89,27); }
H1.HeaderClassName
{
color: #9A591B;
}
.AnyTagClassName
{
color: #9A591B;
}
</style>
background-color css
<style>
a { background-color: #9A591B; }
a { background-color: rgb(154,89,27); }
div.DivClassName
{
background-color: #9A591B;
}
.BgClassName
{
background-color: #9A591B;
}
</style>
border-color css
<style>
span { border-color: #9A591B; }
span { border-color: rgb(154,89,27); }
td.TdClassName
{
border-color: #9A591B;
}
.TagClassName
{
border-color: #9A591B;
}
</style>