#A2A129

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

Shades of Lucky #A2A129

Tints of Lucky #A2A129

Color information

#A2A129 (or 0xA2A129) is unknown color: approx Lucky. HEX triplet: A2, A1 and 29. RGB value is (162,161,41). Sum of RGB (Red+Green+Blue) = 162+161+41=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A129 is #5D5ED6. Grayscale: #949494. Windows color (decimal): -6119127 or 2728354. OLE color: 2728354.

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

Color convert

RGB16216141-
CMYK00.010.750.36
HSL59.5º59.61%39.8%-
HSV(B)59.5º74.69%63.53%-
XYZ28.0533.337.05-
YUV147.6267.83138.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 161 (63.28% from 255) = 44.23%
BLUE value IS 41 (16.41% from 255) = 11.26%
R=44.51%
G=44.23%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621614100.010.750.3659.559.6139.8
HexA2A129014B243c3c28
Octal242241510111344747450
Binary1010001010100001101001011001011100100111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A129; }

 p { color: rgb(162,161,41); }

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

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

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

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

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

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

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