Shades of Husk #AA9954
Tints of Husk #AA9954
RGB
CMYK
RGB Variations
Color information
#AA9954 (or 0xAA9954) is known color: Husk. HEX triplet: AA, 99 and 54. RGB value is (170,153,84). Sum of RGB (Red+Green+Blue) = 170+153+84=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9954 is #5566AB. Grayscale: #969696. Windows color (decimal): -5596844 or 5544362. OLE color: 5544362.
HSL color Cylindrical-coordinate representation of color #AA9954: hue angle of 48.14º 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 #AA9954 is Cyan = 0, Magento = 0.1, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 84 | - |
| CMYK | 0 | 0.1 | 0.51 | 0.33 |
| HSL | 48.14º | 0.34% | 0.5% | - |
| HSV(B) | 48.14º | 0.51% | 0.67% | - |
| XYZ | 29.57 | 31.97 | 13 | - |
| YUV | 150.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 84 | 0 | 0.1 | 0.51 | 0.33 | 48.14 | 0.34 | 0.5 |
| Hex | AA | 99 | 54 | 0 | A | 33 | 21 | 30 | 22 | 32 |
| Octal | 252 | 231 | 124 | 0 | 12 | 63 | 41 | 60 | 42 | 62 |
| Binary | 10101010 | 10011001 | 1010100 | 0 | 1010 | 110011 | 100001 | 110000 | 100010 | 110010 |
Color Harmonies of #AA9954
Complementary color
Monochromatic Colors of #AA9954
Black with #AA9954
Text Example
Text Example
White with #AA9954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9954; }
p { color: rgb(170,153,84); }
H1.HeaderClassName
{
color: #AA9954;
}
.AnyTagClassName
{
color: #AA9954;
}
</style>
background-color css
<style>
a { background-color: #AA9954; }
a { background-color: rgb(170,153,84); }
div.DivClassName
{
background-color: #AA9954;
}
.BgClassName
{
background-color: #AA9954;
}
</style>
border-color css
<style>
span { border-color: #AA9954; }
span { border-color: rgb(170,153,84); }
td.TdClassName
{
border-color: #AA9954;
}
.TagClassName
{
border-color: #AA9954;
}
</style>