COLOR #A86E59

HEX: #A86E59 RGB: (168,110,89)

Color info

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

RGB color model

#A86E59 color RGB value is (168,110,89).

RGB: (168,110,89) (66%, 43%, 35%)

RGB channels and saturation

R 168 of 255 = 66%
G 110 of 255 = 43%
B 89 of 255 = 35%

168
110
89

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

Portions of RGB colors in percentages

R + G + B = 168 + 110 + 89 = 367 (100%)
R 168 of 367 ~ 45.78%
G 110 of 367 ~ 29.97%
B 89 of 367 ~ 24.25'%

%45.78
%29.97
%24.25

CMYK color model

#A86E59 color CMYK value is (0,35,47,34).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 47.02%
  • key color value is 34.12%

CMYK: (0,35,47,34)
C0M35Y47K34 (0%, 35%, 47%, 34%)
(0.00 / 0.35 / 0.47 / 0.34)

CMYK percentages

%0
%34.52
%47.02
%34.12

Codes

Color #A86E59 in popluar color models

A8 6E 59
RGB 168 110 89
HSL 16° 31.23% 50.39%
HSB/HSV 16° 47.02% 65.88%
CMYK 0.00% 34.52% 47.02%
34.12%

Color #A86E59 in popluar number systems.

HEX A8 6E 59
Decimal 168 110 89
Binary 10101000 1101110 1011001
Octal 250 156 131

Shades and tints

Shades of #A86E59

#A86E59
(168,110,89)
#996451
(153,100,81)
#8A5A49
(138,90,73)
#7B5041
(123,80,65)
#6C4639
(108,70,57)
#5D3C31
(93,60,49)
#4E3229
(78,50,41)
#3F2821
(63,40,33)
#301E19
(48,30,25)
#211411
(33,20,17)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #A86E59

#A86E59
(168,110,89)
#AF7B68
(175,123,104)
#B68877
(182,136,119)
#BD9586
(189,149,134)
#C4A295
(196,162,149)
#CBAFA4
(203,175,164)
#D2BCB3
(210,188,179)
#D9C9C2
(217,201,194)
#E0D6D1
(224,214,209)
#E7E3E0
(231,227,224)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86E59; }

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

This text font color is #A86E59.

Background Color

.myBgColor { background-color: #A86E59; }

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

This div background color is #A86E59.

Border color

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

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

This div border color is #A86E59.

Opacity

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

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

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

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

This text has shadow with #A86E59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86E59.

Preview

Color preview on black background

This text has color #A86E59 on black background.


Color preview on white background

This text has color #A86E59 on white background.


Black color preview on #A86E59 background

This text has black color on #A86E59 background.


White color preview on #A86E59 background

This text has white color on #A86E59 background.


Related colors

Complementary color

Complementary color for #hex is #5791A6.


I love getcolorcode.com

Triadic colors

1 #59A86E and #6E59A8 with #A86E59 are triadic colors.

2 #596EA8 and #6EA859 with #A86E59 are triadic colors.