COLOR #A39E87

HEX: #A39E87
RGB: (163,158,135)

Color info

#A39E87 contains red, green and blue colors in about the same proportion. Web safe color of #A39E87 is #999999 (or #999).

RGB color model

#A39E87 color RGB value is (163,158,135).

  • red value is 163;
  • green value is 158;
  • blue value is 135.
RGB:
(163,158,135)
(64%,62%,53%)

RGB channels and saturation

R 163 of 255 = 64%
G 158 of 255 = 62%
B 135 of 255 = 53%

163
158
135

R + G + B ~ 60%. #A39E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 158 + 135 = 456 (100%)
R 163 of 456 ~ 35.75%
G 158 of 456 ~ 34.65%
B 135 of 456 ~ 29.61%

%35.75
%34.65
%29.61

CMYK color model

#A39E87 color CMYK value is (0,3,17,36).

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 17.18%
  • key color value is 36.08%
CMYK:
(0,3,17,36)
C0M3Y17K36 
(0%,3%,17%,36%)
(0.00/0.03/0.17/0.36)	

CMYK percentages

%0
%3.07
%17.18
%36.08

Codes

Color #A39E87 in popluar color models

A39E87
RGB163158135
HSL49°13.21%58.43%
HSB/HSV49°17.18%63.92%
CMYK0.00%3.07%17.18%
36.08%

Color #A39E87 in popluar number systems.

HEXA39E87
Decimal163158135
Binary101000111001111010000111
Octal243236207

Shades and tints

Shades of #A39E87

#A39E87
(163,158,135)
#95907B
(149,144,123)
#87826F
(135,130,111)
#797463
(121,116,99)
#6B6657
(107,102,87)
#5D584B
(93,88,75)
#4F4A3F
(79,74,63)
#413C33
(65,60,51)
#332E27
(51,46,39)
#25201B
(37,32,27)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #A39E87

#A39E87
(163,158,135)
#ABA691
(171,166,145)
#B3AE9B
(179,174,155)
#BBB6A5
(187,182,165)
#C3BEAF
(195,190,175)
#CBC6B9
(203,198,185)
#D3CEC3
(211,206,195)
#DBD6CD
(219,214,205)
#E3DED7
(227,222,215)
#EBE6E1
(235,230,225)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39E87 color. Also use rgb(163,158,135) instead hex code.

Text Font Color

.myTextColor { color: #A39E87; }

<p style="color:#A39E87">This sample text font color is #A39E87.</p>

This text font color is #A39E87.


Background Color

.myBgColor { background-color: #A39E87; }

<div style="background-color:#A39E87">Inner text</div>

This div background color is #A39E87.


Border color

.myBorderColor { border: 1px solid #A39E87; }

<div style="border:3px solid #A39E87">Div</div>

This div border color is #A39E87.


Opacity

.myOpacity80 { color: #A39E87; opacity: 0.8; }

<p style="color:#A39E87;opacity:0.8;">80%</p>

Text with #A39E87 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A39E87;}

<p style="text-shadow: 3px 3px 1px #A39E87">Text here.</p>

This text has shadow with #A39E87 color.

.textShadow {text-shadow: 3px 3px 1px #A39E87, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A39E87, 5px 5px 20px red">Text here.</p>

This text has shadow with #A39E87 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A39E87, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A39E87, Direction=45, Strength=4)">Text</p>

This text has shadow with #A39E87 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A39E87;
  -webkit-box-shadow:	1px 1px 3px 2px #A39E87;
  box-shadow:		1px 1px 3px 2px #A39E87;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A39E87;
-webkit-box-shadow: 1px 1px 3px 2px #A39E87;
box-shadow:1px 1px 3px 2px #A39E87;">
Div content here</div>
This div box has shadow with color #A39E87.

Preview

Color preview on black background

This text has color #A39E87 on black background.


Color preview on white background

This text has color #A39E87 on white background.



Black color preview on #A39E87 background

This text has black color on #A39E87 background.


White color preview on #A39E87 background

This text has white color on #A39E87 background.