#A6A211

Color #A6A211 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A6A211

Tints of Lucky #A6A211

Color information

#A6A211 (or 0xA6A211) is unknown color: approx 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

RGB16616217-
CMYK00.020.900.35
HSL58.39º81.42%35.88%-
HSV(B)58.39º89.76%65.1%-
XYZ28.7533.995.58-
YUV146.6754.83141.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 17 (7.03% from 255) = 4.93%
R=48.12%
G=46.96%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661621700.020.900.3558.3981.4235.88
HexA6A211025A233a5124
Octal2462422102132437212144
Binary10100110101000101000101010110101000111110101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>