Shades of Husk #AA9949
Tints of Husk #AA9949
RGB
CMYK
RGB Variations
Color information
#AA9949 (or 0xAA9949) is known color: Husk. HEX triplet: AA, 99 and 49. RGB value is (170,153,73). Sum of RGB (Red+Green+Blue) = 170+153+73=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9949 is #5566B6. Grayscale: #959595. Windows color (decimal): -5596855 or 4823466. OLE color: 4823466.
HSL color Cylindrical-coordinate representation of color #AA9949: hue angle of 49.48º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA9949 is Cyan = 0, Magento = 0.1, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 73 | - |
| CMYK | 0 | 0.1 | 0.57 | 0.33 |
| HSL | 49.48º | 0.4% | 0.48% | - |
| HSV(B) | 49.48º | 0.57% | 0.67% | - |
| XYZ | 29.17 | 31.81 | 10.91 | - |
| YUV | 148.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 73 | 0 | 0.1 | 0.57 | 0.33 | 49.48 | 0.4 | 0.48 |
| Hex | AA | 99 | 49 | 0 | A | 39 | 21 | 31 | 28 | 30 |
| Octal | 252 | 231 | 111 | 0 | 12 | 71 | 41 | 61 | 50 | 60 |
| Binary | 10101010 | 10011001 | 1001001 | 0 | 1010 | 111001 | 100001 | 110001 | 101000 | 110000 |
Color Harmonies of #AA9949
Complementary color
Monochromatic Colors of #AA9949
Black with #AA9949
Text Example
Text Example
White with #AA9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9949; }
p { color: rgb(170,153,73); }
H1.HeaderClassName
{
color: #AA9949;
}
.AnyTagClassName
{
color: #AA9949;
}
</style>
background-color css
<style>
a { background-color: #AA9949; }
a { background-color: rgb(170,153,73); }
div.DivClassName
{
background-color: #AA9949;
}
.BgClassName
{
background-color: #AA9949;
}
</style>
border-color css
<style>
span { border-color: #AA9949; }
span { border-color: rgb(170,153,73); }
td.TdClassName
{
border-color: #AA9949;
}
.TagClassName
{
border-color: #AA9949;
}
</style>