Shades of Husk #AA9C4E
Tints of Husk #AA9C4E
RGB
CMYK
RGB Variations
Color information
#AA9C4E (or 0xAA9C4E) is known color: Husk. HEX triplet: AA, 9C and 4E. RGB value is (170,156,78). Sum of RGB (Red+Green+Blue) = 170+156+78=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C4E is #5563B1. Grayscale: #979797. Windows color (decimal): -5596082 or 5151914. OLE color: 5151914.
HSL color Cylindrical-coordinate representation of color #AA9C4E: hue angle of 50.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA9C4E is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 78 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.33 |
| HSL | 50.87º | 0.37% | 0.49% | - |
| HSV(B) | 50.87º | 0.54% | 0.67% | - |
| XYZ | 29.84 | 32.87 | 11.98 | - |
| YUV | 151.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 78 | 0 | 0.08 | 0.54 | 0.33 | 50.87 | 0.37 | 0.49 |
| Hex | AA | 9C | 4E | 0 | 8 | 36 | 21 | 33 | 25 | 31 |
| Octal | 252 | 234 | 116 | 0 | 10 | 66 | 41 | 63 | 45 | 61 |
| Binary | 10101010 | 10011100 | 1001110 | 0 | 1000 | 110110 | 100001 | 110011 | 100101 | 110001 |
Color Harmonies of #AA9C4E
Complementary color
Monochromatic Colors of #AA9C4E
Black with #AA9C4E
Text Example
Text Example
White with #AA9C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C4E; }
p { color: rgb(170,156,78); }
H1.HeaderClassName
{
color: #AA9C4E;
}
.AnyTagClassName
{
color: #AA9C4E;
}
</style>
background-color css
<style>
a { background-color: #AA9C4E; }
a { background-color: rgb(170,156,78); }
div.DivClassName
{
background-color: #AA9C4E;
}
.BgClassName
{
background-color: #AA9C4E;
}
</style>
border-color css
<style>
span { border-color: #AA9C4E; }
span { border-color: rgb(170,156,78); }
td.TdClassName
{
border-color: #AA9C4E;
}
.TagClassName
{
border-color: #AA9C4E;
}
</style>