COLOR #A97F89

HEX: #A97F89
RGB: (169,127,137)

Color info

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

RGB color model

#A97F89 color RGB value is (169,127,137).

  • red value is 169;
  • green value is 127;
  • blue value is 137.
RGB:
(169,127,137)
(66%,50%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 127 of 255 = 50%
B 137 of 255 = 54%

169
127
137

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

Portions of RGB colors in percentages

R + G + B =
169 + 127 + 137 = 433 (100%)
R 169 of 433 ~ 39.03%
G 127 of 433 ~ 29.33%
B 137 of 433 ~ 31.64%

%39.03
%29.33
%31.64

CMYK color model

#A97F89 color CMYK value is (0,25,19,34).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(0,25,19,34)
C0M25Y19K34 
(0%,25%,19%,34%)
(0.00/0.25/0.19/0.34)	

CMYK percentages

%0
%24.85
%18.93
%33.73

Codes

Color #A97F89 in popluar color models

A97F89
RGB169127137
HSL346°19.63%58.04%
HSB/HSV346°24.85%66.27%
CMYK0.00%24.85%18.93%
33.73%

Color #A97F89 in popluar number systems.

HEXA97F89
Decimal169127137
Binary10101001111111110001001
Octal251177211

Shades and tints

Shades of #A97F89

#A97F89
(169,127,137)
#9A747D
(154,116,125)
#8B6971
(139,105,113)
#7C5E65
(124,94,101)
#6D5359
(109,83,89)
#5E484D
(94,72,77)
#4F3D41
(79,61,65)
#403235
(64,50,53)
#312729
(49,39,41)
#221C1D
(34,28,29)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A97F89

#A97F89
(169,127,137)
#B08A93
(176,138,147)
#B7959D
(183,149,157)
#BEA0A7
(190,160,167)
#C5ABB1
(197,171,177)
#CCB6BB
(204,182,187)
#D3C1C5
(211,193,197)
#DACCCF
(218,204,207)
#E1D7D9
(225,215,217)
#E8E2E3
(232,226,227)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97F89 color. Also use rgb(169,127,137) instead hex code.

Text Font Color

.myTextColor { color: #A97F89; }

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

This text font color is #A97F89.


Background Color

.myBgColor { background-color: #A97F89; }

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

This div background color is #A97F89.


Border color

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

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

This div border color is #A97F89.


Opacity

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

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

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

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

This text has shadow with #A97F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97F89 on black background.


Color preview on white background

This text has color #A97F89 on white background.



Black color preview on #A97F89 background

This text has black color on #A97F89 background.


White color preview on #A97F89 background

This text has white color on #A97F89 background.