#A59D18

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

Shades of Lucky #A59D18

Tints of Lucky #A59D18

Color information

#A59D18 (or 0xA59D18) is unknown color: approx Lucky. HEX triplet: A5, 9D and 18. RGB value is (165,157,24). Sum of RGB (Red+Green+Blue) = 165+157+24=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59D18 is #5A62E7. Grayscale: #909090. Windows color (decimal): -5923560 or 1613221. OLE color: 1613221.

HSL color Cylindrical-coordinate representation of color #A59D18: hue angle of 56.6º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A59D18 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB16515724-
CMYK00.050.850.35
HSL56.6º74.6%37.06%-
HSV(B)56.6º85.45%64.71%-
XYZ27.7432.185.61-
YUV144.2360.15142.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 24 (9.77% from 255) = 6.94%
R=47.69%
G=45.38%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651572400.050.850.3556.674.637.06
HexA59D18055523394b25
Octal2452353005125437111345
Binary101001011001110111000010110101011000111110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59D18; }

 p { color: rgb(165,157,24); }

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

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

 a { background-color: rgb(165,157,24); }

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

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

 span { border-color: rgb(165,157,24); }

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