Shades of Husk #AA9953
Tints of Husk #AA9953
RGB
CMYK
RGB Variations
Color information
#AA9953 (or 0xAA9953) is known color: Husk. HEX triplet: AA, 99 and 53. RGB value is (170,153,83). Sum of RGB (Red+Green+Blue) = 170+153+83=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9953 is #5566AC. Grayscale: #969696. Windows color (decimal): -5596845 or 5478826. OLE color: 5478826.
HSL color Cylindrical-coordinate representation of color #AA9953: hue angle of 48.28º 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 #AA9953 is Cyan = 0, Magento = 0.1, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 83 | - |
| CMYK | 0 | 0.1 | 0.51 | 0.33 |
| HSL | 48.28º | 0.34% | 0.5% | - |
| HSV(B) | 48.28º | 0.51% | 0.67% | - |
| XYZ | 29.53 | 31.95 | 12.79 | - |
| YUV | 150.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 83 | 0 | 0.1 | 0.51 | 0.33 | 48.28 | 0.34 | 0.5 |
| Hex | AA | 99 | 53 | 0 | A | 33 | 21 | 30 | 22 | 32 |
| Octal | 252 | 231 | 123 | 0 | 12 | 63 | 41 | 60 | 42 | 62 |
| Binary | 10101010 | 10011001 | 1010011 | 0 | 1010 | 110011 | 100001 | 110000 | 100010 | 110010 |
Color Harmonies of #AA9953
Complementary color
Monochromatic Colors of #AA9953
Black with #AA9953
Text Example
Text Example
White with #AA9953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9953; }
p { color: rgb(170,153,83); }
H1.HeaderClassName
{
color: #AA9953;
}
.AnyTagClassName
{
color: #AA9953;
}
</style>
background-color css
<style>
a { background-color: #AA9953; }
a { background-color: rgb(170,153,83); }
div.DivClassName
{
background-color: #AA9953;
}
.BgClassName
{
background-color: #AA9953;
}
</style>
border-color css
<style>
span { border-color: #AA9953; }
span { border-color: rgb(170,153,83); }
td.TdClassName
{
border-color: #AA9953;
}
.TagClassName
{
border-color: #AA9953;
}
</style>