Shades of Lucky #A6A20A
Tints of Lucky #A6A20A
RGB
CMYK
RGB Variations
Color information
#A6A20A (or 0xA6A20A) is known color: Lucky. HEX triplet: A6, A2 and 0A. RGB value is (166,162,10). Sum of RGB (Red+Green+Blue) = 166+162+10=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A20A is #595DF5. Grayscale: #929292. Windows color (decimal): -5856758 or 696998. OLE color: 696998.
HSL color Cylindrical-coordinate representation of color #A6A20A: hue angle of 58.46º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6A20A is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 10 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.35 |
| HSL | 58.46º | 0.89% | 0.35% | - |
| HSV(B) | 58.46º | 0.94% | 0.65% | - |
| XYZ | 28.7 | 33.97 | 5.33 | - |
| YUV | 145.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 10 | 0 | 0.02 | 0.94 | 0.35 | 58.46 | 0.89 | 0.35 |
| Hex | A6 | A2 | A | 0 | 2 | 5E | 23 | 3A | 59 | 23 |
| Octal | 246 | 242 | 12 | 0 | 2 | 136 | 43 | 72 | 131 | 43 |
| Binary | 10100110 | 10100010 | 1010 | 0 | 10 | 1011110 | 100011 | 111010 | 1011001 | 100011 |
Color Harmonies of #A6A20A
Complementary color
Monochromatic Colors of #A6A20A
Black with #A6A20A
Text Example
Text Example
White with #A6A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A20A; }
p { color: rgb(166,162,10); }
H1.HeaderClassName
{
color: #A6A20A;
}
.AnyTagClassName
{
color: #A6A20A;
}
</style>
background-color css
<style>
a { background-color: #A6A20A; }
a { background-color: rgb(166,162,10); }
div.DivClassName
{
background-color: #A6A20A;
}
.BgClassName
{
background-color: #A6A20A;
}
</style>
border-color css
<style>
span { border-color: #A6A20A; }
span { border-color: rgb(166,162,10); }
td.TdClassName
{
border-color: #A6A20A;
}
.TagClassName
{
border-color: #A6A20A;
}
</style>