Shades of Husk #AA9D5D
Tints of Husk #AA9D5D
RGB
CMYK
RGB Variations
Color information
#AA9D5D (or 0xAA9D5D) is known color: Husk. HEX triplet: AA, 9D and 5D. RGB value is (170,157,93). Sum of RGB (Red+Green+Blue) = 170+157+93=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D5D is #5562A2. Grayscale: #999999. Windows color (decimal): -5595811 or 6135210. OLE color: 6135210.
HSL color Cylindrical-coordinate representation of color #AA9D5D: hue angle of 49.87º 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 #AA9D5D is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 93 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.33 |
| HSL | 49.87º | 0.31% | 0.52% | - |
| HSV(B) | 49.87º | 0.45% | 0.67% | - |
| XYZ | 30.61 | 33.45 | 15.2 | - |
| YUV | 153.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 93 | 0 | 0.08 | 0.45 | 0.33 | 49.87 | 0.31 | 0.52 |
| Hex | AA | 9D | 5D | 0 | 8 | 2D | 21 | 32 | 1F | 34 |
| Octal | 252 | 235 | 135 | 0 | 10 | 55 | 41 | 62 | 37 | 64 |
| Binary | 10101010 | 10011101 | 1011101 | 0 | 1000 | 101101 | 100001 | 110010 | 11111 | 110100 |
Color Harmonies of #AA9D5D
Complementary color
Monochromatic Colors of #AA9D5D
Black with #AA9D5D
Text Example
Text Example
White with #AA9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D5D; }
p { color: rgb(170,157,93); }
H1.HeaderClassName
{
color: #AA9D5D;
}
.AnyTagClassName
{
color: #AA9D5D;
}
</style>
background-color css
<style>
a { background-color: #AA9D5D; }
a { background-color: rgb(170,157,93); }
div.DivClassName
{
background-color: #AA9D5D;
}
.BgClassName
{
background-color: #AA9D5D;
}
</style>
border-color css
<style>
span { border-color: #AA9D5D; }
span { border-color: rgb(170,157,93); }
td.TdClassName
{
border-color: #AA9D5D;
}
.TagClassName
{
border-color: #AA9D5D;
}
</style>