Shades of Husk #AA9C4C
Tints of Husk #AA9C4C
RGB
CMYK
RGB Variations
Color information
#AA9C4C (or 0xAA9C4C) is known color: Husk. HEX triplet: AA, 9C and 4C. RGB value is (170,156,76). Sum of RGB (Red+Green+Blue) = 170+156+76=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C4C is #5563B3. Grayscale: #979797. Windows color (decimal): -5596084 or 5020842. OLE color: 5020842.
HSL color Cylindrical-coordinate representation of color #AA9C4C: hue angle of 51.06º 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 #AA9C4C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 76 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.33 |
| HSL | 51.06º | 0.38% | 0.48% | - |
| HSV(B) | 51.06º | 0.55% | 0.67% | - |
| XYZ | 29.77 | 32.84 | 11.61 | - |
| YUV | 151.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 76 | 0 | 0.08 | 0.55 | 0.33 | 51.06 | 0.38 | 0.48 |
| Hex | AA | 9C | 4C | 0 | 8 | 37 | 21 | 33 | 26 | 30 |
| Octal | 252 | 234 | 114 | 0 | 10 | 67 | 41 | 63 | 46 | 60 |
| Binary | 10101010 | 10011100 | 1001100 | 0 | 1000 | 110111 | 100001 | 110011 | 100110 | 110000 |
Color Harmonies of #AA9C4C
Complementary color
Monochromatic Colors of #AA9C4C
Black with #AA9C4C
Text Example
Text Example
White with #AA9C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C4C; }
p { color: rgb(170,156,76); }
H1.HeaderClassName
{
color: #AA9C4C;
}
.AnyTagClassName
{
color: #AA9C4C;
}
</style>
background-color css
<style>
a { background-color: #AA9C4C; }
a { background-color: rgb(170,156,76); }
div.DivClassName
{
background-color: #AA9C4C;
}
.BgClassName
{
background-color: #AA9C4C;
}
</style>
border-color css
<style>
span { border-color: #AA9C4C; }
span { border-color: rgb(170,156,76); }
td.TdClassName
{
border-color: #AA9C4C;
}
.TagClassName
{
border-color: #AA9C4C;
}
</style>