Shades of Husk #AA9E59
Tints of Husk #AA9E59
RGB
CMYK
RGB Variations
Color information
#AA9E59 (or 0xAA9E59) is known color: Husk. HEX triplet: AA, 9E and 59. RGB value is (170,158,89). Sum of RGB (Red+Green+Blue) = 170+158+89=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E59 is #5561A6. Grayscale: #9A9A9A. Windows color (decimal): -5595559 or 5873322. OLE color: 5873322.
HSL color Cylindrical-coordinate representation of color #AA9E59: hue angle of 51.11º 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 #AA9E59 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 89 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.33 |
| HSL | 51.11º | 0.32% | 0.51% | - |
| HSV(B) | 51.11º | 0.48% | 0.67% | - |
| XYZ | 30.61 | 33.72 | 14.35 | - |
| YUV | 153.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 89 | 0 | 0.07 | 0.48 | 0.33 | 51.11 | 0.32 | 0.51 |
| Hex | AA | 9E | 59 | 0 | 7 | 30 | 21 | 33 | 20 | 33 |
| Octal | 252 | 236 | 131 | 0 | 7 | 60 | 41 | 63 | 40 | 63 |
| Binary | 10101010 | 10011110 | 1011001 | 0 | 111 | 110000 | 100001 | 110011 | 100000 | 110011 |
Color Harmonies of #AA9E59
Complementary color
Monochromatic Colors of #AA9E59
Black with #AA9E59
Text Example
Text Example
White with #AA9E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E59; }
p { color: rgb(170,158,89); }
H1.HeaderClassName
{
color: #AA9E59;
}
.AnyTagClassName
{
color: #AA9E59;
}
</style>
background-color css
<style>
a { background-color: #AA9E59; }
a { background-color: rgb(170,158,89); }
div.DivClassName
{
background-color: #AA9E59;
}
.BgClassName
{
background-color: #AA9E59;
}
</style>
border-color css
<style>
span { border-color: #AA9E59; }
span { border-color: rgb(170,158,89); }
td.TdClassName
{
border-color: #AA9E59;
}
.TagClassName
{
border-color: #AA9E59;
}
</style>