#A3A115

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

Shades of Lucky #A3A115

Tints of Lucky #A3A115

Color information

#A3A115 (or 0xA3A115) is unknown color: approx Lucky. HEX triplet: A3, A1 and 15. RGB value is (163,161,21). Sum of RGB (Red+Green+Blue) = 163+161+21=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A115 is #5C5EEA. Grayscale: #929292. Windows color (decimal): -6053611 or 1417635. OLE color: 1417635.

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

Color convert

RGB16316121-
CMYK00.010.870.36
HSL59.15º77.17%36.08%-
HSV(B)59.15º87.12%63.92%-
XYZ27.9833.335.67-
YUV145.6457.66140.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 161 (63.28% from 255) = 46.67%
BLUE value IS 21 (8.59% from 255) = 6.09%
R=47.25%
G=46.67%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631612100.010.870.3659.1577.1736.08
HexA3A1150157243b4d24
Octal2432412501127447311544
Binary1010001110100001101010110101111001001110111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A115; }

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

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

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

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

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

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

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

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