Shades of Husk #AAA253
Tints of Husk #AAA253
RGB
CMYK
RGB Variations
Color information
#AAA253 (or 0xAAA253) is known color: Husk. HEX triplet: AA, A2 and 53. RGB value is (170,162,83). Sum of RGB (Red+Green+Blue) = 170+162+83=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA253 is #555DAC. Grayscale: #9B9B9B. Windows color (decimal): -5594541 or 5481130. OLE color: 5481130.
HSL color Cylindrical-coordinate representation of color #AAA253: hue angle of 54.48º 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 #AAA253 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 83 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.33 |
| HSL | 54.48º | 0.34% | 0.5% | - |
| HSV(B) | 54.48º | 0.51% | 0.67% | - |
| XYZ | 31.06 | 35.01 | 13.3 | - |
| YUV | 155.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 83 | 0 | 0.05 | 0.51 | 0.33 | 54.48 | 0.34 | 0.5 |
| Hex | AA | A2 | 53 | 0 | 5 | 33 | 21 | 36 | 22 | 32 |
| Octal | 252 | 242 | 123 | 0 | 5 | 63 | 41 | 66 | 42 | 62 |
| Binary | 10101010 | 10100010 | 1010011 | 0 | 101 | 110011 | 100001 | 110110 | 100010 | 110010 |
Color Harmonies of #AAA253
Complementary color
Monochromatic Colors of #AAA253
Black with #AAA253
Text Example
Text Example
White with #AAA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA253; }
p { color: rgb(170,162,83); }
H1.HeaderClassName
{
color: #AAA253;
}
.AnyTagClassName
{
color: #AAA253;
}
</style>
background-color css
<style>
a { background-color: #AAA253; }
a { background-color: rgb(170,162,83); }
div.DivClassName
{
background-color: #AAA253;
}
.BgClassName
{
background-color: #AAA253;
}
</style>
border-color css
<style>
span { border-color: #AAA253; }
span { border-color: rgb(170,162,83); }
td.TdClassName
{
border-color: #AAA253;
}
.TagClassName
{
border-color: #AAA253;
}
</style>