Shades of Husk #AAA04E
Tints of Husk #AAA04E
RGB
CMYK
RGB Variations
Color information
#AAA04E (or 0xAAA04E) is known color: Husk. HEX triplet: AA, A0 and 4E. RGB value is (170,160,78). Sum of RGB (Red+Green+Blue) = 170+160+78=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA04E is #555FB1. Grayscale: #999999. Windows color (decimal): -5595058 or 5152938. OLE color: 5152938.
HSL color Cylindrical-coordinate representation of color #AAA04E: hue angle of 53.48º 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 #AAA04E is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 78 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.33 |
| HSL | 53.48º | 0.37% | 0.49% | - |
| HSV(B) | 53.48º | 0.54% | 0.67% | - |
| XYZ | 30.52 | 34.24 | 12.21 | - |
| YUV | 153.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 78 | 0 | 0.06 | 0.54 | 0.33 | 53.48 | 0.37 | 0.49 |
| Hex | AA | A0 | 4E | 0 | 6 | 36 | 21 | 35 | 25 | 31 |
| Octal | 252 | 240 | 116 | 0 | 6 | 66 | 41 | 65 | 45 | 61 |
| Binary | 10101010 | 10100000 | 1001110 | 0 | 110 | 110110 | 100001 | 110101 | 100101 | 110001 |
Color Harmonies of #AAA04E
Complementary color
Monochromatic Colors of #AAA04E
Black with #AAA04E
Text Example
Text Example
White with #AAA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA04E; }
p { color: rgb(170,160,78); }
H1.HeaderClassName
{
color: #AAA04E;
}
.AnyTagClassName
{
color: #AAA04E;
}
</style>
background-color css
<style>
a { background-color: #AAA04E; }
a { background-color: rgb(170,160,78); }
div.DivClassName
{
background-color: #AAA04E;
}
.BgClassName
{
background-color: #AAA04E;
}
</style>
border-color css
<style>
span { border-color: #AAA04E; }
span { border-color: rgb(170,160,78); }
td.TdClassName
{
border-color: #AAA04E;
}
.TagClassName
{
border-color: #AAA04E;
}
</style>