#A5A311

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

Shades of Lucky #A5A311

Tints of Lucky #A5A311

Color information

#A5A311 (or 0xA5A311) is unknown color: approx Lucky. HEX triplet: A5, A3 and 11. RGB value is (165,163,17). Sum of RGB (Red+Green+Blue) = 165+163+17=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A311 is #5A5CEE. Grayscale: #939393. Windows color (decimal): -5922031 or 1156005. OLE color: 1156005.

HSL color Cylindrical-coordinate representation of color #A5A311: hue angle of 59.19º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5A311 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB16516317-
CMYK00.010.900.35
HSL59.19º81.32%35.69%-
HSV(B)59.19º89.7%64.71%-
XYZ28.7234.235.62-
YUV146.9554.66140.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 163 (64.06% from 255) = 47.25%
BLUE value IS 17 (7.03% from 255) = 4.93%
R=47.83%
G=47.25%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651631700.010.900.3559.1981.3235.69
HexA5A311015A233b5124
Octal2452432101132437312144
Binary1010010110100011100010110110101000111110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A311; }

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

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

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

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

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

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

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

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