Shades of Husk #AA9552
Tints of Husk #AA9552
RGB
CMYK
RGB Variations
Color information
#AA9552 (or 0xAA9552) is known color: Husk. HEX triplet: AA, 95 and 52. RGB value is (170,149,82). Sum of RGB (Red+Green+Blue) = 170+149+82=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9552 is #556AAD. Grayscale: #939393. Windows color (decimal): -5597870 or 5412266. OLE color: 5412266.
HSL color Cylindrical-coordinate representation of color #AA9552: hue angle of 45.68º 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 #AA9552 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 82 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.33 |
| HSL | 45.68º | 0.35% | 0.49% | - |
| HSV(B) | 45.68º | 0.52% | 0.67% | - |
| XYZ | 28.85 | 30.65 | 12.38 | - |
| YUV | 147.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 82 | 0 | 0.12 | 0.52 | 0.33 | 45.68 | 0.35 | 0.49 |
| Hex | AA | 95 | 52 | 0 | C | 34 | 21 | 2E | 23 | 31 |
| Octal | 252 | 225 | 122 | 0 | 14 | 64 | 41 | 56 | 43 | 61 |
| Binary | 10101010 | 10010101 | 1010010 | 0 | 1100 | 110100 | 100001 | 101110 | 100011 | 110001 |
Color Harmonies of #AA9552
Complementary color
Monochromatic Colors of #AA9552
Black with #AA9552
Text Example
Text Example
White with #AA9552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9552; }
p { color: rgb(170,149,82); }
H1.HeaderClassName
{
color: #AA9552;
}
.AnyTagClassName
{
color: #AA9552;
}
</style>
background-color css
<style>
a { background-color: #AA9552; }
a { background-color: rgb(170,149,82); }
div.DivClassName
{
background-color: #AA9552;
}
.BgClassName
{
background-color: #AA9552;
}
</style>
border-color css
<style>
span { border-color: #AA9552; }
span { border-color: rgb(170,149,82); }
td.TdClassName
{
border-color: #AA9552;
}
.TagClassName
{
border-color: #AA9552;
}
</style>