Shades of Lucky #A6A211
Tints of Lucky #A6A211
RGB
CMYK
RGB Variations
Color information
#A6A211 (or 0xA6A211) is known color: Lucky. HEX triplet: A6, A2 and 11. RGB value is (166,162,17). Sum of RGB (Red+Green+Blue) = 166+162+17=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A211 is #595DEE. Grayscale: #939393. Windows color (decimal): -5856751 or 1155750. OLE color: 1155750.
HSL color Cylindrical-coordinate representation of color #A6A211: hue angle of 58.39º 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 #A6A211 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 17 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.35 |
| HSL | 58.39º | 0.81% | 0.36% | - |
| HSV(B) | 58.39º | 0.9% | 0.65% | - |
| XYZ | 28.75 | 33.99 | 5.58 | - |
| YUV | 146.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 17 | 0 | 0.02 | 0.90 | 0.35 | 58.39 | 0.81 | 0.36 |
| Hex | A6 | A2 | 11 | 0 | 2 | 5A | 23 | 3A | 51 | 24 |
| Octal | 246 | 242 | 21 | 0 | 2 | 132 | 43 | 72 | 121 | 44 |
| Binary | 10100110 | 10100010 | 10001 | 0 | 10 | 1011010 | 100011 | 111010 | 1010001 | 100100 |
Color Harmonies of #A6A211
Complementary color
Monochromatic Colors of #A6A211
Black with #A6A211
Text Example
Text Example
White with #A6A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A211; }
p { color: rgb(166,162,17); }
H1.HeaderClassName
{
color: #A6A211;
}
.AnyTagClassName
{
color: #A6A211;
}
</style>
background-color css
<style>
a { background-color: #A6A211; }
a { background-color: rgb(166,162,17); }
div.DivClassName
{
background-color: #A6A211;
}
.BgClassName
{
background-color: #A6A211;
}
</style>
border-color css
<style>
span { border-color: #A6A211; }
span { border-color: rgb(166,162,17); }
td.TdClassName
{
border-color: #A6A211;
}
.TagClassName
{
border-color: #A6A211;
}
</style>