COLOR #A38987

HEX: #A38987 RGB: (163,137,135)

Color info

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

RGB color model

#A38987 color RGB value is (163,137,135).

RGB: (163,137,135) (64%, 54%, 53%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 135 of 255 = 53%

163
137
135

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

Portions of RGB colors in percentages

R + G + B = 163 + 137 + 135 = 435 (100%)
R 163 of 435 ~ 37.47%
G 137 of 435 ~ 31.49%
B 135 of 435 ~ 31.03'%

%37.47
%31.49
%31.03

CMYK color model

#A38987 color CMYK value is (0,16,17,36).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 17.18%
  • key color value is 36.08%

CMYK: (0,16,17,36)
C0M16Y17K36 (0%, 16%, 17%, 36%)
(0.00 / 0.16 / 0.17 / 0.36)

CMYK percentages

%0
%15.95
%17.18
%36.08

Codes

Color #A38987 in popluar color models

A3 89 87
RGB 163 137 135
HSL 13.21% 58.43%
HSB/HSV 17.18% 63.92%
CMYK 0.00% 15.95% 17.18%
36.08%

Color #A38987 in popluar number systems.

HEX A3 89 87
Decimal 163 137 135
Binary 10100011 10001001 10000111
Octal 243 211 207

Shades and tints

Shades of #A38987

#A38987
(163,137,135)
#957D7B
(149,125,123)
#87716F
(135,113,111)
#796563
(121,101,99)
#6B5957
(107,89,87)
#5D4D4B
(93,77,75)
#4F413F
(79,65,63)
#413533
(65,53,51)
#332927
(51,41,39)
#251D1B
(37,29,27)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #A38987

#A38987
(163,137,135)
#AB9391
(171,147,145)
#B39D9B
(179,157,155)
#BBA7A5
(187,167,165)
#C3B1AF
(195,177,175)
#CBBBB9
(203,187,185)
#D3C5C3
(211,197,195)
#DBCFCD
(219,207,205)
#E3D9D7
(227,217,215)
#EBE3E1
(235,227,225)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38987; }

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

This text font color is #A38987.

Background Color

.myBgColor { background-color: #A38987; }

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

This div background color is #A38987.

Border color

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

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

This div border color is #A38987.

Opacity

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

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

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

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

This text has shadow with #A38987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38987.

Preview

Color preview on black background

This text has color #A38987 on black background.


Color preview on white background

This text has color #A38987 on white background.


Black color preview on #A38987 background

This text has black color on #A38987 background.


White color preview on #A38987 background

This text has white color on #A38987 background.


Related colors

Complementary color

Complementary color for #hex is #5C7678.


I love getcolorcode.com

Triadic colors

1 #87A389 and #8987A3 with #A38987 are triadic colors.

2 #8789A3 and #89A387 with #A38987 are triadic colors.