#A2A005

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

Shades of Lucky #A2A005

Tints of Lucky #A2A005

Color information

#A2A005 (or 0xA2A005) is unknown color: approx Lucky. HEX triplet: A2, A0 and 05. RGB value is (162,160,5). Sum of RGB (Red+Green+Blue) = 162+160+5=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A005 is #5D5FFA. Grayscale: #8F8F8F. Windows color (decimal): -6119419 or 368802. OLE color: 368802.

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

Color convert

RGB1621605-
CMYK00.010.970.36
HSL59.24º94.01%32.75%-
HSV(B)59.24º96.91%63.53%-
XYZ27.532.835.03-
YUV142.9350.16141.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 5 (2.34% from 255) = 1.53%
R=49.54%
G=48.93%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162160500.010.970.3659.2494.0132.75
HexA2A050161243b5e21
Octal242240501141447313641
Binary10100010101000001010111000011001001110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A005; }

 p { color: rgb(162,160,5); }

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

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

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

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

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

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

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