COLOR #A86A7E

HEX: #A86A7E
RGB: (168,106,126)

Color info

#A86A7E contains mainly red and blue colors. Web safe color of #A86A7E is #996666 (or #966).

RGB color model

#A86A7E color RGB value is (168,106,126).

  • red value is 168;
  • green value is 106;
  • blue value is 126.
RGB:
(168,106,126)
(66%,42%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 106 of 255 = 42%
B 126 of 255 = 49%

168
106
126

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

Portions of RGB colors in percentages

R + G + B =
168 + 106 + 126 = 400 (100%)
R 168 of 400 ~ 42%
G 106 of 400 ~ 26.5%
B 126 of 400 ~ 31.5%

%42
%26.5
%31.5

CMYK color model

#A86A7E color CMYK value is (0,37,25,34).

  • cyan value is 0.00%
  • magenta value is 36.90%
  • yellow value is 25.00%
  • key color value is 34.12%
CMYK:
(0,37,25,34)
C0M37Y25K34 
(0%,37%,25%,34%)
(0.00/0.37/0.25/0.34)	

CMYK percentages

%0
%36.9
%25
%34.12

Codes

Color #A86A7E in popluar color models

A86A7E
RGB168106126
HSL341°26.27%53.73%
HSB/HSV341°36.90%65.88%
CMYK0.00%36.90%25.00%
34.12%

Color #A86A7E in popluar number systems.

HEXA86A7E
Decimal168106126
Binary1010100011010101111110
Octal250152176

Shades and tints

Shades of #A86A7E

#A86A7E
(168,106,126)
#996173
(153,97,115)
#8A5868
(138,88,104)
#7B4F5D
(123,79,93)
#6C4652
(108,70,82)
#5D3D47
(93,61,71)
#4E343C
(78,52,60)
#3F2B31
(63,43,49)
#302226
(48,34,38)
#21191B
(33,25,27)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #A86A7E

#A86A7E
(168,106,126)
#AF7789
(175,119,137)
#B68494
(182,132,148)
#BD919F
(189,145,159)
#C49EAA
(196,158,170)
#CBABB5
(203,171,181)
#D2B8C0
(210,184,192)
#D9C5CB
(217,197,203)
#E0D2D6
(224,210,214)
#E7DFE1
(231,223,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86A7E color. Also use rgb(168,106,126) instead hex code.

Text Font Color

.myTextColor { color: #A86A7E; }

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

This text font color is #A86A7E.


Background Color

.myBgColor { background-color: #A86A7E; }

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

This div background color is #A86A7E.


Border color

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

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

This div border color is #A86A7E.


Opacity

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

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

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

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

This text has shadow with #A86A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86A7E on black background.


Color preview on white background

This text has color #A86A7E on white background.



Black color preview on #A86A7E background

This text has black color on #A86A7E background.


White color preview on #A86A7E background

This text has white color on #A86A7E background.