Shades of Husk #AAA051
Tints of Husk #AAA051
RGB
CMYK
RGB Variations
Color information
#AAA051 (or 0xAAA051) is known color: Husk. HEX triplet: AA, A0 and 51. RGB value is (170,160,81). Sum of RGB (Red+Green+Blue) = 170+160+81=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA051 is #555FAE. Grayscale: #9A9A9A. Windows color (decimal): -5595055 or 5349546. OLE color: 5349546.
HSL color Cylindrical-coordinate representation of color #AAA051: hue angle of 53.26º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA051 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 81 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.33 |
| HSL | 53.26º | 0.35% | 0.49% | - |
| HSV(B) | 53.26º | 0.52% | 0.67% | - |
| XYZ | 30.63 | 34.28 | 12.79 | - |
| YUV | 153.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 81 | 0 | 0.06 | 0.52 | 0.33 | 53.26 | 0.35 | 0.49 |
| Hex | AA | A0 | 51 | 0 | 6 | 34 | 21 | 35 | 23 | 31 |
| Octal | 252 | 240 | 121 | 0 | 6 | 64 | 41 | 65 | 43 | 61 |
| Binary | 10101010 | 10100000 | 1010001 | 0 | 110 | 110100 | 100001 | 110101 | 100011 | 110001 |
Color Harmonies of #AAA051
Complementary color
Monochromatic Colors of #AAA051
Black with #AAA051
Text Example
Text Example
White with #AAA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA051; }
p { color: rgb(170,160,81); }
H1.HeaderClassName
{
color: #AAA051;
}
.AnyTagClassName
{
color: #AAA051;
}
</style>
background-color css
<style>
a { background-color: #AAA051; }
a { background-color: rgb(170,160,81); }
div.DivClassName
{
background-color: #AAA051;
}
.BgClassName
{
background-color: #AAA051;
}
</style>
border-color css
<style>
span { border-color: #AAA051; }
span { border-color: rgb(170,160,81); }
td.TdClassName
{
border-color: #AAA051;
}
.TagClassName
{
border-color: #AAA051;
}
</style>