Shades of Husk #AA9A55
Tints of Husk #AA9A55
RGB
CMYK
RGB Variations
Color information
#AA9A55 (or 0xAA9A55) is known color: Husk. HEX triplet: AA, 9A and 55. RGB value is (170,154,85). Sum of RGB (Red+Green+Blue) = 170+154+85=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A55 is #5565AA. Grayscale: #979797. Windows color (decimal): -5596587 or 5610154. OLE color: 5610154.
HSL color Cylindrical-coordinate representation of color #AA9A55: hue angle of 48.71º 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 #AA9A55 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 85 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.33 |
| HSL | 48.71º | 0.33% | 0.5% | - |
| HSV(B) | 48.71º | 0.5% | 0.67% | - |
| XYZ | 29.77 | 32.31 | 13.26 | - |
| YUV | 150.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 85 | 0 | 0.09 | 0.50 | 0.33 | 48.71 | 0.33 | 0.5 |
| Hex | AA | 9A | 55 | 0 | 9 | 32 | 21 | 31 | 21 | 32 |
| Octal | 252 | 232 | 125 | 0 | 11 | 62 | 41 | 61 | 41 | 62 |
| Binary | 10101010 | 10011010 | 1010101 | 0 | 1001 | 110010 | 100001 | 110001 | 100001 | 110010 |
Color Harmonies of #AA9A55
Complementary color
Monochromatic Colors of #AA9A55
Black with #AA9A55
Text Example
Text Example
White with #AA9A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A55; }
p { color: rgb(170,154,85); }
H1.HeaderClassName
{
color: #AA9A55;
}
.AnyTagClassName
{
color: #AA9A55;
}
</style>
background-color css
<style>
a { background-color: #AA9A55; }
a { background-color: rgb(170,154,85); }
div.DivClassName
{
background-color: #AA9A55;
}
.BgClassName
{
background-color: #AA9A55;
}
</style>
border-color css
<style>
span { border-color: #AA9A55; }
span { border-color: rgb(170,154,85); }
td.TdClassName
{
border-color: #AA9A55;
}
.TagClassName
{
border-color: #AA9A55;
}
</style>