Shades of Husk #AA9E53
Tints of Husk #AA9E53
RGB
CMYK
RGB Variations
Color information
#AA9E53 (or 0xAA9E53) is known color: Husk. HEX triplet: AA, 9E and 53. RGB value is (170,158,83). Sum of RGB (Red+Green+Blue) = 170+158+83=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E53 is #5561AC. Grayscale: #999999. Windows color (decimal): -5595565 or 5480106. OLE color: 5480106.
HSL color Cylindrical-coordinate representation of color #AA9E53: hue angle of 51.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA9E53 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 83 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.33 |
| HSL | 51.72º | 0.34% | 0.5% | - |
| HSV(B) | 51.72º | 0.51% | 0.67% | - |
| XYZ | 30.37 | 33.62 | 13.07 | - |
| YUV | 153.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 83 | 0 | 0.07 | 0.51 | 0.33 | 51.72 | 0.34 | 0.5 |
| Hex | AA | 9E | 53 | 0 | 7 | 33 | 21 | 34 | 22 | 32 |
| Octal | 252 | 236 | 123 | 0 | 7 | 63 | 41 | 64 | 42 | 62 |
| Binary | 10101010 | 10011110 | 1010011 | 0 | 111 | 110011 | 100001 | 110100 | 100010 | 110010 |
Color Harmonies of #AA9E53
Complementary color
Monochromatic Colors of #AA9E53
Black with #AA9E53
Text Example
Text Example
White with #AA9E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E53; }
p { color: rgb(170,158,83); }
H1.HeaderClassName
{
color: #AA9E53;
}
.AnyTagClassName
{
color: #AA9E53;
}
</style>
background-color css
<style>
a { background-color: #AA9E53; }
a { background-color: rgb(170,158,83); }
div.DivClassName
{
background-color: #AA9E53;
}
.BgClassName
{
background-color: #AA9E53;
}
</style>
border-color css
<style>
span { border-color: #AA9E53; }
span { border-color: rgb(170,158,83); }
td.TdClassName
{
border-color: #AA9E53;
}
.TagClassName
{
border-color: #AA9E53;
}
</style>