Shades of Husk #AA9A56
Tints of Husk #AA9A56
RGB
CMYK
RGB Variations
Color information
#AA9A56 (or 0xAA9A56) is known color: Husk. HEX triplet: AA, 9A and 56. RGB value is (170,154,86). Sum of RGB (Red+Green+Blue) = 170+154+86=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A56 is #5565A9. Grayscale: #979797. Windows color (decimal): -5596586 or 5675690. OLE color: 5675690.
HSL color Cylindrical-coordinate representation of color #AA9A56: hue angle of 48.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA9A56 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 86 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.33 |
| HSL | 48.57º | 0.33% | 0.5% | - |
| HSV(B) | 48.57º | 0.49% | 0.67% | - |
| XYZ | 29.81 | 32.33 | 13.47 | - |
| YUV | 151.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 86 | 0 | 0.09 | 0.49 | 0.33 | 48.57 | 0.33 | 0.5 |
| Hex | AA | 9A | 56 | 0 | 9 | 31 | 21 | 31 | 21 | 32 |
| Octal | 252 | 232 | 126 | 0 | 11 | 61 | 41 | 61 | 41 | 62 |
| Binary | 10101010 | 10011010 | 1010110 | 0 | 1001 | 110001 | 100001 | 110001 | 100001 | 110010 |
Color Harmonies of #AA9A56
Complementary color
Monochromatic Colors of #AA9A56
Black with #AA9A56
Text Example
Text Example
White with #AA9A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A56; }
p { color: rgb(170,154,86); }
H1.HeaderClassName
{
color: #AA9A56;
}
.AnyTagClassName
{
color: #AA9A56;
}
</style>
background-color css
<style>
a { background-color: #AA9A56; }
a { background-color: rgb(170,154,86); }
div.DivClassName
{
background-color: #AA9A56;
}
.BgClassName
{
background-color: #AA9A56;
}
</style>
border-color css
<style>
span { border-color: #AA9A56; }
span { border-color: rgb(170,154,86); }
td.TdClassName
{
border-color: #AA9A56;
}
.TagClassName
{
border-color: #AA9A56;
}
</style>