Shades of Husk #AAA152
Tints of Husk #AAA152
RGB
CMYK
RGB Variations
Color information
#AAA152 (or 0xAAA152) is known color: Husk. HEX triplet: AA, A1 and 52. RGB value is (170,161,82). Sum of RGB (Red+Green+Blue) = 170+161+82=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA152 is #555EAD. Grayscale: #9B9B9B. Windows color (decimal): -5594798 or 5415338. OLE color: 5415338.
HSL color Cylindrical-coordinate representation of color #AAA152: hue angle of 53.86º 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 #AAA152 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 82 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.33 |
| HSL | 53.86º | 0.35% | 0.49% | - |
| HSV(B) | 53.86º | 0.52% | 0.67% | - |
| XYZ | 30.85 | 34.64 | 13.04 | - |
| YUV | 154.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 82 | 0 | 0.05 | 0.52 | 0.33 | 53.86 | 0.35 | 0.49 |
| Hex | AA | A1 | 52 | 0 | 5 | 34 | 21 | 36 | 23 | 31 |
| Octal | 252 | 241 | 122 | 0 | 5 | 64 | 41 | 66 | 43 | 61 |
| Binary | 10101010 | 10100001 | 1010010 | 0 | 101 | 110100 | 100001 | 110110 | 100011 | 110001 |
Color Harmonies of #AAA152
Complementary color
Monochromatic Colors of #AAA152
Black with #AAA152
Text Example
Text Example
White with #AAA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA152; }
p { color: rgb(170,161,82); }
H1.HeaderClassName
{
color: #AAA152;
}
.AnyTagClassName
{
color: #AAA152;
}
</style>
background-color css
<style>
a { background-color: #AAA152; }
a { background-color: rgb(170,161,82); }
div.DivClassName
{
background-color: #AAA152;
}
.BgClassName
{
background-color: #AAA152;
}
</style>
border-color css
<style>
span { border-color: #AAA152; }
span { border-color: rgb(170,161,82); }
td.TdClassName
{
border-color: #AAA152;
}
.TagClassName
{
border-color: #AAA152;
}
</style>