Shades of Husk #AAA052
Tints of Husk #AAA052
RGB
CMYK
RGB Variations
Color information
#AAA052 (or 0xAAA052) is known color: Husk. HEX triplet: AA, A0 and 52. RGB value is (170,160,82). Sum of RGB (Red+Green+Blue) = 170+160+82=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA052 is #555FAD. Grayscale: #9A9A9A. Windows color (decimal): -5595054 or 5415082. OLE color: 5415082.
HSL color Cylindrical-coordinate representation of color #AAA052: hue angle of 53.18º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA052 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 82 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.33 |
| HSL | 53.18º | 0.35% | 0.49% | - |
| HSV(B) | 53.18º | 0.52% | 0.67% | - |
| XYZ | 30.67 | 34.3 | 12.99 | - |
| YUV | 154.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 82 | 0 | 0.06 | 0.52 | 0.33 | 53.18 | 0.35 | 0.49 |
| Hex | AA | A0 | 52 | 0 | 6 | 34 | 21 | 35 | 23 | 31 |
| Octal | 252 | 240 | 122 | 0 | 6 | 64 | 41 | 65 | 43 | 61 |
| Binary | 10101010 | 10100000 | 1010010 | 0 | 110 | 110100 | 100001 | 110101 | 100011 | 110001 |
Color Harmonies of #AAA052
Complementary color
Monochromatic Colors of #AAA052
Black with #AAA052
Text Example
Text Example
White with #AAA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA052; }
p { color: rgb(170,160,82); }
H1.HeaderClassName
{
color: #AAA052;
}
.AnyTagClassName
{
color: #AAA052;
}
</style>
background-color css
<style>
a { background-color: #AAA052; }
a { background-color: rgb(170,160,82); }
div.DivClassName
{
background-color: #AAA052;
}
.BgClassName
{
background-color: #AAA052;
}
</style>
border-color css
<style>
span { border-color: #AAA052; }
span { border-color: rgb(170,160,82); }
td.TdClassName
{
border-color: #AAA052;
}
.TagClassName
{
border-color: #AAA052;
}
</style>