#A4A016

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

Shades of Lucky #A4A016

Tints of Lucky #A4A016

Color information

#A4A016 (or 0xA4A016) is unknown color: approx Lucky. HEX triplet: A4, A0 and 16. RGB value is (164,160,22). Sum of RGB (Red+Green+Blue) = 164+160+22=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A016 is #5B5FE9. Grayscale: #929292. Windows color (decimal): -5988330 or 1482916. OLE color: 1482916.

HSL color Cylindrical-coordinate representation of color #A4A016: hue angle of 58.31º degrees, saturation: 0.76, 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 #A4A016 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16416022-
CMYK00.020.870.36
HSL58.31º76.34%36.47%-
HSV(B)58.31º86.59%64.31%-
XYZ28.0333.095.67-
YUV145.4658.33141.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 160 (62.89% from 255) = 46.24%
BLUE value IS 22 (8.98% from 255) = 6.36%
R=47.40%
G=46.24%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641602200.020.870.3658.3176.3436.47
HexA4A0160257243a4c24
Octal2442402602127447211444
Binary10100100101000001011001010101111001001110101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A016; }

 p { color: rgb(164,160,22); }

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

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

 a { background-color: rgb(164,160,22); }

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

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

 span { border-color: rgb(164,160,22); }

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