Shades of Husk #AA9853
Tints of Husk #AA9853
RGB
CMYK
RGB Variations
Color information
#AA9853 (or 0xAA9853) is known color: Husk. HEX triplet: AA, 98 and 53. RGB value is (170,152,83). Sum of RGB (Red+Green+Blue) = 170+152+83=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9853 is #5567AC. Grayscale: #959595. Windows color (decimal): -5597101 or 5478570. OLE color: 5478570.
HSL color Cylindrical-coordinate representation of color #AA9853: hue angle of 47.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA9853 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 83 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.33 |
| HSL | 47.59º | 0.34% | 0.5% | - |
| HSV(B) | 47.59º | 0.51% | 0.67% | - |
| XYZ | 29.37 | 31.63 | 12.74 | - |
| YUV | 149.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 83 | 0 | 0.11 | 0.51 | 0.33 | 47.59 | 0.34 | 0.5 |
| Hex | AA | 98 | 53 | 0 | B | 33 | 21 | 30 | 22 | 32 |
| Octal | 252 | 230 | 123 | 0 | 13 | 63 | 41 | 60 | 42 | 62 |
| Binary | 10101010 | 10011000 | 1010011 | 0 | 1011 | 110011 | 100001 | 110000 | 100010 | 110010 |
Color Harmonies of #AA9853
Complementary color
Monochromatic Colors of #AA9853
Black with #AA9853
Text Example
Text Example
White with #AA9853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9853; }
p { color: rgb(170,152,83); }
H1.HeaderClassName
{
color: #AA9853;
}
.AnyTagClassName
{
color: #AA9853;
}
</style>
background-color css
<style>
a { background-color: #AA9853; }
a { background-color: rgb(170,152,83); }
div.DivClassName
{
background-color: #AA9853;
}
.BgClassName
{
background-color: #AA9853;
}
</style>
border-color css
<style>
span { border-color: #AA9853; }
span { border-color: rgb(170,152,83); }
td.TdClassName
{
border-color: #AA9853;
}
.TagClassName
{
border-color: #AA9853;
}
</style>