#A59A12

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

Shades of Lucky #A59A12

Tints of Lucky #A59A12

Color information

#A59A12 (or 0xA59A12) is unknown color: approx Lucky. HEX triplet: A5, 9A and 12. RGB value is (165,154,18). Sum of RGB (Red+Green+Blue) = 165+154+18=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59A12 is #5A65ED. Grayscale: #8E8E8E. Windows color (decimal): -5924334 or 1219237. OLE color: 1219237.

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

Color convert

RGB16515418-
CMYK00.070.890.35
HSL55.51º80.33%35.88%-
HSV(B)55.51º89.09%64.71%-
XYZ27.1831.155.15-
YUV141.7858.14144.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=48.96%
G=45.70%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651541800.070.890.3555.5180.3335.88
HexA59A12075923385024
Octal2452322207131437012044
Binary101001011001101010010011110110011000111110001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A12; }

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

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

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

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

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

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

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

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