COLOR #A97B8E

HEX: #A97B8E RGB: (169,123,142)

Color info

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

RGB color model

#A97B8E color RGB value is (169,123,142).

RGB: (169,123,142) (66%, 48%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 123 of 255 = 48%
B 142 of 255 = 56%

169
123
142

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

Portions of RGB colors in percentages

R + G + B = 169 + 123 + 142 = 434 (100%)
R 169 of 434 ~ 38.94%
G 123 of 434 ~ 28.34%
B 142 of 434 ~ 32.72'%

%38.94
%28.34
%32.72

CMYK color model

#A97B8E color CMYK value is (0,27,16,34).

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

CMYK: (0,27,16,34)
C0M27Y16K34 (0%, 27%, 16%, 34%)
(0.00 / 0.27 / 0.16 / 0.34)

CMYK percentages

%0
%27.22
%15.98
%33.73

Codes

Color #A97B8E in popluar color models

A9 7B 8E
RGB 169 123 142
HSL 335° 21.10% 57.25%
HSB/HSV 335° 27.22% 66.27%
CMYK 0.00% 27.22% 15.98%
33.73%

Color #A97B8E in popluar number systems.

HEX A9 7B 8E
Decimal 169 123 142
Binary 10101001 1111011 10001110
Octal 251 173 216

Shades and tints

Shades of #A97B8E

#A97B8E
(169,123,142)
#9A7082
(154,112,130)
#8B6576
(139,101,118)
#7C5A6A
(124,90,106)
#6D4F5E
(109,79,94)
#5E4452
(94,68,82)
#4F3946
(79,57,70)
#402E3A
(64,46,58)
#31232E
(49,35,46)
#221822
(34,24,34)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #A97B8E

#A97B8E
(169,123,142)
#B08798
(176,135,152)
#B793A2
(183,147,162)
#BE9FAC
(190,159,172)
#C5ABB6
(197,171,182)
#CCB7C0
(204,183,192)
#D3C3CA
(211,195,202)
#DACFD4
(218,207,212)
#E1DBDE
(225,219,222)
#E8E7E8
(232,231,232)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97B8E; }

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

This text font color is #A97B8E.

Background Color

.myBgColor { background-color: #A97B8E; }

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

This div background color is #A97B8E.

Border color

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

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

This div border color is #A97B8E.

Opacity

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

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

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

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

This text has shadow with #A97B8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97B8E.

Preview

Color preview on black background

This text has color #A97B8E on black background.


Color preview on white background

This text has color #A97B8E on white background.


Black color preview on #A97B8E background

This text has black color on #A97B8E background.


White color preview on #A97B8E background

This text has white color on #A97B8E background.


Related colors

Complementary color

Complementary color for #hex is #568471.


I love getcolorcode.com

Triadic colors

1 #8EA97B and #7B8EA9 with #A97B8E are triadic colors.

2 #8E7BA9 and #7BA98E with #A97B8E are triadic colors.