#A4A013

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

Shades of Lucky #A4A013

Tints of Lucky #A4A013

Color information

#A4A013 (or 0xA4A013) is unknown color: approx Lucky. HEX triplet: A4, A0 and 13. RGB value is (164,160,19). Sum of RGB (Red+Green+Blue) = 164+160+19=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A013 is #5B5FEC. Grayscale: #919191. Windows color (decimal): -5988333 or 1286308. OLE color: 1286308.

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

Color convert

RGB16416019-
CMYK00.020.880.36
HSL58.34º79.23%35.88%-
HSV(B)58.34º88.41%64.31%-
XYZ2833.085.53-
YUV145.1256.83141.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 160 (62.89% from 255) = 46.65%
BLUE value IS 19 (7.81% from 255) = 5.54%
R=47.81%
G=46.65%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641601900.020.880.3658.3479.2335.88
HexA4A0130258243a4f24
Octal2442402302130447211744
Binary10100100101000001001101010110001001001110101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A013; }

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

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

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

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

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

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

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

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