Shades of Husk #AAA059
Tints of Husk #AAA059
RGB
CMYK
RGB Variations
Color information
#AAA059 (or 0xAAA059) is known color: Husk. HEX triplet: AA, A0 and 59. RGB value is (170,160,89). Sum of RGB (Red+Green+Blue) = 170+160+89=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA059 is #555FA6. Grayscale: #9B9B9B. Windows color (decimal): -5595047 or 5873834. OLE color: 5873834.
HSL color Cylindrical-coordinate representation of color #AAA059: hue angle of 52.59º 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 #AAA059 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 89 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.33 |
| HSL | 52.59º | 0.32% | 0.51% | - |
| HSV(B) | 52.59º | 0.48% | 0.67% | - |
| XYZ | 30.95 | 34.41 | 14.46 | - |
| YUV | 154.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 89 | 0 | 0.06 | 0.48 | 0.33 | 52.59 | 0.32 | 0.51 |
| Hex | AA | A0 | 59 | 0 | 6 | 30 | 21 | 35 | 20 | 33 |
| Octal | 252 | 240 | 131 | 0 | 6 | 60 | 41 | 65 | 40 | 63 |
| Binary | 10101010 | 10100000 | 1011001 | 0 | 110 | 110000 | 100001 | 110101 | 100000 | 110011 |
Color Harmonies of #AAA059
Complementary color
Monochromatic Colors of #AAA059
Black with #AAA059
Text Example
Text Example
White with #AAA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA059; }
p { color: rgb(170,160,89); }
H1.HeaderClassName
{
color: #AAA059;
}
.AnyTagClassName
{
color: #AAA059;
}
</style>
background-color css
<style>
a { background-color: #AAA059; }
a { background-color: rgb(170,160,89); }
div.DivClassName
{
background-color: #AAA059;
}
.BgClassName
{
background-color: #AAA059;
}
</style>
border-color css
<style>
span { border-color: #AAA059; }
span { border-color: rgb(170,160,89); }
td.TdClassName
{
border-color: #AAA059;
}
.TagClassName
{
border-color: #AAA059;
}
</style>