Shades of Husk #AA9849
Tints of Husk #AA9849
RGB
CMYK
RGB Variations
Color information
#AA9849 (or 0xAA9849) is known color: Husk. HEX triplet: AA, 98 and 49. RGB value is (170,152,73). Sum of RGB (Red+Green+Blue) = 170+152+73=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9849 is #5567B6. Grayscale: #949494. Windows color (decimal): -5597111 or 4823210. OLE color: 4823210.
HSL color Cylindrical-coordinate representation of color #AA9849: hue angle of 48.87º 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 #AA9849 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 73 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.33 |
| HSL | 48.87º | 0.4% | 0.48% | - |
| HSV(B) | 48.87º | 0.57% | 0.67% | - |
| XYZ | 29.01 | 31.48 | 10.85 | - |
| YUV | 148.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 73 | 0 | 0.11 | 0.57 | 0.33 | 48.87 | 0.4 | 0.48 |
| Hex | AA | 98 | 49 | 0 | B | 39 | 21 | 31 | 28 | 30 |
| Octal | 252 | 230 | 111 | 0 | 13 | 71 | 41 | 61 | 50 | 60 |
| Binary | 10101010 | 10011000 | 1001001 | 0 | 1011 | 111001 | 100001 | 110001 | 101000 | 110000 |
Color Harmonies of #AA9849
Complementary color
Monochromatic Colors of #AA9849
Black with #AA9849
Text Example
Text Example
White with #AA9849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9849; }
p { color: rgb(170,152,73); }
H1.HeaderClassName
{
color: #AA9849;
}
.AnyTagClassName
{
color: #AA9849;
}
</style>
background-color css
<style>
a { background-color: #AA9849; }
a { background-color: rgb(170,152,73); }
div.DivClassName
{
background-color: #AA9849;
}
.BgClassName
{
background-color: #AA9849;
}
</style>
border-color css
<style>
span { border-color: #AA9849; }
span { border-color: rgb(170,152,73); }
td.TdClassName
{
border-color: #AA9849;
}
.TagClassName
{
border-color: #AA9849;
}
</style>