COLOR #A86876

HEX: #A86876
RGB: (168,104,118)

Color info

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

RGB color model

#A86876 color RGB value is (168,104,118).

  • red value is 168;
  • green value is 104;
  • blue value is 118.
RGB:
(168,104,118)
(66%,41%,46%)

RGB channels and saturation

R 168 of 255 = 66%
G 104 of 255 = 41%
B 118 of 255 = 46%

168
104
118

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

Portions of RGB colors in percentages

R + G + B =
168 + 104 + 118 = 390 (100%)
R 168 of 390 ~ 43.08%
G 104 of 390 ~ 26.67%
B 118 of 390 ~ 30.26%

%43.08
%26.67
%30.26

CMYK color model

#A86876 color CMYK value is (0,38,30,34).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(0,38,30,34)
C0M38Y30K34 
(0%,38%,30%,34%)
(0.00/0.38/0.30/0.34)	

CMYK percentages

%0
%38.1
%29.76
%34.12

Codes

Color #A86876 in popluar color models

A86876
RGB168104118
HSL347°26.89%53.33%
HSB/HSV347°38.10%65.88%
CMYK0.00%38.10%29.76%
34.12%

Color #A86876 in popluar number systems.

HEXA86876
Decimal168104118
Binary1010100011010001110110
Octal250150166

Shades and tints

Shades of #A86876

#A86876
(168,104,118)
#995F6C
(153,95,108)
#8A5662
(138,86,98)
#7B4D58
(123,77,88)
#6C444E
(108,68,78)
#5D3B44
(93,59,68)
#4E323A
(78,50,58)
#3F2930
(63,41,48)
#302026
(48,32,38)
#21171C
(33,23,28)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #A86876

#A86876
(168,104,118)
#AF7582
(175,117,130)
#B6828E
(182,130,142)
#BD8F9A
(189,143,154)
#C49CA6
(196,156,166)
#CBA9B2
(203,169,178)
#D2B6BE
(210,182,190)
#D9C3CA
(217,195,202)
#E0D0D6
(224,208,214)
#E7DDE2
(231,221,226)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86876 color. Also use rgb(168,104,118) instead hex code.

Text Font Color

.myTextColor { color: #A86876; }

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

This text font color is #A86876.


Background Color

.myBgColor { background-color: #A86876; }

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

This div background color is #A86876.


Border color

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

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

This div border color is #A86876.


Opacity

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

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

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

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

This text has shadow with #A86876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86876 on black background.


Color preview on white background

This text has color #A86876 on white background.



Black color preview on #A86876 background

This text has black color on #A86876 background.


White color preview on #A86876 background

This text has white color on #A86876 background.