Shades of Husk #AAA056
Tints of Husk #AAA056
RGB
CMYK
RGB Variations
Color information
#AAA056 (or 0xAAA056) is known color: Husk. HEX triplet: AA, A0 and 56. RGB value is (170,160,86). Sum of RGB (Red+Green+Blue) = 170+160+86=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA056 is #555FA9. Grayscale: #9A9A9A. Windows color (decimal): -5595050 or 5677226. OLE color: 5677226.
HSL color Cylindrical-coordinate representation of color #AAA056: hue angle of 52.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAA056 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 86 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.33 |
| HSL | 52.86º | 0.33% | 0.5% | - |
| HSV(B) | 52.86º | 0.49% | 0.67% | - |
| XYZ | 30.83 | 34.36 | 13.81 | - |
| YUV | 154.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 86 | 0 | 0.06 | 0.49 | 0.33 | 52.86 | 0.33 | 0.5 |
| Hex | AA | A0 | 56 | 0 | 6 | 31 | 21 | 35 | 21 | 32 |
| Octal | 252 | 240 | 126 | 0 | 6 | 61 | 41 | 65 | 41 | 62 |
| Binary | 10101010 | 10100000 | 1010110 | 0 | 110 | 110001 | 100001 | 110101 | 100001 | 110010 |
Color Harmonies of #AAA056
Complementary color
Monochromatic Colors of #AAA056
Black with #AAA056
Text Example
Text Example
White with #AAA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA056; }
p { color: rgb(170,160,86); }
H1.HeaderClassName
{
color: #AAA056;
}
.AnyTagClassName
{
color: #AAA056;
}
</style>
background-color css
<style>
a { background-color: #AAA056; }
a { background-color: rgb(170,160,86); }
div.DivClassName
{
background-color: #AAA056;
}
.BgClassName
{
background-color: #AAA056;
}
</style>
border-color css
<style>
span { border-color: #AAA056; }
span { border-color: rgb(170,160,86); }
td.TdClassName
{
border-color: #AAA056;
}
.TagClassName
{
border-color: #AAA056;
}
</style>