#A6A610

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

Shades of Lucky #A6A610

Tints of Lucky #A6A610

Color information

#A6A610 (or 0xA6A610) is unknown color: approx Lucky. HEX triplet: A6, A6 and 10. RGB value is (166,166,16). Sum of RGB (Red+Green+Blue) = 166+166+16=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A610 is #5959EF. Grayscale: #959595. Windows color (decimal): -5855728 or 1091238. OLE color: 1091238.

HSL color Cylindrical-coordinate representation of color #A6A610: hue angle of 60º 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 #A6A610 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB16616616-
CMYK000.900.35
HSL60º82.42%35.69%-
HSV(B)60º90.36%65.1%-
XYZ29.4635.425.77-
YUV148.953140.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 166 (65.23% from 255) = 47.70%
BLUE value IS 16 (6.64% from 255) = 4.60%
R=47.70%
G=47.70%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616616000.900.356082.4235.69
HexA6A610005A233c5224
Octal2462462000132437412244
Binary1010011010100110100000010110101000111111001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A610; }

 p { color: rgb(166,166,16); }

 H1.HeaderClassName
 {
   color: #A6A610;
 }
 .AnyTagClassName
 {
   color: #A6A610;
 }
</style>
background-color css

<style>
 a { background-color: #A6A610; }

 a { background-color: rgb(166,166,16); }

 div.DivClassName
 {
   background-color: #A6A610;
 }
 .BgClassName
 {
   background-color: #A6A610;
 }
</style>
border-color css

<style>
 span { border-color: #A6A610; }

 span { border-color: rgb(166,166,16); }

 td.TdClassName
 {
   border-color: #A6A610;
 }
 .TagClassName
 {
   border-color: #A6A610;
 }
</style>