COLOR #A86D6C

HEX: #A86D6C
RGB: (168,109,108)

Color info

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

RGB color model

#A86D6C color RGB value is (168,109,108).

  • red value is 168;
  • green value is 109;
  • blue value is 108.
RGB:
(168,109,108)
(66%,43%,42%)

RGB channels and saturation

R 168 of 255 = 66%
G 109 of 255 = 43%
B 108 of 255 = 42%

168
109
108

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

Portions of RGB colors in percentages

R + G + B =
168 + 109 + 108 = 385 (100%)
R 168 of 385 ~ 43.64%
G 109 of 385 ~ 28.31%
B 108 of 385 ~ 28.05%

%43.64
%28.31
%28.05

CMYK color model

#A86D6C color CMYK value is (0,35,36,34).

  • cyan value is 0.00%
  • magenta value is 35.12%
  • yellow value is 35.71%
  • key color value is 34.12%
CMYK:
(0,35,36,34)
C0M35Y36K34 
(0%,35%,36%,34%)
(0.00/0.35/0.36/0.34)	

CMYK percentages

%0
%35.12
%35.71
%34.12

Codes

Color #A86D6C in popluar color models

A86D6C
RGB168109108
HSL25.64%54.12%
HSB/HSV35.71%65.88%
CMYK0.00%35.12%35.71%
34.12%

Color #A86D6C in popluar number systems.

HEXA86D6C
Decimal168109108
Binary1010100011011011101100
Octal250155154

Shades and tints

Shades of #A86D6C

#A86D6C
(168,109,108)
#996463
(153,100,99)
#8A5B5A
(138,91,90)
#7B5251
(123,82,81)
#6C4948
(108,73,72)
#5D403F
(93,64,63)
#4E3736
(78,55,54)
#3F2E2D
(63,46,45)
#302524
(48,37,36)
#211C1B
(33,28,27)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #A86D6C

#A86D6C
(168,109,108)
#AF7A79
(175,122,121)
#B68786
(182,135,134)
#BD9493
(189,148,147)
#C4A1A0
(196,161,160)
#CBAEAD
(203,174,173)
#D2BBBA
(210,187,186)
#D9C8C7
(217,200,199)
#E0D5D4
(224,213,212)
#E7E2E1
(231,226,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86D6C; }

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

This text font color is #A86D6C.


Background Color

.myBgColor { background-color: #A86D6C; }

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

This div background color is #A86D6C.


Border color

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

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

This div border color is #A86D6C.


Opacity

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

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

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

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

This text has shadow with #A86D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86D6C on black background.


Color preview on white background

This text has color #A86D6C on white background.



Black color preview on #A86D6C background

This text has black color on #A86D6C background.


White color preview on #A86D6C background

This text has white color on #A86D6C background.