Shades of Husk #AAA053
Tints of Husk #AAA053
RGB
CMYK
RGB Variations
Color information
#AAA053 (or 0xAAA053) is known color: Husk. HEX triplet: AA, A0 and 53. RGB value is (170,160,83). Sum of RGB (Red+Green+Blue) = 170+160+83=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA053 is #555FAC. Grayscale: #9A9A9A. Windows color (decimal): -5595053 or 5480618. OLE color: 5480618.
HSL color Cylindrical-coordinate representation of color #AAA053: hue angle of 53.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAA053 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 83 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.33 |
| HSL | 53.1º | 0.34% | 0.5% | - |
| HSV(B) | 53.1º | 0.51% | 0.67% | - |
| XYZ | 30.71 | 34.31 | 13.19 | - |
| YUV | 154.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 83 | 0 | 0.06 | 0.51 | 0.33 | 53.1 | 0.34 | 0.5 |
| Hex | AA | A0 | 53 | 0 | 6 | 33 | 21 | 35 | 22 | 32 |
| Octal | 252 | 240 | 123 | 0 | 6 | 63 | 41 | 65 | 42 | 62 |
| Binary | 10101010 | 10100000 | 1010011 | 0 | 110 | 110011 | 100001 | 110101 | 100010 | 110010 |
Color Harmonies of #AAA053
Complementary color
Monochromatic Colors of #AAA053
Black with #AAA053
Text Example
Text Example
White with #AAA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA053; }
p { color: rgb(170,160,83); }
H1.HeaderClassName
{
color: #AAA053;
}
.AnyTagClassName
{
color: #AAA053;
}
</style>
background-color css
<style>
a { background-color: #AAA053; }
a { background-color: rgb(170,160,83); }
div.DivClassName
{
background-color: #AAA053;
}
.BgClassName
{
background-color: #AAA053;
}
</style>
border-color css
<style>
span { border-color: #AAA053; }
span { border-color: rgb(170,160,83); }
td.TdClassName
{
border-color: #AAA053;
}
.TagClassName
{
border-color: #AAA053;
}
</style>