Shades of Husk #AA9852
Tints of Husk #AA9852
RGB
CMYK
RGB Variations
Color information
#AA9852 (or 0xAA9852) is known color: Husk. HEX triplet: AA, 98 and 52. RGB value is (170,152,82). Sum of RGB (Red+Green+Blue) = 170+152+82=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9852 is #5567AD. Grayscale: #959595. Windows color (decimal): -5597102 or 5413034. OLE color: 5413034.
HSL color Cylindrical-coordinate representation of color #AA9852: hue angle of 47.73º 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 #AA9852 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 82 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.33 |
| HSL | 47.73º | 0.35% | 0.49% | - |
| HSV(B) | 47.73º | 0.52% | 0.67% | - |
| XYZ | 29.33 | 31.61 | 12.54 | - |
| YUV | 149.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 82 | 0 | 0.11 | 0.52 | 0.33 | 47.73 | 0.35 | 0.49 |
| Hex | AA | 98 | 52 | 0 | B | 34 | 21 | 30 | 23 | 31 |
| Octal | 252 | 230 | 122 | 0 | 13 | 64 | 41 | 60 | 43 | 61 |
| Binary | 10101010 | 10011000 | 1010010 | 0 | 1011 | 110100 | 100001 | 110000 | 100011 | 110001 |
Color Harmonies of #AA9852
Complementary color
Monochromatic Colors of #AA9852
Black with #AA9852
Text Example
Text Example
White with #AA9852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9852; }
p { color: rgb(170,152,82); }
H1.HeaderClassName
{
color: #AA9852;
}
.AnyTagClassName
{
color: #AA9852;
}
</style>
background-color css
<style>
a { background-color: #AA9852; }
a { background-color: rgb(170,152,82); }
div.DivClassName
{
background-color: #AA9852;
}
.BgClassName
{
background-color: #AA9852;
}
</style>
border-color css
<style>
span { border-color: #AA9852; }
span { border-color: rgb(170,152,82); }
td.TdClassName
{
border-color: #AA9852;
}
.TagClassName
{
border-color: #AA9852;
}
</style>