#a2a613

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

Shades of Lucky #A2A613

Tints of Lucky #A2A613

Color information

#A2A613 (or 0xA2A613) is unknown color: approx Lucky. HEX triplet: A2, A6 and 13. RGB value is (162,166,19). Sum of RGB (Red+Green+Blue) = 162+166+19=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A613 is #5D59EC. Grayscale: #949494. Windows color (decimal): -6117869 or 1287842. OLE color: 1287842.

HSL color Cylindrical-coordinate representation of color #A2A613: hue angle of 61.63º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2A613 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16216619-
CMYK0.0200.890.35
HSL61.63º79.46%36.27%-
HSV(B)61.63º88.55%65.1%-
XYZ28.65355.86-
YUV148.0555.17137.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 166 (65.23% from 255) = 47.84%
BLUE value IS 19 (7.81% from 255) = 5.48%
R=46.69%
G=47.84%
B=5.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162166190.0200.890.3561.6379.4636.27
HexA2A6132059233e4f24
Octal2422462320131437611744
Binary10100010101001101001110010110011000111111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2a613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2a613; }

 p { color: rgb(162,166,19); }

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

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

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

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

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

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

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