Shades of Lucky #A2A30C
Tints of Lucky #A2A30C
RGB
CMYK
RGB Variations
Color information
#A2A30C (or 0xA2A30C) is known color: Lucky. HEX triplet: A2, A3 and 0C. RGB value is (162,163,12). Sum of RGB (Red+Green+Blue) = 162+163+12=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A30C is #5D5CF3. Grayscale: #929292. Windows color (decimal): -6118644 or 828322. OLE color: 828322.
HSL color Cylindrical-coordinate representation of color #A2A30C: hue angle of 60.4º 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 #A2A30C is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 12 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.36 |
| HSL | 60.4º | 0.86% | 0.34% | - |
| HSV(B) | 60.4º | 0.93% | 0.64% | - |
| XYZ | 28.06 | 33.9 | 5.41 | - |
| YUV | 145.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 12 | 0.01 | 0 | 0.93 | 0.36 | 60.4 | 0.86 | 0.34 |
| Hex | A2 | A3 | C | 1 | 0 | 5D | 24 | 3C | 56 | 22 |
| Octal | 242 | 243 | 14 | 1 | 0 | 135 | 44 | 74 | 126 | 42 |
| Binary | 10100010 | 10100011 | 1100 | 1 | 0 | 1011101 | 100100 | 111100 | 1010110 | 100010 |
Color Harmonies of #A2A30C
Complementary color
Monochromatic Colors of #A2A30C
Black with #A2A30C
Text Example
Text Example
White with #A2A30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A30C; }
p { color: rgb(162,163,12); }
H1.HeaderClassName
{
color: #A2A30C;
}
.AnyTagClassName
{
color: #A2A30C;
}
</style>
background-color css
<style>
a { background-color: #A2A30C; }
a { background-color: rgb(162,163,12); }
div.DivClassName
{
background-color: #A2A30C;
}
.BgClassName
{
background-color: #A2A30C;
}
</style>
border-color css
<style>
span { border-color: #A2A30C; }
span { border-color: rgb(162,163,12); }
td.TdClassName
{
border-color: #A2A30C;
}
.TagClassName
{
border-color: #A2A30C;
}
</style>