COLOR #A86E8E

HEX: #A86E8E
RGB: (168,110,142)

Color info

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

RGB color model

#A86E8E color RGB value is (168,110,142).

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

RGB channels and saturation

R 168 of 255 = 66%
G 110 of 255 = 43%
B 142 of 255 = 56%

168
110
142

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

Portions of RGB colors in percentages

R + G + B =
168 + 110 + 142 = 420 (100%)
R 168 of 420 ~ 40%
G 110 of 420 ~ 26.19%
B 142 of 420 ~ 33.81%

%40
%26.19
%33.81

CMYK color model

#A86E8E color CMYK value is (0,35,15,34).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 15.48%
  • key color value is 34.12%
CMYK:
(0,35,15,34)
C0M35Y15K34 
(0%,35%,15%,34%)
(0.00/0.35/0.15/0.34)	

CMYK percentages

%0
%34.52
%15.48
%34.12

Codes

Color #A86E8E in popluar color models

A86E8E
RGB168110142
HSL327°25.00%54.51%
HSB/HSV327°34.52%65.88%
CMYK0.00%34.52%15.48%
34.12%

Color #A86E8E in popluar number systems.

HEXA86E8E
Decimal168110142
Binary10101000110111010001110
Octal250156216

Shades and tints

Shades of #A86E8E

#A86E8E
(168,110,142)
#996482
(153,100,130)
#8A5A76
(138,90,118)
#7B506A
(123,80,106)
#6C465E
(108,70,94)
#5D3C52
(93,60,82)
#4E3246
(78,50,70)
#3F283A
(63,40,58)
#301E2E
(48,30,46)
#211422
(33,20,34)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #A86E8E

#A86E8E
(168,110,142)
#AF7B98
(175,123,152)
#B688A2
(182,136,162)
#BD95AC
(189,149,172)
#C4A2B6
(196,162,182)
#CBAFC0
(203,175,192)
#D2BCCA
(210,188,202)
#D9C9D4
(217,201,212)
#E0D6DE
(224,214,222)
#E7E3E8
(231,227,232)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86E8E; }

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

This text font color is #A86E8E.


Background Color

.myBgColor { background-color: #A86E8E; }

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

This div background color is #A86E8E.


Border color

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

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

This div border color is #A86E8E.


Opacity

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

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

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

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

This text has shadow with #A86E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86E8E on black background.


Color preview on white background

This text has color #A86E8E on white background.



Black color preview on #A86E8E background

This text has black color on #A86E8E background.


White color preview on #A86E8E background

This text has white color on #A86E8E background.