Shades of Husk #AA9959
Tints of Husk #AA9959
RGB
CMYK
RGB Variations
Color information
#AA9959 (or 0xAA9959) is known color: Husk. HEX triplet: AA, 99 and 59. RGB value is (170,153,89). Sum of RGB (Red+Green+Blue) = 170+153+89=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9959 is #5566A6. Grayscale: #979797. Windows color (decimal): -5596839 or 5872042. OLE color: 5872042.
HSL color Cylindrical-coordinate representation of color #AA9959: hue angle of 47.41º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA9959 is Cyan = 0, Magento = 0.1, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 89 | - |
| CMYK | 0 | 0.1 | 0.48 | 0.33 |
| HSL | 47.41º | 0.32% | 0.51% | - |
| HSV(B) | 47.41º | 0.48% | 0.67% | - |
| XYZ | 29.77 | 32.05 | 14.07 | - |
| YUV | 150.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 89 | 0 | 0.1 | 0.48 | 0.33 | 47.41 | 0.32 | 0.51 |
| Hex | AA | 99 | 59 | 0 | A | 30 | 21 | 2F | 20 | 33 |
| Octal | 252 | 231 | 131 | 0 | 12 | 60 | 41 | 57 | 40 | 63 |
| Binary | 10101010 | 10011001 | 1011001 | 0 | 1010 | 110000 | 100001 | 101111 | 100000 | 110011 |
Color Harmonies of #AA9959
Complementary color
Monochromatic Colors of #AA9959
Black with #AA9959
Text Example
Text Example
White with #AA9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9959; }
p { color: rgb(170,153,89); }
H1.HeaderClassName
{
color: #AA9959;
}
.AnyTagClassName
{
color: #AA9959;
}
</style>
background-color css
<style>
a { background-color: #AA9959; }
a { background-color: rgb(170,153,89); }
div.DivClassName
{
background-color: #AA9959;
}
.BgClassName
{
background-color: #AA9959;
}
</style>
border-color css
<style>
span { border-color: #AA9959; }
span { border-color: rgb(170,153,89); }
td.TdClassName
{
border-color: #AA9959;
}
.TagClassName
{
border-color: #AA9959;
}
</style>