COLOR #A97D87

HEX: #A97D87
RGB: (169,125,135)

Color info

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

RGB color model

#A97D87 color RGB value is (169,125,135).

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

RGB channels and saturation

R 169 of 255 = 66%
G 125 of 255 = 49%
B 135 of 255 = 53%

169
125
135

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

Portions of RGB colors in percentages

R + G + B =
169 + 125 + 135 = 429 (100%)
R 169 of 429 ~ 39.39%
G 125 of 429 ~ 29.14%
B 135 of 429 ~ 31.47%

%39.39
%29.14
%31.47

CMYK color model

#A97D87 color CMYK value is (0,26,20,34).

  • cyan value is 0.00%
  • magenta value is 26.04%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK:
(0,26,20,34)
C0M26Y20K34 
(0%,26%,20%,34%)
(0.00/0.26/0.20/0.34)	

CMYK percentages

%0
%26.04
%20.12
%33.73

Codes

Color #A97D87 in popluar color models

A97D87
RGB169125135
HSL346°20.37%57.65%
HSB/HSV346°26.04%66.27%
CMYK0.00%26.04%20.12%
33.73%

Color #A97D87 in popluar number systems.

HEXA97D87
Decimal169125135
Binary10101001111110110000111
Octal251175207

Shades and tints

Shades of #A97D87

#A97D87
(169,125,135)
#9A727B
(154,114,123)
#8B676F
(139,103,111)
#7C5C63
(124,92,99)
#6D5157
(109,81,87)
#5E464B
(94,70,75)
#4F3B3F
(79,59,63)
#403033
(64,48,51)
#312527
(49,37,39)
#221A1B
(34,26,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #A97D87

#A97D87
(169,125,135)
#B08891
(176,136,145)
#B7939B
(183,147,155)
#BE9EA5
(190,158,165)
#C5A9AF
(197,169,175)
#CCB4B9
(204,180,185)
#D3BFC3
(211,191,195)
#DACACD
(218,202,205)
#E1D5D7
(225,213,215)
#E8E0E1
(232,224,225)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97D87; }

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

This text font color is #A97D87.


Background Color

.myBgColor { background-color: #A97D87; }

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

This div background color is #A97D87.


Border color

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

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

This div border color is #A97D87.


Opacity

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

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

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

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

This text has shadow with #A97D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97D87 on black background.


Color preview on white background

This text has color #A97D87 on white background.



Black color preview on #A97D87 background

This text has black color on #A97D87 background.


White color preview on #A97D87 background

This text has white color on #A97D87 background.