#A3A119

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

Shades of Lucky #A3A119

Tints of Lucky #A3A119

Color information

#A3A119 (or 0xA3A119) is unknown color: approx Lucky. HEX triplet: A3, A1 and 19. RGB value is (163,161,25). Sum of RGB (Red+Green+Blue) = 163+161+25=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A119 is #5C5EE6. Grayscale: #929292. Windows color (decimal): -6053607 or 1679779. OLE color: 1679779.

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

Color convert

RGB16316125-
CMYK00.010.850.36
HSL59.13º73.4%36.86%-
HSV(B)59.13º84.66%63.92%-
XYZ28.0233.355.88-
YUV146.0959.66140.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 161 (63.28% from 255) = 46.13%
BLUE value IS 25 (10.16% from 255) = 7.16%
R=46.70%
G=46.13%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631612500.010.850.3659.1373.436.86
HexA3A1190155243b4925
Octal2432413101125447311145
Binary1010001110100001110010110101011001001110111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A119; }

 p { color: rgb(163,161,25); }

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

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

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

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

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

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

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