#A59D29

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

Shades of Lucky #A59D29

Tints of Lucky #A59D29

Color information

#A59D29 (or 0xA59D29) is unknown color: approx Lucky. HEX triplet: A5, 9D and 29. RGB value is (165,157,41). Sum of RGB (Red+Green+Blue) = 165+157+41=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D29 is #5A62D6. Grayscale: #929292. Windows color (decimal): -5923543 or 2727333. OLE color: 2727333.

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

Color convert

RGB16515741-
CMYK00.050.750.35
HSL56.13º60.19%40.39%-
HSV(B)56.13º75.15%64.71%-
XYZ27.9732.276.85-
YUV146.1768.65141.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 157 (61.72% from 255) = 43.25%
BLUE value IS 41 (16.41% from 255) = 11.29%
R=45.45%
G=43.25%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651574100.050.750.3556.1360.1940.39
HexA59D29054B23383c28
Octal245235510511343707450
Binary101001011001110110100101011001011100011111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59D29; }

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

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

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

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

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

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

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

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