Shades of Husk #AA9C47
Tints of Husk #AA9C47
RGB
CMYK
RGB Variations
Color information
#AA9C47 (or 0xAA9C47) is known color: Husk. HEX triplet: AA, 9C and 47. RGB value is (170,156,71). Sum of RGB (Red+Green+Blue) = 170+156+71=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C47 is #5563B8. Grayscale: #969696. Windows color (decimal): -5596089 or 4693162. OLE color: 4693162.
HSL color Cylindrical-coordinate representation of color #AA9C47: hue angle of 51.52º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA9C47 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 71 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.33 |
| HSL | 51.52º | 0.41% | 0.47% | - |
| HSV(B) | 51.52º | 0.58% | 0.67% | - |
| XYZ | 29.6 | 32.78 | 10.73 | - |
| YUV | 150.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 71 | 0 | 0.08 | 0.58 | 0.33 | 51.52 | 0.41 | 0.47 |
| Hex | AA | 9C | 47 | 0 | 8 | 3A | 21 | 34 | 29 | 2F |
| Octal | 252 | 234 | 107 | 0 | 10 | 72 | 41 | 64 | 51 | 57 |
| Binary | 10101010 | 10011100 | 1000111 | 0 | 1000 | 111010 | 100001 | 110100 | 101001 | 101111 |
Color Harmonies of #AA9C47
Complementary color
Monochromatic Colors of #AA9C47
Black with #AA9C47
Text Example
Text Example
White with #AA9C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C47; }
p { color: rgb(170,156,71); }
H1.HeaderClassName
{
color: #AA9C47;
}
.AnyTagClassName
{
color: #AA9C47;
}
</style>
background-color css
<style>
a { background-color: #AA9C47; }
a { background-color: rgb(170,156,71); }
div.DivClassName
{
background-color: #AA9C47;
}
.BgClassName
{
background-color: #AA9C47;
}
</style>
border-color css
<style>
span { border-color: #AA9C47; }
span { border-color: rgb(170,156,71); }
td.TdClassName
{
border-color: #AA9C47;
}
.TagClassName
{
border-color: #AA9C47;
}
</style>