Shades of Husk #AAA257
Tints of Husk #AAA257
RGB
CMYK
RGB Variations
Color information
#AAA257 (or 0xAAA257) is known color: Husk. HEX triplet: AA, A2 and 57. RGB value is (170,162,87). Sum of RGB (Red+Green+Blue) = 170+162+87=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA257 is #555DA8. Grayscale: #9C9C9C. Windows color (decimal): -5594537 or 5743274. OLE color: 5743274.
HSL color Cylindrical-coordinate representation of color #AAA257: hue angle of 54.22º 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 #AAA257 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 87 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.33 |
| HSL | 54.22º | 0.33% | 0.5% | - |
| HSV(B) | 54.22º | 0.49% | 0.67% | - |
| XYZ | 31.22 | 35.07 | 14.14 | - |
| YUV | 155.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 87 | 0 | 0.05 | 0.49 | 0.33 | 54.22 | 0.33 | 0.5 |
| Hex | AA | A2 | 57 | 0 | 5 | 31 | 21 | 36 | 21 | 32 |
| Octal | 252 | 242 | 127 | 0 | 5 | 61 | 41 | 66 | 41 | 62 |
| Binary | 10101010 | 10100010 | 1010111 | 0 | 101 | 110001 | 100001 | 110110 | 100001 | 110010 |
Color Harmonies of #AAA257
Complementary color
Monochromatic Colors of #AAA257
Black with #AAA257
Text Example
Text Example
White with #AAA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA257; }
p { color: rgb(170,162,87); }
H1.HeaderClassName
{
color: #AAA257;
}
.AnyTagClassName
{
color: #AAA257;
}
</style>
background-color css
<style>
a { background-color: #AAA257; }
a { background-color: rgb(170,162,87); }
div.DivClassName
{
background-color: #AAA257;
}
.BgClassName
{
background-color: #AAA257;
}
</style>
border-color css
<style>
span { border-color: #AAA257; }
span { border-color: rgb(170,162,87); }
td.TdClassName
{
border-color: #AAA257;
}
.TagClassName
{
border-color: #AAA257;
}
</style>