#A59F31

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

Shades of Lucky #A59F31

Tints of Lucky #A59F31

Color information

#A59F31 (or 0xA59F31) is unknown color: approx Lucky. HEX triplet: A5, 9F and 31. RGB value is (165,159,49). Sum of RGB (Red+Green+Blue) = 165+159+49=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F31 is #5A60CE. Grayscale: #949494. Windows color (decimal): -5923023 or 3252133. OLE color: 3252133.

HSL color Cylindrical-coordinate representation of color #A59F31: hue angle of 56.9º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A59F31 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16515949-
CMYK00.040.700.35
HSL56.9º54.21%41.96%-
HSV(B)56.9º70.3%64.71%-
XYZ28.4733.027.78-
YUV148.2571.99139.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=44.24%
G=42.63%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651594900.040.700.3556.954.2141.96
HexA59F3104462339362a
Octal245237610410643716652
Binary101001011001111111000101001000110100011111001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F31; }

 p { color: rgb(165,159,49); }

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

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

 a { background-color: rgb(165,159,49); }

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

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

 span { border-color: rgb(165,159,49); }

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