Shades of Husk #AA9E4E
Tints of Husk #AA9E4E
RGB
CMYK
RGB Variations
Color information
#AA9E4E (or 0xAA9E4E) is known color: Husk. HEX triplet: AA, 9E and 4E. RGB value is (170,158,78). Sum of RGB (Red+Green+Blue) = 170+158+78=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E4E is #5561B1. Grayscale: #989898. Windows color (decimal): -5595570 or 5152426. OLE color: 5152426.
HSL color Cylindrical-coordinate representation of color #AA9E4E: hue angle of 52.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA9E4E is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 78 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.33 |
| HSL | 52.17º | 0.37% | 0.49% | - |
| HSV(B) | 52.17º | 0.54% | 0.67% | - |
| XYZ | 30.18 | 33.55 | 12.09 | - |
| YUV | 152.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 78 | 0 | 0.07 | 0.54 | 0.33 | 52.17 | 0.37 | 0.49 |
| Hex | AA | 9E | 4E | 0 | 7 | 36 | 21 | 34 | 25 | 31 |
| Octal | 252 | 236 | 116 | 0 | 7 | 66 | 41 | 64 | 45 | 61 |
| Binary | 10101010 | 10011110 | 1001110 | 0 | 111 | 110110 | 100001 | 110100 | 100101 | 110001 |
Color Harmonies of #AA9E4E
Complementary color
Monochromatic Colors of #AA9E4E
Black with #AA9E4E
Text Example
Text Example
White with #AA9E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E4E; }
p { color: rgb(170,158,78); }
H1.HeaderClassName
{
color: #AA9E4E;
}
.AnyTagClassName
{
color: #AA9E4E;
}
</style>
background-color css
<style>
a { background-color: #AA9E4E; }
a { background-color: rgb(170,158,78); }
div.DivClassName
{
background-color: #AA9E4E;
}
.BgClassName
{
background-color: #AA9E4E;
}
</style>
border-color css
<style>
span { border-color: #AA9E4E; }
span { border-color: rgb(170,158,78); }
td.TdClassName
{
border-color: #AA9E4E;
}
.TagClassName
{
border-color: #AA9E4E;
}
</style>