COLOR #A86E89

HEX: #A86E89
RGB: (168,110,137)

Color info

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

RGB color model

#A86E89 color RGB value is (168,110,137).

  • red value is 168;
  • green value is 110;
  • blue value is 137.
RGB:
(168,110,137)
(66%,43%,54%)

RGB channels and saturation

R 168 of 255 = 66%
G 110 of 255 = 43%
B 137 of 255 = 54%

168
110
137

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

Portions of RGB colors in percentages

R + G + B =
168 + 110 + 137 = 415 (100%)
R 168 of 415 ~ 40.48%
G 110 of 415 ~ 26.51%
B 137 of 415 ~ 33.01%

%40.48
%26.51
%33.01

CMYK color model

#A86E89 color CMYK value is (0,35,18,34).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 18.45%
  • key color value is 34.12%
CMYK:
(0,35,18,34)
C0M35Y18K34 
(0%,35%,18%,34%)
(0.00/0.35/0.18/0.34)	

CMYK percentages

%0
%34.52
%18.45
%34.12

Codes

Color #A86E89 in popluar color models

A86E89
RGB168110137
HSL332°25.00%54.51%
HSB/HSV332°34.52%65.88%
CMYK0.00%34.52%18.45%
34.12%

Color #A86E89 in popluar number systems.

HEXA86E89
Decimal168110137
Binary10101000110111010001001
Octal250156211

Shades and tints

Shades of #A86E89

#A86E89
(168,110,137)
#99647D
(153,100,125)
#8A5A71
(138,90,113)
#7B5065
(123,80,101)
#6C4659
(108,70,89)
#5D3C4D
(93,60,77)
#4E3241
(78,50,65)
#3F2835
(63,40,53)
#301E29
(48,30,41)
#21141D
(33,20,29)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #A86E89

#A86E89
(168,110,137)
#AF7B93
(175,123,147)
#B6889D
(182,136,157)
#BD95A7
(189,149,167)
#C4A2B1
(196,162,177)
#CBAFBB
(203,175,187)
#D2BCC5
(210,188,197)
#D9C9CF
(217,201,207)
#E0D6D9
(224,214,217)
#E7E3E3
(231,227,227)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86E89; }

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

This text font color is #A86E89.


Background Color

.myBgColor { background-color: #A86E89; }

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

This div background color is #A86E89.


Border color

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

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

This div border color is #A86E89.


Opacity

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

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

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

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

This text has shadow with #A86E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86E89 on black background.


Color preview on white background

This text has color #A86E89 on white background.



Black color preview on #A86E89 background

This text has black color on #A86E89 background.


White color preview on #A86E89 background

This text has white color on #A86E89 background.