Shades of Husk #AA9955
Tints of Husk #AA9955
RGB
CMYK
RGB Variations
Color information
#AA9955 (or 0xAA9955) is known color: Husk. HEX triplet: AA, 99 and 55. RGB value is (170,153,85). Sum of RGB (Red+Green+Blue) = 170+153+85=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9955 is #5566AA. Grayscale: #969696. Windows color (decimal): -5596843 or 5609898. OLE color: 5609898.
HSL color Cylindrical-coordinate representation of color #AA9955: hue angle of 48º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA9955 is Cyan = 0, Magento = 0.1, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 85 | - |
| CMYK | 0 | 0.1 | 0.50 | 0.33 |
| HSL | 48º | 0.33% | 0.5% | - |
| HSV(B) | 48º | 0.5% | 0.67% | - |
| XYZ | 29.61 | 31.98 | 13.21 | - |
| YUV | 150.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 85 | 0 | 0.1 | 0.50 | 0.33 | 48 | 0.33 | 0.5 |
| Hex | AA | 99 | 55 | 0 | A | 32 | 21 | 30 | 21 | 32 |
| Octal | 252 | 231 | 125 | 0 | 12 | 62 | 41 | 60 | 41 | 62 |
| Binary | 10101010 | 10011001 | 1010101 | 0 | 1010 | 110010 | 100001 | 110000 | 100001 | 110010 |
Color Harmonies of #AA9955
Complementary color
Monochromatic Colors of #AA9955
Black with #AA9955
Text Example
Text Example
White with #AA9955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9955; }
p { color: rgb(170,153,85); }
H1.HeaderClassName
{
color: #AA9955;
}
.AnyTagClassName
{
color: #AA9955;
}
</style>
background-color css
<style>
a { background-color: #AA9955; }
a { background-color: rgb(170,153,85); }
div.DivClassName
{
background-color: #AA9955;
}
.BgClassName
{
background-color: #AA9955;
}
</style>
border-color css
<style>
span { border-color: #AA9955; }
span { border-color: rgb(170,153,85); }
td.TdClassName
{
border-color: #AA9955;
}
.TagClassName
{
border-color: #AA9955;
}
</style>