#A3A329

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

Shades of Lucky #A3A329

Tints of Lucky #A3A329

Color information

#A3A329 (or 0xA3A329) is unknown color: approx Lucky. HEX triplet: A3, A3 and 29. RGB value is (163,163,41). Sum of RGB (Red+Green+Blue) = 163+163+41=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A329 is #5C5CD6. Grayscale: #959595. Windows color (decimal): -6053079 or 2728867. OLE color: 2728867.

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

Color convert

RGB16316341-
CMYK000.750.36
HSL60º59.8%40%-
HSV(B)60º74.85%63.92%-
XYZ28.634.147.18-
YUV149.0967137.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 163 (64.06% from 255) = 44.41%
BLUE value IS 41 (16.41% from 255) = 11.17%
R=44.41%
G=44.41%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316341000.750.366059.840
HexA3A329004B243c3c28
Octal243243510011344747450
Binary1010001110100011101001001001011100100111100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A329; }

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

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

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

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

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

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

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

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