Shades of Husk #AA9F5A
Tints of Husk #AA9F5A
RGB
CMYK
RGB Variations
Color information
#AA9F5A (or 0xAA9F5A) is known color: Husk. HEX triplet: AA, 9F and 5A. RGB value is (170,159,90). Sum of RGB (Red+Green+Blue) = 170+159+90=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F5A is #5560A5. Grayscale: #9A9A9A. Windows color (decimal): -5595302 or 5939114. OLE color: 5939114.
HSL color Cylindrical-coordinate representation of color #AA9F5A: hue angle of 51.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA9F5A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 90 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.33 |
| HSL | 51.75º | 0.32% | 0.51% | - |
| HSV(B) | 51.75º | 0.47% | 0.67% | - |
| XYZ | 30.82 | 34.08 | 14.63 | - |
| YUV | 154.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 90 | 0 | 0.06 | 0.47 | 0.33 | 51.75 | 0.32 | 0.51 |
| Hex | AA | 9F | 5A | 0 | 6 | 2F | 21 | 34 | 20 | 33 |
| Octal | 252 | 237 | 132 | 0 | 6 | 57 | 41 | 64 | 40 | 63 |
| Binary | 10101010 | 10011111 | 1011010 | 0 | 110 | 101111 | 100001 | 110100 | 100000 | 110011 |
Color Harmonies of #AA9F5A
Complementary color
Monochromatic Colors of #AA9F5A
Black with #AA9F5A
Text Example
Text Example
White with #AA9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F5A; }
p { color: rgb(170,159,90); }
H1.HeaderClassName
{
color: #AA9F5A;
}
.AnyTagClassName
{
color: #AA9F5A;
}
</style>
background-color css
<style>
a { background-color: #AA9F5A; }
a { background-color: rgb(170,159,90); }
div.DivClassName
{
background-color: #AA9F5A;
}
.BgClassName
{
background-color: #AA9F5A;
}
</style>
border-color css
<style>
span { border-color: #AA9F5A; }
span { border-color: rgb(170,159,90); }
td.TdClassName
{
border-color: #AA9F5A;
}
.TagClassName
{
border-color: #AA9F5A;
}
</style>