#A3A113

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

Shades of Lucky #A3A113

Tints of Lucky #A3A113

Color information

#A3A113 (or 0xA3A113) is unknown color: approx Lucky. HEX triplet: A3, A1 and 13. RGB value is (163,161,19). Sum of RGB (Red+Green+Blue) = 163+161+19=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A113 is #5C5EEC. Grayscale: #919191. Windows color (decimal): -6053613 or 1286563. OLE color: 1286563.

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

Color convert

RGB16316119-
CMYK00.010.880.36
HSL59.17º79.12%35.69%-
HSV(B)59.17º88.34%63.92%-
XYZ27.9733.325.57-
YUV145.4156.66140.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 161 (63.28% from 255) = 46.94%
BLUE value IS 19 (7.81% from 255) = 5.54%
R=47.52%
G=46.94%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631611900.010.880.3659.1779.1235.69
HexA3A1130158243b4f24
Octal2432412301130447311744
Binary1010001110100001100110110110001001001110111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A113; }

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

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

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

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

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

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

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

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