Shades of Lucky #A2A30D
Tints of Lucky #A2A30D
RGB
CMYK
RGB Variations
Color information
#A2A30D (or 0xA2A30D) is known color: Lucky. HEX triplet: A2, A3 and 0D. RGB value is (162,163,13). Sum of RGB (Red+Green+Blue) = 162+163+13=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A30D is #5D5CF2. Grayscale: #929292. Windows color (decimal): -6118643 or 893858. OLE color: 893858.
HSL color Cylindrical-coordinate representation of color #A2A30D: hue angle of 60.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2A30D is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 13 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.36 |
| HSL | 60.4º | 0.85% | 0.35% | - |
| HSV(B) | 60.4º | 0.92% | 0.64% | - |
| XYZ | 28.07 | 33.9 | 5.45 | - |
| YUV | 145.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 13 | 0.01 | 0 | 0.92 | 0.36 | 60.4 | 0.85 | 0.35 |
| Hex | A2 | A3 | D | 1 | 0 | 5C | 24 | 3C | 55 | 23 |
| Octal | 242 | 243 | 15 | 1 | 0 | 134 | 44 | 74 | 125 | 43 |
| Binary | 10100010 | 10100011 | 1101 | 1 | 0 | 1011100 | 100100 | 111100 | 1010101 | 100011 |
Color Harmonies of #A2A30D
Complementary color
Monochromatic Colors of #A2A30D
Black with #A2A30D
Text Example
Text Example
White with #A2A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A30D; }
p { color: rgb(162,163,13); }
H1.HeaderClassName
{
color: #A2A30D;
}
.AnyTagClassName
{
color: #A2A30D;
}
</style>
background-color css
<style>
a { background-color: #A2A30D; }
a { background-color: rgb(162,163,13); }
div.DivClassName
{
background-color: #A2A30D;
}
.BgClassName
{
background-color: #A2A30D;
}
</style>
border-color css
<style>
span { border-color: #A2A30D; }
span { border-color: rgb(162,163,13); }
td.TdClassName
{
border-color: #A2A30D;
}
.TagClassName
{
border-color: #A2A30D;
}
</style>