Shades of Husk #AA9E55
Tints of Husk #AA9E55
RGB
CMYK
RGB Variations
Color information
#AA9E55 (or 0xAA9E55) is known color: Husk. HEX triplet: AA, 9E and 55. RGB value is (170,158,85). Sum of RGB (Red+Green+Blue) = 170+158+85=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E55 is #5561AA. Grayscale: #999999. Windows color (decimal): -5595563 or 5611178. OLE color: 5611178.
HSL color Cylindrical-coordinate representation of color #AA9E55: hue angle of 51.53º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA9E55 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 85 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.33 |
| HSL | 51.53º | 0.33% | 0.5% | - |
| HSV(B) | 51.53º | 0.5% | 0.67% | - |
| XYZ | 30.44 | 33.66 | 13.49 | - |
| YUV | 153.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 85 | 0 | 0.07 | 0.50 | 0.33 | 51.53 | 0.33 | 0.5 |
| Hex | AA | 9E | 55 | 0 | 7 | 32 | 21 | 34 | 21 | 32 |
| Octal | 252 | 236 | 125 | 0 | 7 | 62 | 41 | 64 | 41 | 62 |
| Binary | 10101010 | 10011110 | 1010101 | 0 | 111 | 110010 | 100001 | 110100 | 100001 | 110010 |
Color Harmonies of #AA9E55
Complementary color
Monochromatic Colors of #AA9E55
Black with #AA9E55
Text Example
Text Example
White with #AA9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E55; }
p { color: rgb(170,158,85); }
H1.HeaderClassName
{
color: #AA9E55;
}
.AnyTagClassName
{
color: #AA9E55;
}
</style>
background-color css
<style>
a { background-color: #AA9E55; }
a { background-color: rgb(170,158,85); }
div.DivClassName
{
background-color: #AA9E55;
}
.BgClassName
{
background-color: #AA9E55;
}
</style>
border-color css
<style>
span { border-color: #AA9E55; }
span { border-color: rgb(170,158,85); }
td.TdClassName
{
border-color: #AA9E55;
}
.TagClassName
{
border-color: #AA9E55;
}
</style>