#A59C12

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

Shades of Lucky #A59C12

Tints of Lucky #A59C12

Color information

#A59C12 (or 0xA59C12) is unknown color: approx Lucky. HEX triplet: A5, 9C and 12. RGB value is (165,156,18). Sum of RGB (Red+Green+Blue) = 165+156+18=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59C12 is #5A63ED. Grayscale: #8F8F8F. Windows color (decimal): -5923822 or 1219749. OLE color: 1219749.

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

Color convert

RGB16515618-
CMYK00.050.890.35
HSL56.33º80.33%35.88%-
HSV(B)56.33º89.09%64.71%-
XYZ27.5131.825.26-
YUV142.9657.48143.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 18 (7.42% from 255) = 5.31%
R=48.67%
G=46.02%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651561800.050.890.3556.3380.3335.88
HexA59C12055923385024
Octal2452342205131437012044
Binary101001011001110010010010110110011000111110001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59C12; }

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

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

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

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

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

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

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

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