Shades of Lucky #A2A718
Tints of Lucky #A2A718
RGB
CMYK
RGB Variations
Color information
#A2A718 (or 0xA2A718) is known color: Lucky. HEX triplet: A2, A7 and 18. RGB value is (162,167,24). Sum of RGB (Red+Green+Blue) = 162+167+24=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A718 is #5D58E7. Grayscale: #959595. Windows color (decimal): -6117608 or 1615778. OLE color: 1615778.
HSL color Cylindrical-coordinate representation of color #A2A718: hue angle of 62.1º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2A718 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 24 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.35 |
| HSL | 62.1º | 0.75% | 0.37% | - |
| HSV(B) | 62.1º | 0.86% | 0.65% | - |
| XYZ | 28.88 | 35.38 | 6.17 | - |
| YUV | 149.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 24 | 0.03 | 0 | 0.86 | 0.35 | 62.1 | 0.75 | 0.37 |
| Hex | A2 | A7 | 18 | 3 | 0 | 56 | 23 | 3E | 4B | 25 |
| Octal | 242 | 247 | 30 | 3 | 0 | 126 | 43 | 76 | 113 | 45 |
| Binary | 10100010 | 10100111 | 11000 | 11 | 0 | 1010110 | 100011 | 111110 | 1001011 | 100101 |
Color Harmonies of #A2A718
Complementary color
Monochromatic Colors of #A2A718
Black with #A2A718
Text Example
Text Example
White with #A2A718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A718; }
p { color: rgb(162,167,24); }
H1.HeaderClassName
{
color: #A2A718;
}
.AnyTagClassName
{
color: #A2A718;
}
</style>
background-color css
<style>
a { background-color: #A2A718; }
a { background-color: rgb(162,167,24); }
div.DivClassName
{
background-color: #A2A718;
}
.BgClassName
{
background-color: #A2A718;
}
</style>
border-color css
<style>
span { border-color: #A2A718; }
span { border-color: rgb(162,167,24); }
td.TdClassName
{
border-color: #A2A718;
}
.TagClassName
{
border-color: #A2A718;
}
</style>