Shades of Husk #AA9C49
Tints of Husk #AA9C49
RGB
CMYK
RGB Variations
Color information
#AA9C49 (or 0xAA9C49) is known color: Husk. HEX triplet: AA, 9C and 49. RGB value is (170,156,73). Sum of RGB (Red+Green+Blue) = 170+156+73=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C49 is #5563B6. Grayscale: #979797. Windows color (decimal): -5596087 or 4824234. OLE color: 4824234.
HSL color Cylindrical-coordinate representation of color #AA9C49: hue angle of 51.34º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA9C49 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 73 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.33 |
| HSL | 51.34º | 0.4% | 0.48% | - |
| HSV(B) | 51.34º | 0.57% | 0.67% | - |
| XYZ | 29.67 | 32.8 | 11.07 | - |
| YUV | 150.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 73 | 0 | 0.08 | 0.57 | 0.33 | 51.34 | 0.4 | 0.48 |
| Hex | AA | 9C | 49 | 0 | 8 | 39 | 21 | 33 | 28 | 30 |
| Octal | 252 | 234 | 111 | 0 | 10 | 71 | 41 | 63 | 50 | 60 |
| Binary | 10101010 | 10011100 | 1001001 | 0 | 1000 | 111001 | 100001 | 110011 | 101000 | 110000 |
Color Harmonies of #AA9C49
Complementary color
Monochromatic Colors of #AA9C49
Black with #AA9C49
Text Example
Text Example
White with #AA9C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C49; }
p { color: rgb(170,156,73); }
H1.HeaderClassName
{
color: #AA9C49;
}
.AnyTagClassName
{
color: #AA9C49;
}
</style>
background-color css
<style>
a { background-color: #AA9C49; }
a { background-color: rgb(170,156,73); }
div.DivClassName
{
background-color: #AA9C49;
}
.BgClassName
{
background-color: #AA9C49;
}
</style>
border-color css
<style>
span { border-color: #AA9C49; }
span { border-color: rgb(170,156,73); }
td.TdClassName
{
border-color: #AA9C49;
}
.TagClassName
{
border-color: #AA9C49;
}
</style>