Shades of Husk #AA9F5B
Tints of Husk #AA9F5B
RGB
CMYK
RGB Variations
Color information
#AA9F5B (or 0xAA9F5B) is known color: Husk. HEX triplet: AA, 9F and 5B. RGB value is (170,159,91). Sum of RGB (Red+Green+Blue) = 170+159+91=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F5B is #5560A4. Grayscale: #9A9A9A. Windows color (decimal): -5595301 or 6004650. OLE color: 6004650.
HSL color Cylindrical-coordinate representation of color #AA9F5B: hue angle of 51.65º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA9F5B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 91 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.33 |
| HSL | 51.65º | 0.32% | 0.51% | - |
| HSV(B) | 51.65º | 0.46% | 0.67% | - |
| XYZ | 30.86 | 34.1 | 14.85 | - |
| YUV | 154.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 91 | 0 | 0.06 | 0.46 | 0.33 | 51.65 | 0.32 | 0.51 |
| Hex | AA | 9F | 5B | 0 | 6 | 2E | 21 | 34 | 20 | 33 |
| Octal | 252 | 237 | 133 | 0 | 6 | 56 | 41 | 64 | 40 | 63 |
| Binary | 10101010 | 10011111 | 1011011 | 0 | 110 | 101110 | 100001 | 110100 | 100000 | 110011 |
Color Harmonies of #AA9F5B
Complementary color
Monochromatic Colors of #AA9F5B
Black with #AA9F5B
Text Example
Text Example
White with #AA9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F5B; }
p { color: rgb(170,159,91); }
H1.HeaderClassName
{
color: #AA9F5B;
}
.AnyTagClassName
{
color: #AA9F5B;
}
</style>
background-color css
<style>
a { background-color: #AA9F5B; }
a { background-color: rgb(170,159,91); }
div.DivClassName
{
background-color: #AA9F5B;
}
.BgClassName
{
background-color: #AA9F5B;
}
</style>
border-color css
<style>
span { border-color: #AA9F5B; }
span { border-color: rgb(170,159,91); }
td.TdClassName
{
border-color: #AA9F5B;
}
.TagClassName
{
border-color: #AA9F5B;
}
</style>