Shades of Husk #AAA04C
Tints of Husk #AAA04C
RGB
CMYK
RGB Variations
Color information
#AAA04C (or 0xAAA04C) is known color: Husk. HEX triplet: AA, A0 and 4C. RGB value is (170,160,76). Sum of RGB (Red+Green+Blue) = 170+160+76=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA04C is #555FB3. Grayscale: #999999. Windows color (decimal): -5595060 or 5021866. OLE color: 5021866.
HSL color Cylindrical-coordinate representation of color #AAA04C: hue angle of 53.62º 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 #AAA04C is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 76 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.33 |
| HSL | 53.62º | 0.38% | 0.48% | - |
| HSV(B) | 53.62º | 0.55% | 0.67% | - |
| XYZ | 30.45 | 34.21 | 11.84 | - |
| YUV | 153.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 76 | 0 | 0.06 | 0.55 | 0.33 | 53.62 | 0.38 | 0.48 |
| Hex | AA | A0 | 4C | 0 | 6 | 37 | 21 | 36 | 26 | 30 |
| Octal | 252 | 240 | 114 | 0 | 6 | 67 | 41 | 66 | 46 | 60 |
| Binary | 10101010 | 10100000 | 1001100 | 0 | 110 | 110111 | 100001 | 110110 | 100110 | 110000 |
Color Harmonies of #AAA04C
Complementary color
Monochromatic Colors of #AAA04C
Black with #AAA04C
Text Example
Text Example
White with #AAA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA04C; }
p { color: rgb(170,160,76); }
H1.HeaderClassName
{
color: #AAA04C;
}
.AnyTagClassName
{
color: #AAA04C;
}
</style>
background-color css
<style>
a { background-color: #AAA04C; }
a { background-color: rgb(170,160,76); }
div.DivClassName
{
background-color: #AAA04C;
}
.BgClassName
{
background-color: #AAA04C;
}
</style>
border-color css
<style>
span { border-color: #AAA04C; }
span { border-color: rgb(170,160,76); }
td.TdClassName
{
border-color: #AAA04C;
}
.TagClassName
{
border-color: #AAA04C;
}
</style>