#A5A318

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

Shades of Lucky #A5A318

Tints of Lucky #A5A318

Color information

#A5A318 (or 0xA5A318) is unknown color: approx Lucky. HEX triplet: A5, A3 and 18. RGB value is (165,163,24). Sum of RGB (Red+Green+Blue) = 165+163+24=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A318 is #5A5CE7. Grayscale: #949494. Windows color (decimal): -5922024 or 1614757. OLE color: 1614757.

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

Color convert

RGB16516324-
CMYK00.010.850.35
HSL59.15º74.6%37.06%-
HSV(B)59.15º85.45%64.71%-
XYZ28.7834.265.96-
YUV147.7558.16140.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 163 (64.06% from 255) = 46.31%
BLUE value IS 24 (9.77% from 255) = 6.82%
R=46.88%
G=46.31%
B=6.82%

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
Decimal1651632400.010.850.3559.1574.637.06
HexA5A3180155233b4b25
Octal2452433001125437311345
Binary1010010110100011110000110101011000111110111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A318; }

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

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

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

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

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

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

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

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