#A5A312

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

Shades of Lucky #A5A312

Tints of Lucky #A5A312

Color information

#A5A312 (or 0xA5A312) is unknown color: approx Lucky. HEX triplet: A5, A3 and 12. RGB value is (165,163,18). Sum of RGB (Red+Green+Blue) = 165+163+18=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A312 is #5A5CED. Grayscale: #939393. Windows color (decimal): -5922030 or 1221541. OLE color: 1221541.

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

Color convert

RGB16516318-
CMYK00.010.890.35
HSL59.18º80.33%35.88%-
HSV(B)59.18º89.09%64.71%-
XYZ28.7234.245.67-
YUV147.0755.16140.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 18 (7.42% from 255) = 5.20%
R=47.69%
G=47.11%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651631800.010.890.3559.1880.3335.88
HexA5A3120159233b5024
Octal2452432201131437312044
Binary1010010110100011100100110110011000111110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A312; }

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

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

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

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

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

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

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

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