#A6A615

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

Shades of Lucky #A6A615

Tints of Lucky #A6A615

Color information

#A6A615 (or 0xA6A615) is unknown color: approx Lucky. HEX triplet: A6, A6 and 15. RGB value is (166,166,21). Sum of RGB (Red+Green+Blue) = 166+166+21=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A615 is #5959EA. Grayscale: #969696. Windows color (decimal): -5855723 or 1418918. OLE color: 1418918.

HSL color Cylindrical-coordinate representation of color #A6A615: hue angle of 60º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6A615 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16616621-
CMYK000.870.35
HSL60º77.54%36.67%-
HSV(B)60º87.35%65.1%-
XYZ29.535.435.99-
YUV149.4755.5139.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 21 (8.59% from 255) = 5.95%
R=47.03%
G=47.03%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616621000.870.356077.5436.67
HexA6A6150057233c4e25
Octal2462462500127437411645
Binary1010011010100110101010010101111000111111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A615; }

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

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

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

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

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

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

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

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