Shades of Husk #AA9E56
Tints of Husk #AA9E56
RGB
CMYK
RGB Variations
Color information
#AA9E56 (or 0xAA9E56) is known color: Husk. HEX triplet: AA, 9E and 56. RGB value is (170,158,86). Sum of RGB (Red+Green+Blue) = 170+158+86=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E56 is #5561A9. Grayscale: #999999. Windows color (decimal): -5595562 or 5676714. OLE color: 5676714.
HSL color Cylindrical-coordinate representation of color #AA9E56: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA9E56 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 86 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.33 |
| HSL | 51.43º | 0.33% | 0.5% | - |
| HSV(B) | 51.43º | 0.49% | 0.67% | - |
| XYZ | 30.48 | 33.67 | 13.7 | - |
| YUV | 153.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 86 | 0 | 0.07 | 0.49 | 0.33 | 51.43 | 0.33 | 0.5 |
| Hex | AA | 9E | 56 | 0 | 7 | 31 | 21 | 33 | 21 | 32 |
| Octal | 252 | 236 | 126 | 0 | 7 | 61 | 41 | 63 | 41 | 62 |
| Binary | 10101010 | 10011110 | 1010110 | 0 | 111 | 110001 | 100001 | 110011 | 100001 | 110010 |
Color Harmonies of #AA9E56
Complementary color
Monochromatic Colors of #AA9E56
Black with #AA9E56
Text Example
Text Example
White with #AA9E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E56; }
p { color: rgb(170,158,86); }
H1.HeaderClassName
{
color: #AA9E56;
}
.AnyTagClassName
{
color: #AA9E56;
}
</style>
background-color css
<style>
a { background-color: #AA9E56; }
a { background-color: rgb(170,158,86); }
div.DivClassName
{
background-color: #AA9E56;
}
.BgClassName
{
background-color: #AA9E56;
}
</style>
border-color css
<style>
span { border-color: #AA9E56; }
span { border-color: rgb(170,158,86); }
td.TdClassName
{
border-color: #AA9E56;
}
.TagClassName
{
border-color: #AA9E56;
}
</style>