Shades of Husk #AA9C56
Tints of Husk #AA9C56
RGB
CMYK
RGB Variations
Color information
#AA9C56 (or 0xAA9C56) is known color: Husk. HEX triplet: AA, 9C and 56. RGB value is (170,156,86). Sum of RGB (Red+Green+Blue) = 170+156+86=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C56 is #5563A9. Grayscale: #989898. Windows color (decimal): -5596074 or 5676202. OLE color: 5676202.
HSL color Cylindrical-coordinate representation of color #AA9C56: hue angle of 50º 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 #AA9C56 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 86 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.33 |
| HSL | 50º | 0.33% | 0.5% | - |
| HSV(B) | 50º | 0.49% | 0.67% | - |
| XYZ | 30.15 | 32.99 | 13.58 | - |
| YUV | 152.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 86 | 0 | 0.08 | 0.49 | 0.33 | 50 | 0.33 | 0.5 |
| Hex | AA | 9C | 56 | 0 | 8 | 31 | 21 | 32 | 21 | 32 |
| Octal | 252 | 234 | 126 | 0 | 10 | 61 | 41 | 62 | 41 | 62 |
| Binary | 10101010 | 10011100 | 1010110 | 0 | 1000 | 110001 | 100001 | 110010 | 100001 | 110010 |
Color Harmonies of #AA9C56
Complementary color
Monochromatic Colors of #AA9C56
Black with #AA9C56
Text Example
Text Example
White with #AA9C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C56; }
p { color: rgb(170,156,86); }
H1.HeaderClassName
{
color: #AA9C56;
}
.AnyTagClassName
{
color: #AA9C56;
}
</style>
background-color css
<style>
a { background-color: #AA9C56; }
a { background-color: rgb(170,156,86); }
div.DivClassName
{
background-color: #AA9C56;
}
.BgClassName
{
background-color: #AA9C56;
}
</style>
border-color css
<style>
span { border-color: #AA9C56; }
span { border-color: rgb(170,156,86); }
td.TdClassName
{
border-color: #AA9C56;
}
.TagClassName
{
border-color: #AA9C56;
}
</style>