Shades of Husk #AA9352
Tints of Husk #AA9352
RGB
CMYK
RGB Variations
Color information
#AA9352 (or 0xAA9352) is known color: Husk. HEX triplet: AA, 93 and 52. RGB value is (170,147,82). Sum of RGB (Red+Green+Blue) = 170+147+82=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9352 is #556CAD. Grayscale: #929292. Windows color (decimal): -5598382 or 5411754. OLE color: 5411754.
HSL color Cylindrical-coordinate representation of color #AA9352: hue angle of 44.32º 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 #AA9352 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 82 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.33 |
| HSL | 44.32º | 0.35% | 0.49% | - |
| HSV(B) | 44.32º | 0.52% | 0.67% | - |
| XYZ | 28.53 | 30.02 | 12.27 | - |
| YUV | 146.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 82 | 0 | 0.14 | 0.52 | 0.33 | 44.32 | 0.35 | 0.49 |
| Hex | AA | 93 | 52 | 0 | E | 34 | 21 | 2C | 23 | 31 |
| Octal | 252 | 223 | 122 | 0 | 16 | 64 | 41 | 54 | 43 | 61 |
| Binary | 10101010 | 10010011 | 1010010 | 0 | 1110 | 110100 | 100001 | 101100 | 100011 | 110001 |
Color Harmonies of #AA9352
Complementary color
Monochromatic Colors of #AA9352
Black with #AA9352
Text Example
Text Example
White with #AA9352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9352; }
p { color: rgb(170,147,82); }
H1.HeaderClassName
{
color: #AA9352;
}
.AnyTagClassName
{
color: #AA9352;
}
</style>
background-color css
<style>
a { background-color: #AA9352; }
a { background-color: rgb(170,147,82); }
div.DivClassName
{
background-color: #AA9352;
}
.BgClassName
{
background-color: #AA9352;
}
</style>
border-color css
<style>
span { border-color: #AA9352; }
span { border-color: rgb(170,147,82); }
td.TdClassName
{
border-color: #AA9352;
}
.TagClassName
{
border-color: #AA9352;
}
</style>