COLOR #A87F90

HEX: #A87F90 RGB: (168,127,144)

Color info

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

RGB color model

#A87F90 color RGB value is (168,127,144).

RGB: (168,127,144) (66%, 50%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 144 of 255 = 56%

168
127
144

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

Portions of RGB colors in percentages

R + G + B = 168 + 127 + 144 = 439 (100%)
R 168 of 439 ~ 38.27%
G 127 of 439 ~ 28.93%
B 144 of 439 ~ 32.8'%

%38.27
%28.93
%32.8

CMYK color model

#A87F90 color CMYK value is (0,24,14,34).

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

CMYK: (0,24,14,34)
C0M24Y14K34 (0%, 24%, 14%, 34%)
(0.00 / 0.24 / 0.14 / 0.34)

CMYK percentages

%0
%24.4
%14.29
%34.12

Codes

Color #A87F90 in popluar color models

A8 7F 90
RGB 168 127 144
HSL 335° 19.07% 57.84%
HSB/HSV 335° 24.40% 65.88%
CMYK 0.00% 24.40% 14.29%
34.12%

Color #A87F90 in popluar number systems.

HEX A8 7F 90
Decimal 168 127 144
Binary 10101000 1111111 10010000
Octal 250 177 220

Shades and tints

Shades of #A87F90

#A87F90
(168,127,144)
#997483
(153,116,131)
#8A6976
(138,105,118)
#7B5E69
(123,94,105)
#6C535C
(108,83,92)
#5D484F
(93,72,79)
#4E3D42
(78,61,66)
#3F3235
(63,50,53)
#302728
(48,39,40)
#211C1B
(33,28,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #A87F90

#A87F90
(168,127,144)
#AF8A9A
(175,138,154)
#B695A4
(182,149,164)
#BDA0AE
(189,160,174)
#C4ABB8
(196,171,184)
#CBB6C2
(203,182,194)
#D2C1CC
(210,193,204)
#D9CCD6
(217,204,214)
#E0D7E0
(224,215,224)
#E7E2EA
(231,226,234)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87F90; }

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

This text font color is #A87F90.

Background Color

.myBgColor { background-color: #A87F90; }

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

This div background color is #A87F90.

Border color

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

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

This div border color is #A87F90.

Opacity

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

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

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

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

This text has shadow with #A87F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87F90.

Preview

Color preview on black background

This text has color #A87F90 on black background.


Color preview on white background

This text has color #A87F90 on white background.


Black color preview on #A87F90 background

This text has black color on #A87F90 background.


White color preview on #A87F90 background

This text has white color on #A87F90 background.


Related colors

Complementary color

Complementary color for #hex is #57806F.


I love getcolorcode.com

Triadic colors

1 #90A87F and #7F90A8 with #A87F90 are triadic colors.

2 #907FA8 and #7FA890 with #A87F90 are triadic colors.