COLOR #A97887

HEX: #A97887
RGB: (169,120,135)

Color info

#A97887 contains red, green and blue colors in about the same proportion. Web safe color of #A97887 is #996699 (or #969).

RGB color model

#A97887 color RGB value is (169,120,135).

  • red value is 169;
  • green value is 120;
  • blue value is 135.
RGB:
(169,120,135)
(66%,47%,53%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 135 of 255 = 53%

169
120
135

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

Portions of RGB colors in percentages

R + G + B =
169 + 120 + 135 = 424 (100%)
R 169 of 424 ~ 39.86%
G 120 of 424 ~ 28.3%
B 135 of 424 ~ 31.84%

%39.86
%28.3
%31.84

CMYK color model

#A97887 color CMYK value is (0,29,20,34).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK:
(0,29,20,34)
C0M29Y20K34 
(0%,29%,20%,34%)
(0.00/0.29/0.20/0.34)	

CMYK percentages

%0
%28.99
%20.12
%33.73

Codes

Color #A97887 in popluar color models

A97887
RGB169120135
HSL342°22.17%56.67%
HSB/HSV342°28.99%66.27%
CMYK0.00%28.99%20.12%
33.73%

Color #A97887 in popluar number systems.

HEXA97887
Decimal169120135
Binary10101001111100010000111
Octal251170207

Shades and tints

Shades of #A97887

#A97887
(169,120,135)
#9A6E7B
(154,110,123)
#8B646F
(139,100,111)
#7C5A63
(124,90,99)
#6D5057
(109,80,87)
#5E464B
(94,70,75)
#4F3C3F
(79,60,63)
#403233
(64,50,51)
#312827
(49,40,39)
#221E1B
(34,30,27)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #A97887

#A97887
(169,120,135)
#B08491
(176,132,145)
#B7909B
(183,144,155)
#BE9CA5
(190,156,165)
#C5A8AF
(197,168,175)
#CCB4B9
(204,180,185)
#D3C0C3
(211,192,195)
#DACCCD
(218,204,205)
#E1D8D7
(225,216,215)
#E8E4E1
(232,228,225)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97887 color. Also use rgb(169,120,135) instead hex code.

Text Font Color

.myTextColor { color: #A97887; }

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

This text font color is #A97887.


Background Color

.myBgColor { background-color: #A97887; }

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

This div background color is #A97887.


Border color

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

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

This div border color is #A97887.


Opacity

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

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

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

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

This text has shadow with #A97887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97887 on black background.


Color preview on white background

This text has color #A97887 on white background.



Black color preview on #A97887 background

This text has black color on #A97887 background.


White color preview on #A97887 background

This text has white color on #A97887 background.