Shades of Husk #AA9952
Tints of Husk #AA9952
RGB
CMYK
RGB Variations
Color information
#AA9952 (or 0xAA9952) is known color: Husk. HEX triplet: AA, 99 and 52. RGB value is (170,153,82). Sum of RGB (Red+Green+Blue) = 170+153+82=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9952 is #5566AD. Grayscale: #969696. Windows color (decimal): -5596846 or 5413290. OLE color: 5413290.
HSL color Cylindrical-coordinate representation of color #AA9952: hue angle of 48.41º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA9952 is Cyan = 0, Magento = 0.1, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 82 | - |
| CMYK | 0 | 0.1 | 0.52 | 0.33 |
| HSL | 48.41º | 0.35% | 0.49% | - |
| HSV(B) | 48.41º | 0.52% | 0.67% | - |
| XYZ | 29.49 | 31.94 | 12.59 | - |
| YUV | 149.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 82 | 0 | 0.1 | 0.52 | 0.33 | 48.41 | 0.35 | 0.49 |
| Hex | AA | 99 | 52 | 0 | A | 34 | 21 | 30 | 23 | 31 |
| Octal | 252 | 231 | 122 | 0 | 12 | 64 | 41 | 60 | 43 | 61 |
| Binary | 10101010 | 10011001 | 1010010 | 0 | 1010 | 110100 | 100001 | 110000 | 100011 | 110001 |
Color Harmonies of #AA9952
Complementary color
Monochromatic Colors of #AA9952
Black with #AA9952
Text Example
Text Example
White with #AA9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9952; }
p { color: rgb(170,153,82); }
H1.HeaderClassName
{
color: #AA9952;
}
.AnyTagClassName
{
color: #AA9952;
}
</style>
background-color css
<style>
a { background-color: #AA9952; }
a { background-color: rgb(170,153,82); }
div.DivClassName
{
background-color: #AA9952;
}
.BgClassName
{
background-color: #AA9952;
}
</style>
border-color css
<style>
span { border-color: #AA9952; }
span { border-color: rgb(170,153,82); }
td.TdClassName
{
border-color: #AA9952;
}
.TagClassName
{
border-color: #AA9952;
}
</style>