Shades of Husk #AA9D4E
Tints of Husk #AA9D4E
RGB
CMYK
RGB Variations
Color information
#AA9D4E (or 0xAA9D4E) is known color: Husk. HEX triplet: AA, 9D and 4E. RGB value is (170,157,78). Sum of RGB (Red+Green+Blue) = 170+157+78=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D4E is #5562B1. Grayscale: #989898. Windows color (decimal): -5595826 or 5152170. OLE color: 5152170.
HSL color Cylindrical-coordinate representation of color #AA9D4E: hue angle of 51.52º 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 #AA9D4E is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 78 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.33 |
| HSL | 51.52º | 0.37% | 0.49% | - |
| HSV(B) | 51.52º | 0.54% | 0.67% | - |
| XYZ | 30.01 | 33.21 | 12.04 | - |
| YUV | 151.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 78 | 0 | 0.08 | 0.54 | 0.33 | 51.52 | 0.37 | 0.49 |
| Hex | AA | 9D | 4E | 0 | 8 | 36 | 21 | 34 | 25 | 31 |
| Octal | 252 | 235 | 116 | 0 | 10 | 66 | 41 | 64 | 45 | 61 |
| Binary | 10101010 | 10011101 | 1001110 | 0 | 1000 | 110110 | 100001 | 110100 | 100101 | 110001 |
Color Harmonies of #AA9D4E
Complementary color
Monochromatic Colors of #AA9D4E
Black with #AA9D4E
Text Example
Text Example
White with #AA9D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D4E; }
p { color: rgb(170,157,78); }
H1.HeaderClassName
{
color: #AA9D4E;
}
.AnyTagClassName
{
color: #AA9D4E;
}
</style>
background-color css
<style>
a { background-color: #AA9D4E; }
a { background-color: rgb(170,157,78); }
div.DivClassName
{
background-color: #AA9D4E;
}
.BgClassName
{
background-color: #AA9D4E;
}
</style>
border-color css
<style>
span { border-color: #AA9D4E; }
span { border-color: rgb(170,157,78); }
td.TdClassName
{
border-color: #AA9D4E;
}
.TagClassName
{
border-color: #AA9D4E;
}
</style>