Shades of Husk #AAA252
Tints of Husk #AAA252
RGB
CMYK
RGB Variations
Color information
#AAA252 (or 0xAAA252) is known color: Husk. HEX triplet: AA, A2 and 52. RGB value is (170,162,82). Sum of RGB (Red+Green+Blue) = 170+162+82=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA252 is #555DAD. Grayscale: #9B9B9B. Windows color (decimal): -5594542 or 5415594. OLE color: 5415594.
HSL color Cylindrical-coordinate representation of color #AAA252: hue angle of 54.55º 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 #AAA252 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 82 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.33 |
| HSL | 54.55º | 0.35% | 0.49% | - |
| HSV(B) | 54.55º | 0.52% | 0.67% | - |
| XYZ | 31.02 | 35 | 13.1 | - |
| YUV | 155.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 82 | 0 | 0.05 | 0.52 | 0.33 | 54.55 | 0.35 | 0.49 |
| Hex | AA | A2 | 52 | 0 | 5 | 34 | 21 | 37 | 23 | 31 |
| Octal | 252 | 242 | 122 | 0 | 5 | 64 | 41 | 67 | 43 | 61 |
| Binary | 10101010 | 10100010 | 1010010 | 0 | 101 | 110100 | 100001 | 110111 | 100011 | 110001 |
Color Harmonies of #AAA252
Complementary color
Monochromatic Colors of #AAA252
Black with #AAA252
Text Example
Text Example
White with #AAA252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA252; }
p { color: rgb(170,162,82); }
H1.HeaderClassName
{
color: #AAA252;
}
.AnyTagClassName
{
color: #AAA252;
}
</style>
background-color css
<style>
a { background-color: #AAA252; }
a { background-color: rgb(170,162,82); }
div.DivClassName
{
background-color: #AAA252;
}
.BgClassName
{
background-color: #AAA252;
}
</style>
border-color css
<style>
span { border-color: #AAA252; }
span { border-color: rgb(170,162,82); }
td.TdClassName
{
border-color: #AAA252;
}
.TagClassName
{
border-color: #AAA252;
}
</style>