#A2A218

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

Shades of Lucky #A2A218

Tints of Lucky #A2A218

Color information

#A2A218 (or 0xA2A218) is unknown color: approx Lucky. HEX triplet: A2, A2 and 18. RGB value is (162,162,24). Sum of RGB (Red+Green+Blue) = 162+162+24=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A218 is #5D5DE7. Grayscale: #929292. Windows color (decimal): -6118888 or 1614498. OLE color: 1614498.

HSL color Cylindrical-coordinate representation of color #A2A218: hue angle of 60º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2A218 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16216224-
CMYK000.850.36
HSL60º74.19%36.47%-
HSV(B)60º85.19%63.53%-
XYZ27.9933.595.87-
YUV146.2759139.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 24 (9.77% from 255) = 6.90%
R=46.55%
G=46.55%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216224000.850.366074.1936.47
HexA2A2180055243c4a24
Octal2422423000125447411244
Binary1010001010100010110000010101011001001111001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A218; }

 p { color: rgb(162,162,24); }

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

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

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

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

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

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

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