COLOR #A97593

HEX: #A97593
RGB: (169,117,147)

Color info

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

RGB color model

#A97593 color RGB value is (169,117,147).

  • red value is 169;
  • green value is 117;
  • blue value is 147.
RGB:
(169,117,147)
(66%,46%,58%)

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 147 of 255 = 58%

169
117
147

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

Portions of RGB colors in percentages

R + G + B =
169 + 117 + 147 = 433 (100%)
R 169 of 433 ~ 39.03%
G 117 of 433 ~ 27.02%
B 147 of 433 ~ 33.95%

%39.03
%27.02
%33.95

CMYK color model

#A97593 color CMYK value is (0,31,13,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 13.02%
  • key color value is 33.73%
CMYK:
(0,31,13,34)
C0M31Y13K34 
(0%,31%,13%,34%)
(0.00/0.31/0.13/0.34)	

CMYK percentages

%0
%30.77
%13.02
%33.73

Codes

Color #A97593 in popluar color models

A97593
RGB169117147
HSL325°23.21%56.08%
HSB/HSV325°30.77%66.27%
CMYK0.00%30.77%13.02%
33.73%

Color #A97593 in popluar number systems.

HEXA97593
Decimal169117147
Binary10101001111010110010011
Octal251165223

Shades and tints

Shades of #A97593

#A97593
(169,117,147)
#9A6B86
(154,107,134)
#8B6179
(139,97,121)
#7C576C
(124,87,108)
#6D4D5F
(109,77,95)
#5E4352
(94,67,82)
#4F3945
(79,57,69)
#402F38
(64,47,56)
#31252B
(49,37,43)
#221B1E
(34,27,30)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A97593

#A97593
(169,117,147)
#B0819C
(176,129,156)
#B78DA5
(183,141,165)
#BE99AE
(190,153,174)
#C5A5B7
(197,165,183)
#CCB1C0
(204,177,192)
#D3BDC9
(211,189,201)
#DAC9D2
(218,201,210)
#E1D5DB
(225,213,219)
#E8E1E4
(232,225,228)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97593 color. Also use rgb(169,117,147) instead hex code.

Text Font Color

.myTextColor { color: #A97593; }

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

This text font color is #A97593.


Background Color

.myBgColor { background-color: #A97593; }

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

This div background color is #A97593.


Border color

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

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

This div border color is #A97593.


Opacity

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

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

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

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

This text has shadow with #A97593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97593 on black background.


Color preview on white background

This text has color #A97593 on white background.



Black color preview on #A97593 background

This text has black color on #A97593 background.


White color preview on #A97593 background

This text has white color on #A97593 background.