Shades of Husk #AA9D4A
Tints of Husk #AA9D4A
RGB
CMYK
RGB Variations
Color information
#AA9D4A (or 0xAA9D4A) is known color: Husk. HEX triplet: AA, 9D and 4A. RGB value is (170,157,74). Sum of RGB (Red+Green+Blue) = 170+157+74=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D4A is #5562B5. Grayscale: #979797. Windows color (decimal): -5595830 or 4890026. OLE color: 4890026.
HSL color Cylindrical-coordinate representation of color #AA9D4A: hue angle of 51.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA9D4A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 74 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.33 |
| HSL | 51.88º | 0.39% | 0.48% | - |
| HSV(B) | 51.88º | 0.56% | 0.67% | - |
| XYZ | 29.87 | 33.15 | 11.3 | - |
| YUV | 151.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 74 | 0 | 0.08 | 0.56 | 0.33 | 51.88 | 0.39 | 0.48 |
| Hex | AA | 9D | 4A | 0 | 8 | 38 | 21 | 34 | 27 | 30 |
| Octal | 252 | 235 | 112 | 0 | 10 | 70 | 41 | 64 | 47 | 60 |
| Binary | 10101010 | 10011101 | 1001010 | 0 | 1000 | 111000 | 100001 | 110100 | 100111 | 110000 |
Color Harmonies of #AA9D4A
Complementary color
Monochromatic Colors of #AA9D4A
Black with #AA9D4A
Text Example
Text Example
White with #AA9D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D4A; }
p { color: rgb(170,157,74); }
H1.HeaderClassName
{
color: #AA9D4A;
}
.AnyTagClassName
{
color: #AA9D4A;
}
</style>
background-color css
<style>
a { background-color: #AA9D4A; }
a { background-color: rgb(170,157,74); }
div.DivClassName
{
background-color: #AA9D4A;
}
.BgClassName
{
background-color: #AA9D4A;
}
</style>
border-color css
<style>
span { border-color: #AA9D4A; }
span { border-color: rgb(170,157,74); }
td.TdClassName
{
border-color: #AA9D4A;
}
.TagClassName
{
border-color: #AA9D4A;
}
</style>