COLOR #A987A0

HEX: #A987A0 RGB: (169,135,160)

Color info

#A987A0 contains red, green and blue colors in about the same proportion. Web safe color of #A987A0 is #999999 (or #999).

RGB color model

#A987A0 color RGB value is (169,135,160).

RGB: (169,135,160) (66%, 53%, 63%)

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 160 of 255 = 63%

169
135
160

R + G + B ~ 61%. #A987A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 135 + 160 = 464 (100%)
R 169 of 464 ~ 36.42%
G 135 of 464 ~ 29.09%
B 160 of 464 ~ 34.48'%

%36.42
%29.09
%34.48

CMYK color model

#A987A0 color CMYK value is (0,20,5,34).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 5.33%
  • key color value is 33.73%

CMYK: (0,20,5,34)
C0M20Y5K34 (0%, 20%, 5%, 34%)
(0.00 / 0.20 / 0.05 / 0.34)

CMYK percentages

%0
%20.12
%5.33
%33.73

Codes

Color #A987A0 in popluar color models

A9 87 A0
RGB 169 135 160
HSL 316° 16.50% 59.61%
HSB/HSV 316° 20.12% 66.27%
CMYK 0.00% 20.12% 5.33%
33.73%

Color #A987A0 in popluar number systems.

HEX A9 87 A0
Decimal 169 135 160
Binary 10101001 10000111 10100000
Octal 251 207 240

Shades and tints

Shades of #A987A0

#A987A0
(169,135,160)
#9A7B92
(154,123,146)
#8B6F84
(139,111,132)
#7C6376
(124,99,118)
#6D5768
(109,87,104)
#5E4B5A
(94,75,90)
#4F3F4C
(79,63,76)
#40333E
(64,51,62)
#312730
(49,39,48)
#221B22
(34,27,34)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #A987A0

#A987A0
(169,135,160)
#B091A8
(176,145,168)
#B79BB0
(183,155,176)
#BEA5B8
(190,165,184)
#C5AFC0
(197,175,192)
#CCB9C8
(204,185,200)
#D3C3D0
(211,195,208)
#DACDD8
(218,205,216)
#E1D7E0
(225,215,224)
#E8E1E8
(232,225,232)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A987A0 color. Also use rgb(169,135,160) instead hex code.

Text Font Color

.myTextColor { color: #A987A0; }

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

This text font color is #A987A0.

Background Color

.myBgColor { background-color: #A987A0; }

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

This div background color is #A987A0.

Border color

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

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

This div border color is #A987A0.

Opacity

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

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

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

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

This text has shadow with #A987A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A987A0.

Preview

Color preview on black background

This text has color #A987A0 on black background.


Color preview on white background

This text has color #A987A0 on white background.


Black color preview on #A987A0 background

This text has black color on #A987A0 background.


White color preview on #A987A0 background

This text has white color on #A987A0 background.


Related colors

Complementary color

Complementary color for #hex is #56785F.


I love getcolorcode.com

Triadic colors

1 #A0A987 and #87A0A9 with #A987A0 are triadic colors.

2 #A087A9 and #87A9A0 with #A987A0 are triadic colors.