#A5A014

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

Shades of Lucky #A5A014

Tints of Lucky #A5A014

Color information

#A5A014 (or 0xA5A014) is unknown color: approx Lucky. HEX triplet: A5, A0 and 14. RGB value is (165,160,20). Sum of RGB (Red+Green+Blue) = 165+160+20=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A014 is #5A5FEB. Grayscale: #929292. Windows color (decimal): -5922796 or 1351845. OLE color: 1351845.

HSL color Cylindrical-coordinate representation of color #A5A014: hue angle of 57.93º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5A014 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB16516020-
CMYK00.030.880.35
HSL57.93º78.38%36.27%-
HSV(B)57.93º87.88%64.71%-
XYZ28.2133.195.58-
YUV145.5457.16141.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 20 (8.20% from 255) = 5.80%
R=47.83%
G=46.38%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651602000.030.880.3557.9378.3836.27
HexA5A0140358233a4e24
Octal2452402403130437211644
Binary10100101101000001010001110110001000111110101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A014; }

 p { color: rgb(165,160,20); }

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

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

 a { background-color: rgb(165,160,20); }

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

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

 span { border-color: rgb(165,160,20); }

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