Shades of Husk #AA9E5D
Tints of Husk #AA9E5D
RGB
CMYK
RGB Variations
Color information
#AA9E5D (or 0xAA9E5D) is known color: Husk. HEX triplet: AA, 9E and 5D. RGB value is (170,158,93). Sum of RGB (Red+Green+Blue) = 170+158+93=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E5D is #5561A2. Grayscale: #9A9A9A. Windows color (decimal): -5595555 or 6135466. OLE color: 6135466.
HSL color Cylindrical-coordinate representation of color #AA9E5D: hue angle of 50.65º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA9E5D is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 93 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.33 |
| HSL | 50.65º | 0.31% | 0.52% | - |
| HSV(B) | 50.65º | 0.45% | 0.67% | - |
| XYZ | 30.78 | 33.79 | 15.26 | - |
| YUV | 154.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 93 | 0 | 0.07 | 0.45 | 0.33 | 50.65 | 0.31 | 0.52 |
| Hex | AA | 9E | 5D | 0 | 7 | 2D | 21 | 33 | 1F | 34 |
| Octal | 252 | 236 | 135 | 0 | 7 | 55 | 41 | 63 | 37 | 64 |
| Binary | 10101010 | 10011110 | 1011101 | 0 | 111 | 101101 | 100001 | 110011 | 11111 | 110100 |
Color Harmonies of #AA9E5D
Complementary color
Monochromatic Colors of #AA9E5D
Black with #AA9E5D
Text Example
Text Example
White with #AA9E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E5D; }
p { color: rgb(170,158,93); }
H1.HeaderClassName
{
color: #AA9E5D;
}
.AnyTagClassName
{
color: #AA9E5D;
}
</style>
background-color css
<style>
a { background-color: #AA9E5D; }
a { background-color: rgb(170,158,93); }
div.DivClassName
{
background-color: #AA9E5D;
}
.BgClassName
{
background-color: #AA9E5D;
}
</style>
border-color css
<style>
span { border-color: #AA9E5D; }
span { border-color: rgb(170,158,93); }
td.TdClassName
{
border-color: #AA9E5D;
}
.TagClassName
{
border-color: #AA9E5D;
}
</style>