#a5a112

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

Shades of Lucky #A5A112

Tints of Lucky #A5A112

Color information

#A5A112 (or 0xA5A112) is unknown color: approx Lucky. HEX triplet: A5, A1 and 12. RGB value is (165,161,18). Sum of RGB (Red+Green+Blue) = 165+161+18=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A112 is #5A5EED. Grayscale: #929292. Windows color (decimal): -5922542 or 1221029. OLE color: 1221029.

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

Color convert

RGB16516118-
CMYK00.020.890.35
HSL58.37º80.33%35.88%-
HSV(B)58.37º89.09%64.71%-
XYZ28.3733.535.55-
YUV145.8955.83141.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 161 (63.28% from 255) = 46.80%
BLUE value IS 18 (7.42% from 255) = 5.23%
R=47.97%
G=46.80%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651611800.020.890.3558.3780.3335.88
HexA5A1120259233a5024
Octal2452412202131437212044
Binary10100101101000011001001010110011000111110101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5a112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5a112; }

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

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

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

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

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

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

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

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