#A59A2C

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

Shades of Lucky #A59A2C

Tints of Lucky #A59A2C

Color information

#A59A2C (or 0xA59A2C) is unknown color: approx Lucky. HEX triplet: A5, 9A and 2C. RGB value is (165,154,44). Sum of RGB (Red+Green+Blue) = 165+154+44=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A2C is #5A65D3. Grayscale: #919191. Windows color (decimal): -5924308 or 2923173. OLE color: 2923173.

HSL color Cylindrical-coordinate representation of color #A59A2C: hue angle of 54.55º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A59A2C is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16515444-
CMYK00.070.730.35
HSL54.55º57.89%40.98%-
HSV(B)54.55º73.33%64.71%-
XYZ27.5331.296.97-
YUV144.7571.14142.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 44 (17.58% from 255) = 12.12%
R=45.45%
G=42.42%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651544400.070.730.3554.5557.8940.98
HexA59A2C074923373a29
Octal245232540711143677251
Binary101001011001101010110001111001001100011110111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A2C; }

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

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

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

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

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

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

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

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