Shades of Husk #AA9F54
Tints of Husk #AA9F54
RGB
CMYK
RGB Variations
Color information
#AA9F54 (or 0xAA9F54) is known color: Husk. HEX triplet: AA, 9F and 54. RGB value is (170,159,84). Sum of RGB (Red+Green+Blue) = 170+159+84=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F54 is #5560AB. Grayscale: #9A9A9A. Windows color (decimal): -5595308 or 5545898. OLE color: 5545898.
HSL color Cylindrical-coordinate representation of color #AA9F54: hue angle of 52.33º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA9F54 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 84 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.33 |
| HSL | 52.33º | 0.34% | 0.5% | - |
| HSV(B) | 52.33º | 0.51% | 0.67% | - |
| XYZ | 30.58 | 33.98 | 13.34 | - |
| YUV | 153.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 84 | 0 | 0.06 | 0.51 | 0.33 | 52.33 | 0.34 | 0.5 |
| Hex | AA | 9F | 54 | 0 | 6 | 33 | 21 | 34 | 22 | 32 |
| Octal | 252 | 237 | 124 | 0 | 6 | 63 | 41 | 64 | 42 | 62 |
| Binary | 10101010 | 10011111 | 1010100 | 0 | 110 | 110011 | 100001 | 110100 | 100010 | 110010 |
Color Harmonies of #AA9F54
Complementary color
Monochromatic Colors of #AA9F54
Black with #AA9F54
Text Example
Text Example
White with #AA9F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F54; }
p { color: rgb(170,159,84); }
H1.HeaderClassName
{
color: #AA9F54;
}
.AnyTagClassName
{
color: #AA9F54;
}
</style>
background-color css
<style>
a { background-color: #AA9F54; }
a { background-color: rgb(170,159,84); }
div.DivClassName
{
background-color: #AA9F54;
}
.BgClassName
{
background-color: #AA9F54;
}
</style>
border-color css
<style>
span { border-color: #AA9F54; }
span { border-color: rgb(170,159,84); }
td.TdClassName
{
border-color: #AA9F54;
}
.TagClassName
{
border-color: #AA9F54;
}
</style>