Shades of Lucky #A2A20C
Tints of Lucky #A2A20C
RGB
CMYK
RGB Variations
Color information
#A2A20C (or 0xA2A20C) is known color: Lucky. HEX triplet: A2, A2 and 0C. RGB value is (162,162,12). Sum of RGB (Red+Green+Blue) = 162+162+12=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A20C is #5D5DF3. Grayscale: #919191. Windows color (decimal): -6118900 or 828066. OLE color: 828066.
HSL color Cylindrical-coordinate representation of color #A2A20C: hue angle of 60º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2A20C is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 12 | - |
| CMYK | 0 | 0 | 0.93 | 0.36 |
| HSL | 60º | 0.86% | 0.34% | - |
| HSV(B) | 60º | 0.93% | 0.64% | - |
| XYZ | 27.89 | 33.55 | 5.35 | - |
| YUV | 144.9 | 53 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 12 | 0 | 0 | 0.93 | 0.36 | 60 | 0.86 | 0.34 |
| Hex | A2 | A2 | C | 0 | 0 | 5D | 24 | 3C | 56 | 22 |
| Octal | 242 | 242 | 14 | 0 | 0 | 135 | 44 | 74 | 126 | 42 |
| Binary | 10100010 | 10100010 | 1100 | 0 | 0 | 1011101 | 100100 | 111100 | 1010110 | 100010 |
Color Harmonies of #A2A20C
Complementary color
Monochromatic Colors of #A2A20C
Black with #A2A20C
Text Example
Text Example
White with #A2A20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A20C; }
p { color: rgb(162,162,12); }
H1.HeaderClassName
{
color: #A2A20C;
}
.AnyTagClassName
{
color: #A2A20C;
}
</style>
background-color css
<style>
a { background-color: #A2A20C; }
a { background-color: rgb(162,162,12); }
div.DivClassName
{
background-color: #A2A20C;
}
.BgClassName
{
background-color: #A2A20C;
}
</style>
border-color css
<style>
span { border-color: #A2A20C; }
span { border-color: rgb(162,162,12); }
td.TdClassName
{
border-color: #A2A20C;
}
.TagClassName
{
border-color: #A2A20C;
}
</style>