COLOR #A86C8C

HEX: #A86C8C RGB: (168,108,140)

Color info

#A86C8C contains mainly red and blue colors. Web safe color of #A86C8C is #996699 (or #969).

RGB color model

#A86C8C color RGB value is (168,108,140).

RGB: (168,108,140) (66%, 42%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 108 of 255 = 42%
B 140 of 255 = 55%

168
108
140

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

Portions of RGB colors in percentages

R + G + B = 168 + 108 + 140 = 416 (100%)
R 168 of 416 ~ 40.38%
G 108 of 416 ~ 25.96%
B 140 of 416 ~ 33.65'%

%40.38
%25.96
%33.65

CMYK color model

#A86C8C color CMYK value is (0,36,17,34).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 16.67%
  • key color value is 34.12%

CMYK: (0,36,17,34)
C0M36Y17K34 (0%, 36%, 17%, 34%)
(0.00 / 0.36 / 0.17 / 0.34)

CMYK percentages

%0
%35.71
%16.67
%34.12

Codes

Color #A86C8C in popluar color models

A8 6C 8C
RGB 168 108 140
HSL 328° 25.64% 54.12%
HSB/HSV 328° 35.71% 65.88%
CMYK 0.00% 35.71% 16.67%
34.12%

Color #A86C8C in popluar number systems.

HEX A8 6C 8C
Decimal 168 108 140
Binary 10101000 1101100 10001100
Octal 250 154 214

Shades and tints

Shades of #A86C8C

#A86C8C
(168,108,140)
#996380
(153,99,128)
#8A5A74
(138,90,116)
#7B5168
(123,81,104)
#6C485C
(108,72,92)
#5D3F50
(93,63,80)
#4E3644
(78,54,68)
#3F2D38
(63,45,56)
#30242C
(48,36,44)
#211B20
(33,27,32)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #A86C8C

#A86C8C
(168,108,140)
#AF7996
(175,121,150)
#B686A0
(182,134,160)
#BD93AA
(189,147,170)
#C4A0B4
(196,160,180)
#CBADBE
(203,173,190)
#D2BAC8
(210,186,200)
#D9C7D2
(217,199,210)
#E0D4DC
(224,212,220)
#E7E1E6
(231,225,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86C8C color. Also use rgb(168,108,140) instead hex code.

Text Font Color

.myTextColor { color: #A86C8C; }

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

This text font color is #A86C8C.

Background Color

.myBgColor { background-color: #A86C8C; }

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

This div background color is #A86C8C.

Border color

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

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

This div border color is #A86C8C.

Opacity

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

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

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

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

This text has shadow with #A86C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86C8C.

Preview

Color preview on black background

This text has color #A86C8C on black background.


Color preview on white background

This text has color #A86C8C on white background.


Black color preview on #A86C8C background

This text has black color on #A86C8C background.


White color preview on #A86C8C background

This text has white color on #A86C8C background.


Related colors

Complementary color

Complementary color for #hex is #579373.


I love getcolorcode.com

Triadic colors

1 #8CA86C and #6C8CA8 with #A86C8C are triadic colors.

2 #8C6CA8 and #6CA88C with #A86C8C are triadic colors.