Shades of Husk #AA9E51
Tints of Husk #AA9E51
RGB
CMYK
RGB Variations
Color information
#AA9E51 (or 0xAA9E51) is known color: Husk. HEX triplet: AA, 9E and 51. RGB value is (170,158,81). Sum of RGB (Red+Green+Blue) = 170+158+81=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E51 is #5561AE. Grayscale: #999999. Windows color (decimal): -5595567 or 5349034. OLE color: 5349034.
HSL color Cylindrical-coordinate representation of color #AA9E51: hue angle of 51.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA9E51 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 81 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.33 |
| HSL | 51.91º | 0.35% | 0.49% | - |
| HSV(B) | 51.91º | 0.52% | 0.67% | - |
| XYZ | 30.29 | 33.59 | 12.67 | - |
| YUV | 152.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 81 | 0 | 0.07 | 0.52 | 0.33 | 51.91 | 0.35 | 0.49 |
| Hex | AA | 9E | 51 | 0 | 7 | 34 | 21 | 34 | 23 | 31 |
| Octal | 252 | 236 | 121 | 0 | 7 | 64 | 41 | 64 | 43 | 61 |
| Binary | 10101010 | 10011110 | 1010001 | 0 | 111 | 110100 | 100001 | 110100 | 100011 | 110001 |
Color Harmonies of #AA9E51
Complementary color
Monochromatic Colors of #AA9E51
Black with #AA9E51
Text Example
Text Example
White with #AA9E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E51; }
p { color: rgb(170,158,81); }
H1.HeaderClassName
{
color: #AA9E51;
}
.AnyTagClassName
{
color: #AA9E51;
}
</style>
background-color css
<style>
a { background-color: #AA9E51; }
a { background-color: rgb(170,158,81); }
div.DivClassName
{
background-color: #AA9E51;
}
.BgClassName
{
background-color: #AA9E51;
}
</style>
border-color css
<style>
span { border-color: #AA9E51; }
span { border-color: rgb(170,158,81); }
td.TdClassName
{
border-color: #AA9E51;
}
.TagClassName
{
border-color: #AA9E51;
}
</style>