#A3A311

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

Shades of Lucky #A3A311

Tints of Lucky #A3A311

Color information

#A3A311 (or 0xA3A311) is unknown color: approx Lucky. HEX triplet: A3, A3 and 11. RGB value is (163,163,17). Sum of RGB (Red+Green+Blue) = 163+163+17=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A311 is #5C5CEE. Grayscale: #929292. Windows color (decimal): -6053103 or 1156003. OLE color: 1156003.

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

Color convert

RGB16316317-
CMYK000.900.36
HSL60º81.11%35.29%-
HSV(B)60º89.57%63.92%-
XYZ28.334.025.61-
YUV146.3655139.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 163 (64.06% from 255) = 47.52%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=47.52%
G=47.52%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316317000.900.366081.1135.29
HexA3A311005A243c5123
Octal2432432100132447412143
Binary1010001110100011100010010110101001001111001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A311; }

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

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

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

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

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

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

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

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