COLOR #A86E87

HEX: #A86E87 RGB: (168,110,135)

Color info

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

RGB color model

#A86E87 color RGB value is (168,110,135).

RGB: (168,110,135) (66%, 43%, 53%)

RGB channels and saturation

R 168 of 255 = 66%
G 110 of 255 = 43%
B 135 of 255 = 53%

168
110
135

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

Portions of RGB colors in percentages

R + G + B = 168 + 110 + 135 = 413 (100%)
R 168 of 413 ~ 40.68%
G 110 of 413 ~ 26.63%
B 135 of 413 ~ 32.69'%

%40.68
%26.63
%32.69

CMYK color model

#A86E87 color CMYK value is (0,35,20,34).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 19.64%
  • key color value is 34.12%

CMYK: (0,35,20,34)
C0M35Y20K34 (0%, 35%, 20%, 34%)
(0.00 / 0.35 / 0.20 / 0.34)

CMYK percentages

%0
%34.52
%19.64
%34.12

Codes

Color #A86E87 in popluar color models

A8 6E 87
RGB 168 110 135
HSL 334° 25.00% 54.51%
HSB/HSV 334° 34.52% 65.88%
CMYK 0.00% 34.52% 19.64%
34.12%

Color #A86E87 in popluar number systems.

HEX A8 6E 87
Decimal 168 110 135
Binary 10101000 1101110 10000111
Octal 250 156 207

Shades and tints

Shades of #A86E87

#A86E87
(168,110,135)
#99647B
(153,100,123)
#8A5A6F
(138,90,111)
#7B5063
(123,80,99)
#6C4657
(108,70,87)
#5D3C4B
(93,60,75)
#4E323F
(78,50,63)
#3F2833
(63,40,51)
#301E27
(48,30,39)
#21141B
(33,20,27)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #A86E87

#A86E87
(168,110,135)
#AF7B91
(175,123,145)
#B6889B
(182,136,155)
#BD95A5
(189,149,165)
#C4A2AF
(196,162,175)
#CBAFB9
(203,175,185)
#D2BCC3
(210,188,195)
#D9C9CD
(217,201,205)
#E0D6D7
(224,214,215)
#E7E3E1
(231,227,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86E87 color. Also use rgb(168,110,135) instead hex code.

Text Font Color

.myTextColor { color: #A86E87; }

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

This text font color is #A86E87.

Background Color

.myBgColor { background-color: #A86E87; }

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

This div background color is #A86E87.

Border color

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

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

This div border color is #A86E87.

Opacity

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

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

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

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

This text has shadow with #A86E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86E87.

Preview

Color preview on black background

This text has color #A86E87 on black background.


Color preview on white background

This text has color #A86E87 on white background.


Black color preview on #A86E87 background

This text has black color on #A86E87 background.


White color preview on #A86E87 background

This text has white color on #A86E87 background.


Related colors

Complementary color

Complementary color for #hex is #579178.


I love getcolorcode.com

Triadic colors

1 #87A86E and #6E87A8 with #A86E87 are triadic colors.

2 #876EA8 and #6EA887 with #A86E87 are triadic colors.