#A2A329

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

Shades of Lucky #A2A329

Tints of Lucky #A2A329

Color information

#A2A329 (or 0xA2A329) is unknown color: approx Lucky. HEX triplet: A2, A3 and 29. RGB value is (162,163,41). Sum of RGB (Red+Green+Blue) = 162+163+41=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A329 is #5D5CD6. Grayscale: #959595. Windows color (decimal): -6118615 or 2728866. OLE color: 2728866.

HSL color Cylindrical-coordinate representation of color #A2A329: hue angle of 60.49º 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 #A2A329 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16216341-
CMYK0.0100.750.36
HSL60.49º59.8%40%-
HSV(B)60.49º74.85%63.92%-
XYZ28.434.047.17-
YUV148.7967.17137.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 163 (64.06% from 255) = 44.54%
BLUE value IS 41 (16.41% from 255) = 11.20%
R=44.26%
G=44.54%
B=11.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162163410.0100.750.3660.4959.840
HexA2A329104B243c3c28
Octal242243511011344747450
Binary1010001010100011101001101001011100100111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A329; }

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

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

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

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

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

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

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

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