Shades of Husk #AA9944
Tints of Husk #AA9944
RGB
CMYK
RGB Variations
Color information
#AA9944 (or 0xAA9944) is known color: Husk. HEX triplet: AA, 99 and 44. RGB value is (170,153,68). Sum of RGB (Red+Green+Blue) = 170+153+68=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9944 is #5566BB. Grayscale: #949494. Windows color (decimal): -5596860 or 4495786. OLE color: 4495786.
HSL color Cylindrical-coordinate representation of color #AA9944: hue angle of 50º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA9944 is Cyan = 0, Magento = 0.1, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 68 | - |
| CMYK | 0 | 0.1 | 0.6 | 0.33 |
| HSL | 50º | 0.43% | 0.47% | - |
| HSV(B) | 50º | 0.6% | 0.67% | - |
| XYZ | 29.01 | 31.75 | 10.07 | - |
| YUV | 148.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 68 | 0 | 0.1 | 0.6 | 0.33 | 50 | 0.43 | 0.47 |
| Hex | AA | 99 | 44 | 0 | A | 3C | 21 | 32 | 2B | 2F |
| Octal | 252 | 231 | 104 | 0 | 12 | 74 | 41 | 62 | 53 | 57 |
| Binary | 10101010 | 10011001 | 1000100 | 0 | 1010 | 111100 | 100001 | 110010 | 101011 | 101111 |
Color Harmonies of #AA9944
Complementary color
Monochromatic Colors of #AA9944
Black with #AA9944
Text Example
Text Example
White with #AA9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9944; }
p { color: rgb(170,153,68); }
H1.HeaderClassName
{
color: #AA9944;
}
.AnyTagClassName
{
color: #AA9944;
}
</style>
background-color css
<style>
a { background-color: #AA9944; }
a { background-color: rgb(170,153,68); }
div.DivClassName
{
background-color: #AA9944;
}
.BgClassName
{
background-color: #AA9944;
}
</style>
border-color css
<style>
span { border-color: #AA9944; }
span { border-color: rgb(170,153,68); }
td.TdClassName
{
border-color: #AA9944;
}
.TagClassName
{
border-color: #AA9944;
}
</style>