COLOR #A97392

HEX: #A97392
RGB: (169,115,146)

Color info

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

RGB color model

#A97392 color RGB value is (169,115,146).

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

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 146 of 255 = 57%

169
115
146

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

Portions of RGB colors in percentages

R + G + B =
169 + 115 + 146 = 430 (100%)
R 169 of 430 ~ 39.3%
G 115 of 430 ~ 26.74%
B 146 of 430 ~ 33.95%

%39.3
%26.74
%33.95

CMYK color model

#A97392 color CMYK value is (0,32,14,34).

  • cyan value is 0.00%
  • magenta value is 31.95%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(0,32,14,34)
C0M32Y14K34 
(0%,32%,14%,34%)
(0.00/0.32/0.14/0.34)	

CMYK percentages

%0
%31.95
%13.61
%33.73

Codes

Color #A97392 in popluar color models

A97392
RGB169115146
HSL326°23.89%55.69%
HSB/HSV326°31.95%66.27%
CMYK0.00%31.95%13.61%
33.73%

Color #A97392 in popluar number systems.

HEXA97392
Decimal169115146
Binary10101001111001110010010
Octal251163222

Shades and tints

Shades of #A97392

#A97392
(169,115,146)
#9A6985
(154,105,133)
#8B5F78
(139,95,120)
#7C556B
(124,85,107)
#6D4B5E
(109,75,94)
#5E4151
(94,65,81)
#4F3744
(79,55,68)
#402D37
(64,45,55)
#31232A
(49,35,42)
#22191D
(34,25,29)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #A97392

#A97392
(169,115,146)
#B07F9B
(176,127,155)
#B78BA4
(183,139,164)
#BE97AD
(190,151,173)
#C5A3B6
(197,163,182)
#CCAFBF
(204,175,191)
#D3BBC8
(211,187,200)
#DAC7D1
(218,199,209)
#E1D3DA
(225,211,218)
#E8DFE3
(232,223,227)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97392; }

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

This text font color is #A97392.


Background Color

.myBgColor { background-color: #A97392; }

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

This div background color is #A97392.


Border color

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

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

This div border color is #A97392.


Opacity

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

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

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

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

This text has shadow with #A97392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97392 on black background.


Color preview on white background

This text has color #A97392 on white background.



Black color preview on #A97392 background

This text has black color on #A97392 background.


White color preview on #A97392 background

This text has white color on #A97392 background.