COLOR #A39687

HEX: #A39687
RGB: (163,150,135)

Color info

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

RGB color model

#A39687 color RGB value is (163,150,135).

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

RGB channels and saturation

R 163 of 255 = 64%
G 150 of 255 = 59%
B 135 of 255 = 53%

163
150
135

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

Portions of RGB colors in percentages

R + G + B =
163 + 150 + 135 = 448 (100%)
R 163 of 448 ~ 36.38%
G 150 of 448 ~ 33.48%
B 135 of 448 ~ 30.13%

%36.38
%33.48
%30.13

CMYK color model

#A39687 color CMYK value is (0,8,17,36).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 17.18%
  • key color value is 36.08%
CMYK:
(0,8,17,36)
C0M8Y17K36 
(0%,8%,17%,36%)
(0.00/0.08/0.17/0.36)	

CMYK percentages

%0
%7.98
%17.18
%36.08

Codes

Color #A39687 in popluar color models

A39687
RGB163150135
HSL32°13.21%58.43%
HSB/HSV32°17.18%63.92%
CMYK0.00%7.98%17.18%
36.08%

Color #A39687 in popluar number systems.

HEXA39687
Decimal163150135
Binary101000111001011010000111
Octal243226207

Shades and tints

Shades of #A39687

#A39687
(163,150,135)
#95897B
(149,137,123)
#877C6F
(135,124,111)
#796F63
(121,111,99)
#6B6257
(107,98,87)
#5D554B
(93,85,75)
#4F483F
(79,72,63)
#413B33
(65,59,51)
#332E27
(51,46,39)
#25211B
(37,33,27)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #A39687

#A39687
(163,150,135)
#AB9F91
(171,159,145)
#B3A89B
(179,168,155)
#BBB1A5
(187,177,165)
#C3BAAF
(195,186,175)
#CBC3B9
(203,195,185)
#D3CCC3
(211,204,195)
#DBD5CD
(219,213,205)
#E3DED7
(227,222,215)
#EBE7E1
(235,231,225)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39687; }

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

This text font color is #A39687.


Background Color

.myBgColor { background-color: #A39687; }

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

This div background color is #A39687.


Border color

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

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

This div border color is #A39687.


Opacity

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

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

Text with #A39687 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 #A39687;}

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

This text has shadow with #A39687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39687 on black background.


Color preview on white background

This text has color #A39687 on white background.



Black color preview on #A39687 background

This text has black color on #A39687 background.


White color preview on #A39687 background

This text has white color on #A39687 background.