#A59F14

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

Shades of Lucky #A59F14

Tints of Lucky #A59F14

Color information

#A59F14 (or 0xA59F14) is unknown color: approx Lucky. HEX triplet: A5, 9F and 14. RGB value is (165,159,20). Sum of RGB (Red+Green+Blue) = 165+159+20=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59F14 is #5A60EB. Grayscale: #919191. Windows color (decimal): -5923052 or 1351589. OLE color: 1351589.

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

Color convert

RGB16515920-
CMYK00.040.880.35
HSL57.52º78.38%36.27%-
HSV(B)57.52º87.88%64.71%-
XYZ28.0432.855.52-
YUV144.9557.49142.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 20 (8.20% from 255) = 5.81%
R=47.97%
G=46.22%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651592000.040.880.3557.5278.3836.27
HexA59F140458233a4e24
Octal2452372404130437211644
Binary101001011001111110100010010110001000111110101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F14; }

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

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

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

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

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

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

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

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