#A2A52C

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

Shades of Lucky #A2A52C

Tints of Lucky #A2A52C

Color information

#A2A52C (or 0xA2A52C) is unknown color: approx Lucky. HEX triplet: A2, A5 and 2C. RGB value is (162,165,44). Sum of RGB (Red+Green+Blue) = 162+165+44=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A52C is #5D5AD3. Grayscale: #969696. Windows color (decimal): -6118100 or 2925986. OLE color: 2925986.

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

Color convert

RGB16216544-
CMYK0.0200.730.35
HSL61.49º57.89%40.98%-
HSV(B)61.49º73.33%64.71%-
XYZ28.8134.777.58-
YUV150.3168.01136.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 44 (17.58% from 255) = 11.86%
R=43.67%
G=44.47%
B=11.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162165440.0200.730.3561.4957.8940.98
HexA2A52C2049233d3a29
Octal242245542011143757251
Binary10100010101001011011001001001001100011111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A52C; }

 p { color: rgb(162,165,44); }

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

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

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

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

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

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

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