COLOR #A86E5C

HEX: #A86E5C
RGB: (168,110,92)

Color info

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

RGB color model

#A86E5C color RGB value is (168,110,92).

  • red value is 168;
  • green value is 110;
  • blue value is 92.
RGB:
(168,110,92)
(66%,43%,36%)

RGB channels and saturation

R 168 of 255 = 66%
G 110 of 255 = 43%
B 92 of 255 = 36%

168
110
92

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

Portions of RGB colors in percentages

R + G + B =
168 + 110 + 92 = 370 (100%)
R 168 of 370 ~ 45.41%
G 110 of 370 ~ 29.73%
B 92 of 370 ~ 24.86%

%45.41
%29.73
%24.86

CMYK color model

#A86E5C color CMYK value is (0,35,45,34).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 45.24%
  • key color value is 34.12%
CMYK:
(0,35,45,34)
C0M35Y45K34 
(0%,35%,45%,34%)
(0.00/0.35/0.45/0.34)	

CMYK percentages

%0
%34.52
%45.24
%34.12

Codes

Color #A86E5C in popluar color models

A86E5C
RGB16811092
HSL14°30.40%50.98%
HSB/HSV14°45.24%65.88%
CMYK0.00%34.52%45.24%
34.12%

Color #A86E5C in popluar number systems.

HEXA86E5C
Decimal16811092
Binary1010100011011101011100
Octal250156134

Shades and tints

Shades of #A86E5C

#A86E5C
(168,110,92)
#996454
(153,100,84)
#8A5A4C
(138,90,76)
#7B5044
(123,80,68)
#6C463C
(108,70,60)
#5D3C34
(93,60,52)
#4E322C
(78,50,44)
#3F2824
(63,40,36)
#301E1C
(48,30,28)
#211414
(33,20,20)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #A86E5C

#A86E5C
(168,110,92)
#AF7B6A
(175,123,106)
#B68878
(182,136,120)
#BD9586
(189,149,134)
#C4A294
(196,162,148)
#CBAFA2
(203,175,162)
#D2BCB0
(210,188,176)
#D9C9BE
(217,201,190)
#E0D6CC
(224,214,204)
#E7E3DA
(231,227,218)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86E5C color. Also use rgb(168,110,92) instead hex code.

Text Font Color

.myTextColor { color: #A86E5C; }

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

This text font color is #A86E5C.


Background Color

.myBgColor { background-color: #A86E5C; }

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

This div background color is #A86E5C.


Border color

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

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

This div border color is #A86E5C.


Opacity

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

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

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

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

This text has shadow with #A86E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86E5C on black background.


Color preview on white background

This text has color #A86E5C on white background.



Black color preview on #A86E5C background

This text has black color on #A86E5C background.


White color preview on #A86E5C background

This text has white color on #A86E5C background.