Shades of Husk #AA9A59
Tints of Husk #AA9A59
RGB
CMYK
RGB Variations
Color information
#AA9A59 (or 0xAA9A59) is known color: Husk. HEX triplet: AA, 9A and 59. RGB value is (170,154,89). Sum of RGB (Red+Green+Blue) = 170+154+89=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A59 is #5565A6. Grayscale: #979797. Windows color (decimal): -5596583 or 5872298. OLE color: 5872298.
HSL color Cylindrical-coordinate representation of color #AA9A59: hue angle of 48.15º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA9A59 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 89 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.33 |
| HSL | 48.15º | 0.32% | 0.51% | - |
| HSV(B) | 48.15º | 0.48% | 0.67% | - |
| XYZ | 29.94 | 32.38 | 14.12 | - |
| YUV | 151.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 89 | 0 | 0.09 | 0.48 | 0.33 | 48.15 | 0.32 | 0.51 |
| Hex | AA | 9A | 59 | 0 | 9 | 30 | 21 | 30 | 20 | 33 |
| Octal | 252 | 232 | 131 | 0 | 11 | 60 | 41 | 60 | 40 | 63 |
| Binary | 10101010 | 10011010 | 1011001 | 0 | 1001 | 110000 | 100001 | 110000 | 100000 | 110011 |
Color Harmonies of #AA9A59
Complementary color
Monochromatic Colors of #AA9A59
Black with #AA9A59
Text Example
Text Example
White with #AA9A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A59; }
p { color: rgb(170,154,89); }
H1.HeaderClassName
{
color: #AA9A59;
}
.AnyTagClassName
{
color: #AA9A59;
}
</style>
background-color css
<style>
a { background-color: #AA9A59; }
a { background-color: rgb(170,154,89); }
div.DivClassName
{
background-color: #AA9A59;
}
.BgClassName
{
background-color: #AA9A59;
}
</style>
border-color css
<style>
span { border-color: #AA9A59; }
span { border-color: rgb(170,154,89); }
td.TdClassName
{
border-color: #AA9A59;
}
.TagClassName
{
border-color: #AA9A59;
}
</style>