Shades of Husk #AAA157
Tints of Husk #AAA157
RGB
CMYK
RGB Variations
Color information
#AAA157 (or 0xAAA157) is known color: Husk. HEX triplet: AA, A1 and 57. RGB value is (170,161,87). Sum of RGB (Red+Green+Blue) = 170+161+87=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA157 is #555EA8. Grayscale: #9B9B9B. Windows color (decimal): -5594793 or 5743018. OLE color: 5743018.
HSL color Cylindrical-coordinate representation of color #AAA157: hue angle of 53.49º 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 #AAA157 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 87 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.33 |
| HSL | 53.49º | 0.33% | 0.5% | - |
| HSV(B) | 53.49º | 0.49% | 0.67% | - |
| XYZ | 31.04 | 34.72 | 14.08 | - |
| YUV | 155.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 87 | 0 | 0.05 | 0.49 | 0.33 | 53.49 | 0.33 | 0.5 |
| Hex | AA | A1 | 57 | 0 | 5 | 31 | 21 | 35 | 21 | 32 |
| Octal | 252 | 241 | 127 | 0 | 5 | 61 | 41 | 65 | 41 | 62 |
| Binary | 10101010 | 10100001 | 1010111 | 0 | 101 | 110001 | 100001 | 110101 | 100001 | 110010 |
Color Harmonies of #AAA157
Complementary color
Monochromatic Colors of #AAA157
Black with #AAA157
Text Example
Text Example
White with #AAA157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA157; }
p { color: rgb(170,161,87); }
H1.HeaderClassName
{
color: #AAA157;
}
.AnyTagClassName
{
color: #AAA157;
}
</style>
background-color css
<style>
a { background-color: #AAA157; }
a { background-color: rgb(170,161,87); }
div.DivClassName
{
background-color: #AAA157;
}
.BgClassName
{
background-color: #AAA157;
}
</style>
border-color css
<style>
span { border-color: #AAA157; }
span { border-color: rgb(170,161,87); }
td.TdClassName
{
border-color: #AAA157;
}
.TagClassName
{
border-color: #AAA157;
}
</style>