Shades of Lucky #A6A210
Tints of Lucky #A6A210
RGB
CMYK
RGB Variations
Color information
#A6A210 (or 0xA6A210) is known color: Lucky. HEX triplet: A6, A2 and 10. RGB value is (166,162,16). Sum of RGB (Red+Green+Blue) = 166+162+16=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A210 is #595DEF. Grayscale: #939393. Windows color (decimal): -5856752 or 1090214. OLE color: 1090214.
HSL color Cylindrical-coordinate representation of color #A6A210: hue angle of 58.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6A210 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 16 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.35 |
| HSL | 58.4º | 0.82% | 0.36% | - |
| HSV(B) | 58.4º | 0.9% | 0.65% | - |
| XYZ | 28.74 | 33.99 | 5.54 | - |
| YUV | 146.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 16 | 0 | 0.02 | 0.90 | 0.35 | 58.4 | 0.82 | 0.36 |
| Hex | A6 | A2 | 10 | 0 | 2 | 5A | 23 | 3A | 52 | 24 |
| Octal | 246 | 242 | 20 | 0 | 2 | 132 | 43 | 72 | 122 | 44 |
| Binary | 10100110 | 10100010 | 10000 | 0 | 10 | 1011010 | 100011 | 111010 | 1010010 | 100100 |
Color Harmonies of #A6A210
Complementary color
Monochromatic Colors of #A6A210
Black with #A6A210
Text Example
Text Example
White with #A6A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A210; }
p { color: rgb(166,162,16); }
H1.HeaderClassName
{
color: #A6A210;
}
.AnyTagClassName
{
color: #A6A210;
}
</style>
background-color css
<style>
a { background-color: #A6A210; }
a { background-color: rgb(166,162,16); }
div.DivClassName
{
background-color: #A6A210;
}
.BgClassName
{
background-color: #A6A210;
}
</style>
border-color css
<style>
span { border-color: #A6A210; }
span { border-color: rgb(166,162,16); }
td.TdClassName
{
border-color: #A6A210;
}
.TagClassName
{
border-color: #A6A210;
}
</style>