COLOR #A97897

HEX: #A97897 RGB: (169,120,151)

Color info

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

RGB color model

#A97897 color RGB value is (169,120,151).

RGB: (169,120,151) (66%, 47%, 59%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 151 of 255 = 59%

169
120
151

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

Portions of RGB colors in percentages

R + G + B = 169 + 120 + 151 = 440 (100%)
R 169 of 440 ~ 38.41%
G 120 of 440 ~ 27.27%
B 151 of 440 ~ 34.32'%

%38.41
%27.27
%34.32

CMYK color model

#A97897 color CMYK value is (0,29,11,34).

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

CMYK: (0,29,11,34)
C0M29Y11K34 (0%, 29%, 11%, 34%)
(0.00 / 0.29 / 0.11 / 0.34)

CMYK percentages

%0
%28.99
%10.65
%33.73

Codes

Color #A97897 in popluar color models

A9 78 97
RGB 169 120 151
HSL 322° 22.17% 56.67%
HSB/HSV 322° 28.99% 66.27%
CMYK 0.00% 28.99% 10.65%
33.73%

Color #A97897 in popluar number systems.

HEX A9 78 97
Decimal 169 120 151
Binary 10101001 1111000 10010111
Octal 251 170 227

Shades and tints

Shades of #A97897

#A97897
(169,120,151)
#9A6E8A
(154,110,138)
#8B647D
(139,100,125)
#7C5A70
(124,90,112)
#6D5063
(109,80,99)
#5E4656
(94,70,86)
#4F3C49
(79,60,73)
#40323C
(64,50,60)
#31282F
(49,40,47)
#221E22
(34,30,34)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A97897

#A97897
(169,120,151)
#B084A0
(176,132,160)
#B790A9
(183,144,169)
#BE9CB2
(190,156,178)
#C5A8BB
(197,168,187)
#CCB4C4
(204,180,196)
#D3C0CD
(211,192,205)
#DACCD6
(218,204,214)
#E1D8DF
(225,216,223)
#E8E4E8
(232,228,232)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97897; }

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

This text font color is #A97897.

Background Color

.myBgColor { background-color: #A97897; }

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

This div background color is #A97897.

Border color

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

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

This div border color is #A97897.

Opacity

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

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

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

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

This text has shadow with #A97897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97897.

Preview

Color preview on black background

This text has color #A97897 on black background.


Color preview on white background

This text has color #A97897 on white background.


Black color preview on #A97897 background

This text has black color on #A97897 background.


White color preview on #A97897 background

This text has white color on #A97897 background.


Related colors

Complementary color

Complementary color for #hex is #568768.


I love getcolorcode.com

Triadic colors

1 #97A978 and #7897A9 with #A97897 are triadic colors.

2 #9778A9 and #78A997 with #A97897 are triadic colors.