#A39F31

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

Shades of Lucky #A39F31

Tints of Lucky #A39F31

Color information

#A39F31 (or 0xA39F31) is unknown color: approx Lucky. HEX triplet: A3, 9F and 31. RGB value is (163,159,49). Sum of RGB (Red+Green+Blue) = 163+159+49=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39F31 is #5C60CE. Grayscale: #949494. Windows color (decimal): -6054095 or 3252131. OLE color: 3252131.

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

Color convert

RGB16315949-
CMYK00.020.700.36
HSL57.89º53.77%41.57%-
HSV(B)57.89º69.94%63.92%-
XYZ28.0632.87.76-
YUV147.6672.33138.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=43.94%
G=42.86%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631594900.020.700.3657.8953.7741.57
HexA39F310246243a362a
Octal243237610210644726652
Binary10100011100111111100010101000110100100111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F31; }

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

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

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

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

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

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

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

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