Shades of Husk #AA9957
Tints of Husk #AA9957
RGB
CMYK
RGB Variations
Color information
#AA9957 (or 0xAA9957) is known color: Husk. HEX triplet: AA, 99 and 57. RGB value is (170,153,87). Sum of RGB (Red+Green+Blue) = 170+153+87=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9957 is #5566A8. Grayscale: #969696. Windows color (decimal): -5596841 or 5740970. OLE color: 5740970.
HSL color Cylindrical-coordinate representation of color #AA9957: hue angle of 47.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA9957 is Cyan = 0, Magento = 0.1, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 87 | - |
| CMYK | 0 | 0.1 | 0.49 | 0.33 |
| HSL | 47.71º | 0.33% | 0.5% | - |
| HSV(B) | 47.71º | 0.49% | 0.67% | - |
| XYZ | 29.69 | 32.02 | 13.63 | - |
| YUV | 150.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 87 | 0 | 0.1 | 0.49 | 0.33 | 47.71 | 0.33 | 0.5 |
| Hex | AA | 99 | 57 | 0 | A | 31 | 21 | 30 | 21 | 32 |
| Octal | 252 | 231 | 127 | 0 | 12 | 61 | 41 | 60 | 41 | 62 |
| Binary | 10101010 | 10011001 | 1010111 | 0 | 1010 | 110001 | 100001 | 110000 | 100001 | 110010 |
Color Harmonies of #AA9957
Complementary color
Monochromatic Colors of #AA9957
Black with #AA9957
Text Example
Text Example
White with #AA9957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9957; }
p { color: rgb(170,153,87); }
H1.HeaderClassName
{
color: #AA9957;
}
.AnyTagClassName
{
color: #AA9957;
}
</style>
background-color css
<style>
a { background-color: #AA9957; }
a { background-color: rgb(170,153,87); }
div.DivClassName
{
background-color: #AA9957;
}
.BgClassName
{
background-color: #AA9957;
}
</style>
border-color css
<style>
span { border-color: #AA9957; }
span { border-color: rgb(170,153,87); }
td.TdClassName
{
border-color: #AA9957;
}
.TagClassName
{
border-color: #AA9957;
}
</style>