COLOR #A97E92

HEX: #A97E92
RGB: (169,126,146)

Color info

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

RGB color model

#A97E92 color RGB value is (169,126,146).

  • red value is 169;
  • green value is 126;
  • blue value is 146.
RGB:
(169,126,146)
(66%,49%,57%)

RGB channels and saturation

R 169 of 255 = 66%
G 126 of 255 = 49%
B 146 of 255 = 57%

169
126
146

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

Portions of RGB colors in percentages

R + G + B =
169 + 126 + 146 = 441 (100%)
R 169 of 441 ~ 38.32%
G 126 of 441 ~ 28.57%
B 146 of 441 ~ 33.11%

%38.32
%28.57
%33.11

CMYK color model

#A97E92 color CMYK value is (0,25,14,34).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(0,25,14,34)
C0M25Y14K34 
(0%,25%,14%,34%)
(0.00/0.25/0.14/0.34)	

CMYK percentages

%0
%25.44
%13.61
%33.73

Codes

Color #A97E92 in popluar color models

A97E92
RGB169126146
HSL332°20.00%57.84%
HSB/HSV332°25.44%66.27%
CMYK0.00%25.44%13.61%
33.73%

Color #A97E92 in popluar number systems.

HEXA97E92
Decimal169126146
Binary10101001111111010010010
Octal251176222

Shades and tints

Shades of #A97E92

#A97E92
(169,126,146)
#9A7385
(154,115,133)
#8B6878
(139,104,120)
#7C5D6B
(124,93,107)
#6D525E
(109,82,94)
#5E4751
(94,71,81)
#4F3C44
(79,60,68)
#403137
(64,49,55)
#31262A
(49,38,42)
#221B1D
(34,27,29)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #A97E92

#A97E92
(169,126,146)
#B0899B
(176,137,155)
#B794A4
(183,148,164)
#BE9FAD
(190,159,173)
#C5AAB6
(197,170,182)
#CCB5BF
(204,181,191)
#D3C0C8
(211,192,200)
#DACBD1
(218,203,209)
#E1D6DA
(225,214,218)
#E8E1E3
(232,225,227)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97E92; }

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

This text font color is #A97E92.


Background Color

.myBgColor { background-color: #A97E92; }

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

This div background color is #A97E92.


Border color

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

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

This div border color is #A97E92.


Opacity

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

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

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

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

This text has shadow with #A97E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97E92 on black background.


Color preview on white background

This text has color #A97E92 on white background.



Black color preview on #A97E92 background

This text has black color on #A97E92 background.


White color preview on #A97E92 background

This text has white color on #A97E92 background.