Shades of Lucky #A6A611
Tints of Lucky #A6A611
RGB
CMYK
RGB Variations
Color information
#A6A611 (or 0xA6A611) is known color: Lucky. HEX triplet: A6, A6 and 11. RGB value is (166,166,17). Sum of RGB (Red+Green+Blue) = 166+166+17=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A611 is #5959EE. Grayscale: #959595. Windows color (decimal): -5855727 or 1156774. OLE color: 1156774.
HSL color Cylindrical-coordinate representation of color #A6A611: hue angle of 60º degrees, saturation: 0.81, 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 #A6A611 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 17 | - |
| CMYK | 0 | 0 | 0.90 | 0.35 |
| HSL | 60º | 0.81% | 0.36% | - |
| HSV(B) | 60º | 0.9% | 0.65% | - |
| XYZ | 29.46 | 35.42 | 5.81 | - |
| YUV | 149.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 17 | 0 | 0 | 0.90 | 0.35 | 60 | 0.81 | 0.36 |
| Hex | A6 | A6 | 11 | 0 | 0 | 5A | 23 | 3C | 51 | 24 |
| Octal | 246 | 246 | 21 | 0 | 0 | 132 | 43 | 74 | 121 | 44 |
| Binary | 10100110 | 10100110 | 10001 | 0 | 0 | 1011010 | 100011 | 111100 | 1010001 | 100100 |
Color Harmonies of #A6A611
Complementary color
Monochromatic Colors of #A6A611
Black with #A6A611
Text Example
Text Example
White with #A6A611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A611; }
p { color: rgb(166,166,17); }
H1.HeaderClassName
{
color: #A6A611;
}
.AnyTagClassName
{
color: #A6A611;
}
</style>
background-color css
<style>
a { background-color: #A6A611; }
a { background-color: rgb(166,166,17); }
div.DivClassName
{
background-color: #A6A611;
}
.BgClassName
{
background-color: #A6A611;
}
</style>
border-color css
<style>
span { border-color: #A6A611; }
span { border-color: rgb(166,166,17); }
td.TdClassName
{
border-color: #A6A611;
}
.TagClassName
{
border-color: #A6A611;
}
</style>