Shades of Lucky #AAA022
Tints of Lucky #AAA022
RGB
CMYK
RGB Variations
Color information
#AAA022 (or 0xAAA022) is known color: Lucky. HEX triplet: AA, A0 and 22. RGB value is (170,160,34). Sum of RGB (Red+Green+Blue) = 170+160+34=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA022 is #555FDD. Grayscale: #959595. Windows color (decimal): -5595102 or 2269354. OLE color: 2269354.
HSL color Cylindrical-coordinate representation of color #AAA022: hue angle of 55.59º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAA022 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 34 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.33 |
| HSL | 55.59º | 0.67% | 0.4% | - |
| HSV(B) | 55.59º | 0.8% | 0.67% | - |
| XYZ | 29.44 | 33.8 | 6.49 | - |
| YUV | 148.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 34 | 0 | 0.06 | 0.80 | 0.33 | 55.59 | 0.67 | 0.4 |
| Hex | AA | A0 | 22 | 0 | 6 | 50 | 21 | 38 | 43 | 28 |
| Octal | 252 | 240 | 42 | 0 | 6 | 120 | 41 | 70 | 103 | 50 |
| Binary | 10101010 | 10100000 | 100010 | 0 | 110 | 1010000 | 100001 | 111000 | 1000011 | 101000 |
Color Harmonies of #AAA022
Complementary color
Monochromatic Colors of #AAA022
Black with #AAA022
Text Example
Text Example
White with #AAA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA022; }
p { color: rgb(170,160,34); }
H1.HeaderClassName
{
color: #AAA022;
}
.AnyTagClassName
{
color: #AAA022;
}
</style>
background-color css
<style>
a { background-color: #AAA022; }
a { background-color: rgb(170,160,34); }
div.DivClassName
{
background-color: #AAA022;
}
.BgClassName
{
background-color: #AAA022;
}
</style>
border-color css
<style>
span { border-color: #AAA022; }
span { border-color: rgb(170,160,34); }
td.TdClassName
{
border-color: #AAA022;
}
.TagClassName
{
border-color: #AAA022;
}
</style>