#A39E31

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

Shades of Lucky #A39E31

Tints of Lucky #A39E31

Color information

#A39E31 (or 0xA39E31) is unknown color: approx Lucky. HEX triplet: A3, 9E and 31. RGB value is (163,158,49). Sum of RGB (Red+Green+Blue) = 163+158+49=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E31 is #5C61CE. Grayscale: #939393. Windows color (decimal): -6054351 or 3251875. OLE color: 3251875.

HSL color Cylindrical-coordinate representation of color #A39E31: hue angle of 57.37º 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 #A39E31 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16315849-
CMYK00.030.700.36
HSL57.37º53.77%41.57%-
HSV(B)57.37º69.94%63.92%-
XYZ27.8932.467.7-
YUV147.0772.66139.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 49 (19.53% from 255) = 13.24%
R=44.05%
G=42.70%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631584900.030.700.3657.3753.7741.57
HexA39E3103462439362a
Octal243236610310644716652
Binary10100011100111101100010111000110100100111001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E31; }

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

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

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

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

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

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

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

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