Shades of Husk #AAA156
Tints of Husk #AAA156
RGB
CMYK
RGB Variations
Color information
#AAA156 (or 0xAAA156) is known color: Husk. HEX triplet: AA, A1 and 56. RGB value is (170,161,86). Sum of RGB (Red+Green+Blue) = 170+161+86=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA156 is #555EA9. Grayscale: #9B9B9B. Windows color (decimal): -5594794 or 5677482. OLE color: 5677482.
HSL color Cylindrical-coordinate representation of color #AAA156: hue angle of 53.57º 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 #AAA156 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 86 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.33 |
| HSL | 53.57º | 0.33% | 0.5% | - |
| HSV(B) | 53.57º | 0.49% | 0.67% | - |
| XYZ | 31 | 34.71 | 13.87 | - |
| YUV | 155.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 86 | 0 | 0.05 | 0.49 | 0.33 | 53.57 | 0.33 | 0.5 |
| Hex | AA | A1 | 56 | 0 | 5 | 31 | 21 | 36 | 21 | 32 |
| Octal | 252 | 241 | 126 | 0 | 5 | 61 | 41 | 66 | 41 | 62 |
| Binary | 10101010 | 10100001 | 1010110 | 0 | 101 | 110001 | 100001 | 110110 | 100001 | 110010 |
Color Harmonies of #AAA156
Complementary color
Monochromatic Colors of #AAA156
Black with #AAA156
Text Example
Text Example
White with #AAA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA156; }
p { color: rgb(170,161,86); }
H1.HeaderClassName
{
color: #AAA156;
}
.AnyTagClassName
{
color: #AAA156;
}
</style>
background-color css
<style>
a { background-color: #AAA156; }
a { background-color: rgb(170,161,86); }
div.DivClassName
{
background-color: #AAA156;
}
.BgClassName
{
background-color: #AAA156;
}
</style>
border-color css
<style>
span { border-color: #AAA156; }
span { border-color: rgb(170,161,86); }
td.TdClassName
{
border-color: #AAA156;
}
.TagClassName
{
border-color: #AAA156;
}
</style>