Shades of Lucky #AAA021
Tints of Lucky #AAA021
RGB
CMYK
RGB Variations
Color information
#AAA021 (or 0xAAA021) is known color: Lucky. HEX triplet: AA, A0 and 21. RGB value is (170,160,33). Sum of RGB (Red+Green+Blue) = 170+160+33=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA021 is #555FDE. Grayscale: #959595. Windows color (decimal): -5595103 or 2203818. OLE color: 2203818.
HSL color Cylindrical-coordinate representation of color #AAA021: hue angle of 55.62º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAA021 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 33 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.33 |
| HSL | 55.62º | 0.67% | 0.4% | - |
| HSV(B) | 55.62º | 0.81% | 0.67% | - |
| XYZ | 29.42 | 33.8 | 6.41 | - |
| YUV | 148.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 33 | 0 | 0.06 | 0.81 | 0.33 | 55.62 | 0.67 | 0.4 |
| Hex | AA | A0 | 21 | 0 | 6 | 51 | 21 | 38 | 43 | 28 |
| Octal | 252 | 240 | 41 | 0 | 6 | 121 | 41 | 70 | 103 | 50 |
| Binary | 10101010 | 10100000 | 100001 | 0 | 110 | 1010001 | 100001 | 111000 | 1000011 | 101000 |
Color Harmonies of #AAA021
Complementary color
Monochromatic Colors of #AAA021
Black with #AAA021
Text Example
Text Example
White with #AAA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA021; }
p { color: rgb(170,160,33); }
H1.HeaderClassName
{
color: #AAA021;
}
.AnyTagClassName
{
color: #AAA021;
}
</style>
background-color css
<style>
a { background-color: #AAA021; }
a { background-color: rgb(170,160,33); }
div.DivClassName
{
background-color: #AAA021;
}
.BgClassName
{
background-color: #AAA021;
}
</style>
border-color css
<style>
span { border-color: #AAA021; }
span { border-color: rgb(170,160,33); }
td.TdClassName
{
border-color: #AAA021;
}
.TagClassName
{
border-color: #AAA021;
}
</style>