#A6A417

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

Shades of Lucky #A6A417

Tints of Lucky #A6A417

Color information

#A6A417 (or 0xA6A417) is unknown color: approx Lucky. HEX triplet: A6, A4 and 17. RGB value is (166,164,23). Sum of RGB (Red+Green+Blue) = 166+164+23=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A417 is #595BE8. Grayscale: #959595. Windows color (decimal): -5856233 or 1549478. OLE color: 1549478.

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

Color convert

RGB16616423-
CMYK00.010.860.35
HSL59.16º75.66%37.06%-
HSV(B)59.16º86.14%65.1%-
XYZ29.1634.725.98-
YUV148.5257.16140.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 23 (9.38% from 255) = 6.52%
R=47.03%
G=46.46%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661642300.010.860.3559.1675.6637.06
HexA6A4170156233b4c25
Octal2462442701126437311445
Binary1010011010100100101110110101101000111110111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A417; }

 p { color: rgb(166,164,23); }

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

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

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

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

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

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

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