Shades of Husk #AA9D57
Tints of Husk #AA9D57
RGB
CMYK
RGB Variations
Color information
#AA9D57 (or 0xAA9D57) is known color: Husk. HEX triplet: AA, 9D and 57. RGB value is (170,157,87). Sum of RGB (Red+Green+Blue) = 170+157+87=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D57 is #5562A8. Grayscale: #999999. Windows color (decimal): -5595817 or 5741994. OLE color: 5741994.
HSL color Cylindrical-coordinate representation of color #AA9D57: hue angle of 50.6º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA9D57 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 87 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.33 |
| HSL | 50.6º | 0.33% | 0.5% | - |
| HSV(B) | 50.6º | 0.49% | 0.67% | - |
| XYZ | 30.35 | 33.35 | 13.85 | - |
| YUV | 152.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 87 | 0 | 0.08 | 0.49 | 0.33 | 50.6 | 0.33 | 0.5 |
| Hex | AA | 9D | 57 | 0 | 8 | 31 | 21 | 33 | 21 | 32 |
| Octal | 252 | 235 | 127 | 0 | 10 | 61 | 41 | 63 | 41 | 62 |
| Binary | 10101010 | 10011101 | 1010111 | 0 | 1000 | 110001 | 100001 | 110011 | 100001 | 110010 |
Color Harmonies of #AA9D57
Complementary color
Monochromatic Colors of #AA9D57
Black with #AA9D57
Text Example
Text Example
White with #AA9D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D57; }
p { color: rgb(170,157,87); }
H1.HeaderClassName
{
color: #AA9D57;
}
.AnyTagClassName
{
color: #AA9D57;
}
</style>
background-color css
<style>
a { background-color: #AA9D57; }
a { background-color: rgb(170,157,87); }
div.DivClassName
{
background-color: #AA9D57;
}
.BgClassName
{
background-color: #AA9D57;
}
</style>
border-color css
<style>
span { border-color: #AA9D57; }
span { border-color: rgb(170,157,87); }
td.TdClassName
{
border-color: #AA9D57;
}
.TagClassName
{
border-color: #AA9D57;
}
</style>