COLOR #A86B72

HEX: #A86B72
RGB: (168,107,114)

Color info

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

RGB color model

#A86B72 color RGB value is (168,107,114).

  • red value is 168;
  • green value is 107;
  • blue value is 114.
RGB:
(168,107,114)
(66%,42%,45%)

RGB channels and saturation

R 168 of 255 = 66%
G 107 of 255 = 42%
B 114 of 255 = 45%

168
107
114

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

Portions of RGB colors in percentages

R + G + B =
168 + 107 + 114 = 389 (100%)
R 168 of 389 ~ 43.19%
G 107 of 389 ~ 27.51%
B 114 of 389 ~ 29.31%

%43.19
%27.51
%29.31

CMYK color model

#A86B72 color CMYK value is (0,36,32,34).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 32.14%
  • key color value is 34.12%
CMYK:
(0,36,32,34)
C0M36Y32K34 
(0%,36%,32%,34%)
(0.00/0.36/0.32/0.34)	

CMYK percentages

%0
%36.31
%32.14
%34.12

Codes

Color #A86B72 in popluar color models

A86B72
RGB168107114
HSL353°25.96%53.92%
HSB/HSV353°36.31%65.88%
CMYK0.00%36.31%32.14%
34.12%

Color #A86B72 in popluar number systems.

HEXA86B72
Decimal168107114
Binary1010100011010111110010
Octal250153162

Shades and tints

Shades of #A86B72

#A86B72
(168,107,114)
#996268
(153,98,104)
#8A595E
(138,89,94)
#7B5054
(123,80,84)
#6C474A
(108,71,74)
#5D3E40
(93,62,64)
#4E3536
(78,53,54)
#3F2C2C
(63,44,44)
#302322
(48,35,34)
#211A18
(33,26,24)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #A86B72

#A86B72
(168,107,114)
#AF787E
(175,120,126)
#B6858A
(182,133,138)
#BD9296
(189,146,150)
#C49FA2
(196,159,162)
#CBACAE
(203,172,174)
#D2B9BA
(210,185,186)
#D9C6C6
(217,198,198)
#E0D3D2
(224,211,210)
#E7E0DE
(231,224,222)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86B72 color. Also use rgb(168,107,114) instead hex code.

Text Font Color

.myTextColor { color: #A86B72; }

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

This text font color is #A86B72.


Background Color

.myBgColor { background-color: #A86B72; }

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

This div background color is #A86B72.


Border color

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

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

This div border color is #A86B72.


Opacity

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

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

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

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

This text has shadow with #A86B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86B72 on black background.


Color preview on white background

This text has color #A86B72 on white background.



Black color preview on #A86B72 background

This text has black color on #A86B72 background.


White color preview on #A86B72 background

This text has white color on #A86B72 background.