Shades of Husk #AA9D5E
Tints of Husk #AA9D5E
RGB
CMYK
RGB Variations
Color information
#AA9D5E (or 0xAA9D5E) is known color: Husk. HEX triplet: AA, 9D and 5E. RGB value is (170,157,94). Sum of RGB (Red+Green+Blue) = 170+157+94=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D5E is #5562A1. Grayscale: #999999. Windows color (decimal): -5595810 or 6200746. OLE color: 6200746.
HSL color Cylindrical-coordinate representation of color #AA9D5E: hue angle of 49.74º 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 #AA9D5E is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 94 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.33 |
| HSL | 49.74º | 0.31% | 0.52% | - |
| HSV(B) | 49.74º | 0.45% | 0.67% | - |
| XYZ | 30.65 | 33.47 | 15.43 | - |
| YUV | 153.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 94 | 0 | 0.08 | 0.45 | 0.33 | 49.74 | 0.31 | 0.52 |
| Hex | AA | 9D | 5E | 0 | 8 | 2D | 21 | 32 | 1F | 34 |
| Octal | 252 | 235 | 136 | 0 | 10 | 55 | 41 | 62 | 37 | 64 |
| Binary | 10101010 | 10011101 | 1011110 | 0 | 1000 | 101101 | 100001 | 110010 | 11111 | 110100 |
Color Harmonies of #AA9D5E
Complementary color
Monochromatic Colors of #AA9D5E
Black with #AA9D5E
Text Example
Text Example
White with #AA9D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D5E; }
p { color: rgb(170,157,94); }
H1.HeaderClassName
{
color: #AA9D5E;
}
.AnyTagClassName
{
color: #AA9D5E;
}
</style>
background-color css
<style>
a { background-color: #AA9D5E; }
a { background-color: rgb(170,157,94); }
div.DivClassName
{
background-color: #AA9D5E;
}
.BgClassName
{
background-color: #AA9D5E;
}
</style>
border-color css
<style>
span { border-color: #AA9D5E; }
span { border-color: rgb(170,157,94); }
td.TdClassName
{
border-color: #AA9D5E;
}
.TagClassName
{
border-color: #AA9D5E;
}
</style>