COLOR #A97588

HEX: #A97588
RGB: (169,117,136)

Color info

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

RGB color model

#A97588 color RGB value is (169,117,136).

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

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 136 of 255 = 53%

169
117
136

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

Portions of RGB colors in percentages

R + G + B =
169 + 117 + 136 = 422 (100%)
R 169 of 422 ~ 40.05%
G 117 of 422 ~ 27.73%
B 136 of 422 ~ 32.23%

%40.05
%27.73
%32.23

CMYK color model

#A97588 color CMYK value is (0,31,20,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK:
(0,31,20,34)
C0M31Y20K34 
(0%,31%,20%,34%)
(0.00/0.31/0.20/0.34)	

CMYK percentages

%0
%30.77
%19.53
%33.73

Codes

Color #A97588 in popluar color models

A97588
RGB169117136
HSL338°23.21%56.08%
HSB/HSV338°30.77%66.27%
CMYK0.00%30.77%19.53%
33.73%

Color #A97588 in popluar number systems.

HEXA97588
Decimal169117136
Binary10101001111010110001000
Octal251165210

Shades and tints

Shades of #A97588

#A97588
(169,117,136)
#9A6B7C
(154,107,124)
#8B6170
(139,97,112)
#7C5764
(124,87,100)
#6D4D58
(109,77,88)
#5E434C
(94,67,76)
#4F3940
(79,57,64)
#402F34
(64,47,52)
#312528
(49,37,40)
#221B1C
(34,27,28)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #A97588

#A97588
(169,117,136)
#B08192
(176,129,146)
#B78D9C
(183,141,156)
#BE99A6
(190,153,166)
#C5A5B0
(197,165,176)
#CCB1BA
(204,177,186)
#D3BDC4
(211,189,196)
#DAC9CE
(218,201,206)
#E1D5D8
(225,213,216)
#E8E1E2
(232,225,226)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97588; }

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

This text font color is #A97588.


Background Color

.myBgColor { background-color: #A97588; }

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

This div background color is #A97588.


Border color

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

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

This div border color is #A97588.


Opacity

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

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

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

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

This text has shadow with #A97588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97588 on black background.


Color preview on white background

This text has color #A97588 on white background.



Black color preview on #A97588 background

This text has black color on #A97588 background.


White color preview on #A97588 background

This text has white color on #A97588 background.