COLOR #A97899

HEX: #A97899 RGB: (169,120,153)

Color info

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

RGB color model

#A97899 color RGB value is (169,120,153).

RGB: (169,120,153) (66%, 47%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 153 of 255 = 60%

169
120
153

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

Portions of RGB colors in percentages

R + G + B = 169 + 120 + 153 = 442 (100%)
R 169 of 442 ~ 38.24%
G 120 of 442 ~ 27.15%
B 153 of 442 ~ 34.62'%

%38.24
%27.15
%34.62

CMYK color model

#A97899 color CMYK value is (0,29,9,34).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 9.47%
  • key color value is 33.73%

CMYK: (0,29,9,34)
C0M29Y9K34 (0%, 29%, 9%, 34%)
(0.00 / 0.29 / 0.09 / 0.34)

CMYK percentages

%0
%28.99
%9.47
%33.73

Codes

Color #A97899 in popluar color models

A9 78 99
RGB 169 120 153
HSL 320° 22.17% 56.67%
HSB/HSV 320° 28.99% 66.27%
CMYK 0.00% 28.99% 9.47%
33.73%

Color #A97899 in popluar number systems.

HEX A9 78 99
Decimal 169 120 153
Binary 10101001 1111000 10011001
Octal 251 170 231

Shades and tints

Shades of #A97899

#A97899
(169,120,153)
#9A6E8C
(154,110,140)
#8B647F
(139,100,127)
#7C5A72
(124,90,114)
#6D5065
(109,80,101)
#5E4658
(94,70,88)
#4F3C4B
(79,60,75)
#40323E
(64,50,62)
#312831
(49,40,49)
#221E24
(34,30,36)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #A97899

#A97899
(169,120,153)
#B084A2
(176,132,162)
#B790AB
(183,144,171)
#BE9CB4
(190,156,180)
#C5A8BD
(197,168,189)
#CCB4C6
(204,180,198)
#D3C0CF
(211,192,207)
#DACCD8
(218,204,216)
#E1D8E1
(225,216,225)
#E8E4EA
(232,228,234)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97899; }

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

This text font color is #A97899.

Background Color

.myBgColor { background-color: #A97899; }

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

This div background color is #A97899.

Border color

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

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

This div border color is #A97899.

Opacity

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

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

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

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

This text has shadow with #A97899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97899.

Preview

Color preview on black background

This text has color #A97899 on black background.


Color preview on white background

This text has color #A97899 on white background.


Black color preview on #A97899 background

This text has black color on #A97899 background.


White color preview on #A97899 background

This text has white color on #A97899 background.


Related colors

Complementary color

Complementary color for #hex is #568766.


I love getcolorcode.com

Triadic colors

1 #99A978 and #7899A9 with #A97899 are triadic colors.

2 #9978A9 and #78A999 with #A97899 are triadic colors.