COLOR #A89D87

HEX: #A89D87 RGB: (168,157,135)

Color info

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

RGB color model

#A89D87 color RGB value is (168,157,135).

RGB: (168,157,135) (66%, 62%, 53%)

RGB channels and saturation

R 168 of 255 = 66%
G 157 of 255 = 62%
B 135 of 255 = 53%

168
157
135

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

Portions of RGB colors in percentages

R + G + B = 168 + 157 + 135 = 460 (100%)
R 168 of 460 ~ 36.52%
G 157 of 460 ~ 34.13%
B 135 of 460 ~ 29.35'%

%36.52
%34.13
%29.35

CMYK color model

#A89D87 color CMYK value is (0,7,20,34).

  • cyan value is 0.00%
  • magenta value is 6.55%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK: (0,7,20,34) C0M7Y20K34 (0%,7%,20%,34%) (0.00/0.07/0.20/0.34) 

CMYK percentages

%0
%6.55
%19.64
%34.12

Codes

Color #A89D87 in popluar color models

A8 9D 87
RGB 168 157 135
HSL 40° 15.94% 59.41%
HSB/HSV 40° 19.64% 65.88%
CMYK 0.00% 6.55% 19.64%
34.12%

Color #A89D87 in popluar number systems.

HEX A8 9D 87
Decimal 168 157 135
Binary 10101000 10011101 10000111
Octal 250 235 207

Shades and tints

Shades of #A89D87

#A89D87
(168,157,135)
#998F7B
(153,143,123)
#8A816F
(138,129,111)
#7B7363
(123,115,99)
#6C6557
(108,101,87)
#5D574B
(93,87,75)
#4E493F
(78,73,63)
#3F3B33
(63,59,51)
#302D27
(48,45,39)
#211F1B
(33,31,27)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #A89D87

#A89D87
(168,157,135)
#AFA591
(175,165,145)
#B6AD9B
(182,173,155)
#BDB5A5
(189,181,165)
#C4BDAF
(196,189,175)
#CBC5B9
(203,197,185)
#D2CDC3
(210,205,195)
#D9D5CD
(217,213,205)
#E0DDD7
(224,221,215)
#E7E5E1
(231,229,225)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89D87 color. Also use rgb(168,157,135) instead hex code.

Text Font Color

.myTextColor { color: #A89D87; }

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

This text font color is #A89D87.

Background Color

.myBgColor { background-color: #A89D87; }

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

This div background color is #A89D87.

Border color

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

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

This div border color is #A89D87.

Opacity

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

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

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

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

This text has shadow with #A89D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89D87.

Preview

Color preview on black background

This text has color #A89D87 on black background.


Color preview on white background

This text has color #A89D87 on white background.


Black color preview on #A89D87 background

This text has black color on #A89D87 background.


White color preview on #A89D87 background

This text has white color on #A89D87 background.


Related colors

Complementary color

Complementary color for #hex is #576278.


I love getcolorcode.com

Triadic colors

1 #87A89D and #9D87A8 with #A89D87 are triadic colors.

2 #879DA8 and #9DA887 with #A89D87 are triadic colors.