COLOR #A97E8E

HEX: #A97E8E RGB: (169,126,142)

Color info

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

RGB color model

#A97E8E color RGB value is (169,126,142).

RGB: (169,126,142) (66%, 49%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 126 of 255 = 49%
B 142 of 255 = 56%

169
126
142

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

Portions of RGB colors in percentages

R + G + B = 169 + 126 + 142 = 437 (100%)
R 169 of 437 ~ 38.67%
G 126 of 437 ~ 28.83%
B 142 of 437 ~ 32.49'%

%38.67
%28.83
%32.49

CMYK color model

#A97E8E color CMYK value is (0,25,16,34).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 15.98%
  • key color value is 33.73%

CMYK: (0,25,16,34)
C0M25Y16K34 (0%, 25%, 16%, 34%)
(0.00 / 0.25 / 0.16 / 0.34)

CMYK percentages

%0
%25.44
%15.98
%33.73

Codes

Color #A97E8E in popluar color models

A9 7E 8E
RGB 169 126 142
HSL 338° 20.00% 57.84%
HSB/HSV 338° 25.44% 66.27%
CMYK 0.00% 25.44% 15.98%
33.73%

Color #A97E8E in popluar number systems.

HEX A9 7E 8E
Decimal 169 126 142
Binary 10101001 1111110 10001110
Octal 251 176 216

Shades and tints

Shades of #A97E8E

#A97E8E
(169,126,142)
#9A7382
(154,115,130)
#8B6876
(139,104,118)
#7C5D6A
(124,93,106)
#6D525E
(109,82,94)
#5E4752
(94,71,82)
#4F3C46
(79,60,70)
#40313A
(64,49,58)
#31262E
(49,38,46)
#221B22
(34,27,34)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #A97E8E

#A97E8E
(169,126,142)
#B08998
(176,137,152)
#B794A2
(183,148,162)
#BE9FAC
(190,159,172)
#C5AAB6
(197,170,182)
#CCB5C0
(204,181,192)
#D3C0CA
(211,192,202)
#DACBD4
(218,203,212)
#E1D6DE
(225,214,222)
#E8E1E8
(232,225,232)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97E8E color. Also use rgb(169,126,142) instead hex code.

Text Font Color

.myTextColor { color: #A97E8E; }

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

This text font color is #A97E8E.

Background Color

.myBgColor { background-color: #A97E8E; }

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

This div background color is #A97E8E.

Border color

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

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

This div border color is #A97E8E.

Opacity

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

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

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

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

This text has shadow with #A97E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97E8E.

Preview

Color preview on black background

This text has color #A97E8E on black background.


Color preview on white background

This text has color #A97E8E on white background.


Black color preview on #A97E8E background

This text has black color on #A97E8E background.


White color preview on #A97E8E background

This text has white color on #A97E8E background.


Related colors

Complementary color

Complementary color for #hex is #568171.


I love getcolorcode.com

Triadic colors

1 #8EA97E and #7E8EA9 with #A97E8E are triadic colors.

2 #8E7EA9 and #7EA98E with #A97E8E are triadic colors.