COLOR #A86C71

HEX: #A86C71 RGB: (168,108,113)

Color info

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

RGB color model

#A86C71 color RGB value is (168,108,113).

RGB: (168,108,113) (66%, 42%, 44%)

RGB channels and saturation

R 168 of 255 = 66%
G 108 of 255 = 42%
B 113 of 255 = 44%

168
108
113

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

Portions of RGB colors in percentages

R + G + B = 168 + 108 + 113 = 389 (100%)
R 168 of 389 ~ 43.19%
G 108 of 389 ~ 27.76%
B 113 of 389 ~ 29.05'%

%43.19
%27.76
%29.05

CMYK color model

#A86C71 color CMYK value is (0,36,33,34).

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

CMYK: (0,36,33,34)
C0M36Y33K34 (0%, 36%, 33%, 34%)
(0.00 / 0.36 / 0.33 / 0.34)

CMYK percentages

%0
%35.71
%32.74
%34.12

Codes

Color #A86C71 in popluar color models

A8 6C 71
RGB 168 108 113
HSL 355° 25.64% 54.12%
HSB/HSV 355° 35.71% 65.88%
CMYK 0.00% 35.71% 32.74%
34.12%

Color #A86C71 in popluar number systems.

HEX A8 6C 71
Decimal 168 108 113
Binary 10101000 1101100 1110001
Octal 250 154 161

Shades and tints

Shades of #A86C71

#A86C71
(168,108,113)
#996367
(153,99,103)
#8A5A5D
(138,90,93)
#7B5153
(123,81,83)
#6C4849
(108,72,73)
#5D3F3F
(93,63,63)
#4E3635
(78,54,53)
#3F2D2B
(63,45,43)
#302421
(48,36,33)
#211B17
(33,27,23)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #A86C71

#A86C71
(168,108,113)
#AF797D
(175,121,125)
#B68689
(182,134,137)
#BD9395
(189,147,149)
#C4A0A1
(196,160,161)
#CBADAD
(203,173,173)
#D2BAB9
(210,186,185)
#D9C7C5
(217,199,197)
#E0D4D1
(224,212,209)
#E7E1DD
(231,225,221)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86C71; }

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

This text font color is #A86C71.

Background Color

.myBgColor { background-color: #A86C71; }

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

This div background color is #A86C71.

Border color

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

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

This div border color is #A86C71.

Opacity

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

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

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

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

This text has shadow with #A86C71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86C71.

Preview

Color preview on black background

This text has color #A86C71 on black background.


Color preview on white background

This text has color #A86C71 on white background.


Black color preview on #A86C71 background

This text has black color on #A86C71 background.


White color preview on #A86C71 background

This text has white color on #A86C71 background.


Related colors

Complementary color

Complementary color for #hex is #57938E.


I love getcolorcode.com

Triadic colors

1 #71A86C and #6C71A8 with #A86C71 are triadic colors.

2 #716CA8 and #6CA871 with #A86C71 are triadic colors.