#A2A011

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

Shades of Lucky #A2A011

Tints of Lucky #A2A011

Color information

#A2A011 (or 0xA2A011) is unknown color: approx Lucky. HEX triplet: A2, A0 and 11. RGB value is (162,160,17). Sum of RGB (Red+Green+Blue) = 162+160+17=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A011 is #5D5FEE. Grayscale: #909090. Windows color (decimal): -6119407 or 1155234. OLE color: 1155234.

HSL color Cylindrical-coordinate representation of color #A2A011: hue angle of 59.17º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2A011 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16216017-
CMYK00.010.900.36
HSL59.17º81.01%35.1%-
HSV(B)59.17º89.51%63.53%-
XYZ27.5732.865.42-
YUV144.356.16140.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 17 (7.03% from 255) = 5.01%
R=47.79%
G=47.20%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621601700.010.900.3659.1781.0135.1
HexA2A011015A243b5123
Octal2422402101132447312143
Binary1010001010100000100010110110101001001110111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A011; }

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

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

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

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

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

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

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

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