COLOR #A87990

HEX: #A87990 RGB: (168,121,144)

Color info

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

RGB color model

#A87990 color RGB value is (168,121,144).

RGB: (168,121,144) (66%, 47%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 121 of 255 = 47%
B 144 of 255 = 56%

168
121
144

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

Portions of RGB colors in percentages

R + G + B = 168 + 121 + 144 = 433 (100%)
R 168 of 433 ~ 38.8%
G 121 of 433 ~ 27.94%
B 144 of 433 ~ 33.26'%

%38.8
%27.94
%33.26

CMYK color model

#A87990 color CMYK value is (0,28,14,34).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 14.29%
  • key color value is 34.12%

CMYK: (0,28,14,34)
C0M28Y14K34 (0%, 28%, 14%, 34%)
(0.00 / 0.28 / 0.14 / 0.34)

CMYK percentages

%0
%27.98
%14.29
%34.12

Codes

Color #A87990 in popluar color models

A8 79 90
RGB 168 121 144
HSL 331° 21.27% 56.67%
HSB/HSV 331° 27.98% 65.88%
CMYK 0.00% 27.98% 14.29%
34.12%

Color #A87990 in popluar number systems.

HEX A8 79 90
Decimal 168 121 144
Binary 10101000 1111001 10010000
Octal 250 171 220

Shades and tints

Shades of #A87990

#A87990
(168,121,144)
#996E83
(153,110,131)
#8A6376
(138,99,118)
#7B5869
(123,88,105)
#6C4D5C
(108,77,92)
#5D424F
(93,66,79)
#4E3742
(78,55,66)
#3F2C35
(63,44,53)
#302128
(48,33,40)
#21161B
(33,22,27)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #A87990

#A87990
(168,121,144)
#AF859A
(175,133,154)
#B691A4
(182,145,164)
#BD9DAE
(189,157,174)
#C4A9B8
(196,169,184)
#CBB5C2
(203,181,194)
#D2C1CC
(210,193,204)
#D9CDD6
(217,205,214)
#E0D9E0
(224,217,224)
#E7E5EA
(231,229,234)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87990 color. Also use rgb(168,121,144) instead hex code.

Text Font Color

.myTextColor { color: #A87990; }

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

This text font color is #A87990.

Background Color

.myBgColor { background-color: #A87990; }

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

This div background color is #A87990.

Border color

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

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

This div border color is #A87990.

Opacity

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

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

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

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

This text has shadow with #A87990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87990.

Preview

Color preview on black background

This text has color #A87990 on black background.


Color preview on white background

This text has color #A87990 on white background.


Black color preview on #A87990 background

This text has black color on #A87990 background.


White color preview on #A87990 background

This text has white color on #A87990 background.


Related colors

Complementary color

Complementary color for #hex is #57866F.


I love getcolorcode.com

Triadic colors

1 #90A879 and #7990A8 with #A87990 are triadic colors.

2 #9079A8 and #79A890 with #A87990 are triadic colors.