Shades of Husk #AA9E4C
Tints of Husk #AA9E4C
RGB
CMYK
RGB Variations
Color information
#AA9E4C (or 0xAA9E4C) is known color: Husk. HEX triplet: AA, 9E and 4C. RGB value is (170,158,76). Sum of RGB (Red+Green+Blue) = 170+158+76=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E4C is #5561B3. Grayscale: #989898. Windows color (decimal): -5595572 or 5021354. OLE color: 5021354.
HSL color Cylindrical-coordinate representation of color #AA9E4C: hue angle of 52.34º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA9E4C is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 76 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.33 |
| HSL | 52.34º | 0.38% | 0.48% | - |
| HSV(B) | 52.34º | 0.55% | 0.67% | - |
| XYZ | 30.11 | 33.52 | 11.72 | - |
| YUV | 152.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 76 | 0 | 0.07 | 0.55 | 0.33 | 52.34 | 0.38 | 0.48 |
| Hex | AA | 9E | 4C | 0 | 7 | 37 | 21 | 34 | 26 | 30 |
| Octal | 252 | 236 | 114 | 0 | 7 | 67 | 41 | 64 | 46 | 60 |
| Binary | 10101010 | 10011110 | 1001100 | 0 | 111 | 110111 | 100001 | 110100 | 100110 | 110000 |
Color Harmonies of #AA9E4C
Complementary color
Monochromatic Colors of #AA9E4C
Black with #AA9E4C
Text Example
Text Example
White with #AA9E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E4C; }
p { color: rgb(170,158,76); }
H1.HeaderClassName
{
color: #AA9E4C;
}
.AnyTagClassName
{
color: #AA9E4C;
}
</style>
background-color css
<style>
a { background-color: #AA9E4C; }
a { background-color: rgb(170,158,76); }
div.DivClassName
{
background-color: #AA9E4C;
}
.BgClassName
{
background-color: #AA9E4C;
}
</style>
border-color css
<style>
span { border-color: #AA9E4C; }
span { border-color: rgb(170,158,76); }
td.TdClassName
{
border-color: #AA9E4C;
}
.TagClassName
{
border-color: #AA9E4C;
}
</style>