Shades of Husk #AAA04D
Tints of Husk #AAA04D
RGB
CMYK
RGB Variations
Color information
#AAA04D (or 0xAAA04D) is known color: Husk. HEX triplet: AA, A0 and 4D. RGB value is (170,160,77). Sum of RGB (Red+Green+Blue) = 170+160+77=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA04D is #555FB2. Grayscale: #999999. Windows color (decimal): -5595059 or 5087402. OLE color: 5087402.
HSL color Cylindrical-coordinate representation of color #AAA04D: hue angle of 53.55º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAA04D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 77 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.33 |
| HSL | 53.55º | 0.38% | 0.48% | - |
| HSV(B) | 53.55º | 0.55% | 0.67% | - |
| XYZ | 30.49 | 34.22 | 12.02 | - |
| YUV | 153.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 77 | 0 | 0.06 | 0.55 | 0.33 | 53.55 | 0.38 | 0.48 |
| Hex | AA | A0 | 4D | 0 | 6 | 37 | 21 | 36 | 26 | 30 |
| Octal | 252 | 240 | 115 | 0 | 6 | 67 | 41 | 66 | 46 | 60 |
| Binary | 10101010 | 10100000 | 1001101 | 0 | 110 | 110111 | 100001 | 110110 | 100110 | 110000 |
Color Harmonies of #AAA04D
Complementary color
Monochromatic Colors of #AAA04D
Black with #AAA04D
Text Example
Text Example
White with #AAA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA04D; }
p { color: rgb(170,160,77); }
H1.HeaderClassName
{
color: #AAA04D;
}
.AnyTagClassName
{
color: #AAA04D;
}
</style>
background-color css
<style>
a { background-color: #AAA04D; }
a { background-color: rgb(170,160,77); }
div.DivClassName
{
background-color: #AAA04D;
}
.BgClassName
{
background-color: #AAA04D;
}
</style>
border-color css
<style>
span { border-color: #AAA04D; }
span { border-color: rgb(170,160,77); }
td.TdClassName
{
border-color: #AAA04D;
}
.TagClassName
{
border-color: #AAA04D;
}
</style>