Shades of Lucky #A2A31E
Tints of Lucky #A2A31E
RGB
CMYK
RGB Variations
Color information
#A2A31E (or 0xA2A31E) is known color: Lucky. HEX triplet: A2, A3 and 1E. RGB value is (162,163,30). Sum of RGB (Red+Green+Blue) = 162+163+30=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A31E is #5D5CE1. Grayscale: #949494. Windows color (decimal): -6118626 or 2007970. OLE color: 2007970.
HSL color Cylindrical-coordinate representation of color #A2A31E: hue angle of 60.45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2A31E is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 30 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.36 |
| HSL | 60.45º | 0.69% | 0.38% | - |
| HSV(B) | 60.45º | 0.82% | 0.64% | - |
| XYZ | 28.23 | 33.97 | 6.3 | - |
| YUV | 147.54 | 61.67 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 30 | 0.01 | 0 | 0.82 | 0.36 | 60.45 | 0.69 | 0.38 |
| Hex | A2 | A3 | 1E | 1 | 0 | 52 | 24 | 3C | 45 | 26 |
| Octal | 242 | 243 | 36 | 1 | 0 | 122 | 44 | 74 | 105 | 46 |
| Binary | 10100010 | 10100011 | 11110 | 1 | 0 | 1010010 | 100100 | 111100 | 1000101 | 100110 |
Color Harmonies of #A2A31E
Complementary color
Monochromatic Colors of #A2A31E
Black with #A2A31E
Text Example
Text Example
White with #A2A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A31E; }
p { color: rgb(162,163,30); }
H1.HeaderClassName
{
color: #A2A31E;
}
.AnyTagClassName
{
color: #A2A31E;
}
</style>
background-color css
<style>
a { background-color: #A2A31E; }
a { background-color: rgb(162,163,30); }
div.DivClassName
{
background-color: #A2A31E;
}
.BgClassName
{
background-color: #A2A31E;
}
</style>
border-color css
<style>
span { border-color: #A2A31E; }
span { border-color: rgb(162,163,30); }
td.TdClassName
{
border-color: #A2A31E;
}
.TagClassName
{
border-color: #A2A31E;
}
</style>