COLOR #A97992

HEX: #A97992 RGB: (169,121,146)

Color info

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

RGB color model

#A97992 color RGB value is (169,121,146).

RGB: (169,121,146) (66%, 47%, 57%)

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 146 of 255 = 57%

169
121
146

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

Portions of RGB colors in percentages

R + G + B = 169 + 121 + 146 = 436 (100%)
R 169 of 436 ~ 38.76%
G 121 of 436 ~ 27.75%
B 146 of 436 ~ 33.49'%

%38.76
%27.75
%33.49

CMYK color model

#A97992 color CMYK value is (0,28,14,34).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 13.61%
  • key color value is 33.73%

CMYK: (0,28,14,34)
C0M28Y14K34 (0%, 28%, 14%, 34%)
(0.00 / 0.28 / 0.14 / 0.34)

CMYK percentages

%0
%28.4
%13.61
%33.73

Codes

Color #A97992 in popluar color models

A9 79 92
RGB 169 121 146
HSL 329° 21.82% 56.86%
HSB/HSV 329° 28.40% 66.27%
CMYK 0.00% 28.40% 13.61%
33.73%

Color #A97992 in popluar number systems.

HEX A9 79 92
Decimal 169 121 146
Binary 10101001 1111001 10010010
Octal 251 171 222

Shades and tints

Shades of #A97992

#A97992
(169,121,146)
#9A6E85
(154,110,133)
#8B6378
(139,99,120)
#7C586B
(124,88,107)
#6D4D5E
(109,77,94)
#5E4251
(94,66,81)
#4F3744
(79,55,68)
#402C37
(64,44,55)
#31212A
(49,33,42)
#22161D
(34,22,29)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #A97992

#A97992
(169,121,146)
#B0859B
(176,133,155)
#B791A4
(183,145,164)
#BE9DAD
(190,157,173)
#C5A9B6
(197,169,182)
#CCB5BF
(204,181,191)
#D3C1C8
(211,193,200)
#DACDD1
(218,205,209)
#E1D9DA
(225,217,218)
#E8E5E3
(232,229,227)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97992 color. Also use rgb(169,121,146) instead hex code.

Text Font Color

.myTextColor { color: #A97992; }

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

This text font color is #A97992.

Background Color

.myBgColor { background-color: #A97992; }

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

This div background color is #A97992.

Border color

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

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

This div border color is #A97992.

Opacity

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

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

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

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

This text has shadow with #A97992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97992.

Preview

Color preview on black background

This text has color #A97992 on black background.


Color preview on white background

This text has color #A97992 on white background.


Black color preview on #A97992 background

This text has black color on #A97992 background.


White color preview on #A97992 background

This text has white color on #A97992 background.


Related colors

Complementary color

Complementary color for #hex is #56866D.


I love getcolorcode.com

Triadic colors

1 #92A979 and #7992A9 with #A97992 are triadic colors.

2 #9279A9 and #79A992 with #A97992 are triadic colors.