Shades of Husk #AA9855
Tints of Husk #AA9855
RGB
CMYK
RGB Variations
Color information
#AA9855 (or 0xAA9855) is known color: Husk. HEX triplet: AA, 98 and 55. RGB value is (170,152,85). Sum of RGB (Red+Green+Blue) = 170+152+85=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9855 is #5567AA. Grayscale: #969696. Windows color (decimal): -5597099 or 5609642. OLE color: 5609642.
HSL color Cylindrical-coordinate representation of color #AA9855: hue angle of 47.29º 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 #AA9855 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 85 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.33 |
| HSL | 47.29º | 0.33% | 0.5% | - |
| HSV(B) | 47.29º | 0.5% | 0.67% | - |
| XYZ | 29.45 | 31.66 | 13.15 | - |
| YUV | 149.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 85 | 0 | 0.11 | 0.50 | 0.33 | 47.29 | 0.33 | 0.5 |
| Hex | AA | 98 | 55 | 0 | B | 32 | 21 | 2F | 21 | 32 |
| Octal | 252 | 230 | 125 | 0 | 13 | 62 | 41 | 57 | 41 | 62 |
| Binary | 10101010 | 10011000 | 1010101 | 0 | 1011 | 110010 | 100001 | 101111 | 100001 | 110010 |
Color Harmonies of #AA9855
Complementary color
Monochromatic Colors of #AA9855
Black with #AA9855
Text Example
Text Example
White with #AA9855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9855; }
p { color: rgb(170,152,85); }
H1.HeaderClassName
{
color: #AA9855;
}
.AnyTagClassName
{
color: #AA9855;
}
</style>
background-color css
<style>
a { background-color: #AA9855; }
a { background-color: rgb(170,152,85); }
div.DivClassName
{
background-color: #AA9855;
}
.BgClassName
{
background-color: #AA9855;
}
</style>
border-color css
<style>
span { border-color: #AA9855; }
span { border-color: rgb(170,152,85); }
td.TdClassName
{
border-color: #AA9855;
}
.TagClassName
{
border-color: #AA9855;
}
</style>