#A5A418

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

Shades of Lucky #A5A418

Tints of Lucky #A5A418

Color information

#A5A418 (or 0xA5A418) is unknown color: approx Lucky. HEX triplet: A5, A4 and 18. RGB value is (165,164,24). Sum of RGB (Red+Green+Blue) = 165+164+24=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A418 is #5A5BE7. Grayscale: #949494. Windows color (decimal): -5921768 or 1615013. OLE color: 1615013.

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

Color convert

RGB16516424-
CMYK00.010.850.35
HSL59.57º74.6%37.06%-
HSV(B)59.57º85.45%64.71%-
XYZ28.9634.626.02-
YUV148.3457.83139.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 24 (9.77% from 255) = 6.80%
R=46.74%
G=46.46%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651642400.010.850.3559.5774.637.06
HexA5A4180155233c4b25
Octal2452443001125437411345
Binary1010010110100100110000110101011000111111001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A418; }

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

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

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

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

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

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

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

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