#a59d2e

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

Shades of Lucky #A59D2E

Tints of Lucky #A59D2E

Color information

#A59D2E (or 0xA59D2E) is unknown color: approx Lucky. HEX triplet: A5, 9D and 2E. RGB value is (165,157,46). Sum of RGB (Red+Green+Blue) = 165+157+46=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D2E is #5A62D1. Grayscale: #939393. Windows color (decimal): -5923538 or 3055013. OLE color: 3055013.

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

Color convert

RGB16515746-
CMYK00.050.720.35
HSL55.97º56.4%41.37%-
HSV(B)55.97º72.12%64.71%-
XYZ28.0732.317.34-
YUV146.7471.15141.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 46 (18.36% from 255) = 12.5%
R=44.84%
G=42.66%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651574600.050.720.3555.9756.441.37
HexA59D2E054823383829
Octal245235560511043707051
Binary101001011001110110111001011001000100011111000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a59d2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a59d2e; }

 p { color: rgb(165,157,46); }

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

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

 a { background-color: rgb(165,157,46); }

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

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

 span { border-color: rgb(165,157,46); }

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