COLOR #A86D51

HEX: #A86D51 RGB: (168,109,81)

Color info

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

RGB color model

#A86D51 color RGB value is (168,109,81).

RGB: (168,109,81) (66%, 43%, 32%)

RGB channels and saturation

R 168 of 255 = 66%
G 109 of 255 = 43%
B 81 of 255 = 32%

168
109
81

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

Portions of RGB colors in percentages

R + G + B = 168 + 109 + 81 = 358 (100%)
R 168 of 358 ~ 46.93%
G 109 of 358 ~ 30.45%
B 81 of 358 ~ 22.63'%

%46.93
%30.45
%22.63

CMYK color model

#A86D51 color CMYK value is (0,35,52,34).

  • cyan value is 0.00%
  • magenta value is 35.12%
  • yellow value is 51.79%
  • key color value is 34.12%

CMYK: (0,35,52,34)
C0M35Y52K34 (0%, 35%, 52%, 34%)
(0.00 / 0.35 / 0.52 / 0.34)

CMYK percentages

%0
%35.12
%51.79
%34.12

Codes

Color #A86D51 in popluar color models

A8 6D 51
RGB 168 109 81
HSL 19° 34.94% 48.82%
HSB/HSV 19° 51.79% 65.88%
CMYK 0.00% 35.12% 51.79%
34.12%

Color #A86D51 in popluar number systems.

HEX A8 6D 51
Decimal 168 109 81
Binary 10101000 1101101 1010001
Octal 250 155 121

Shades and tints

Shades of #A86D51

#A86D51
(168,109,81)
#99644A
(153,100,74)
#8A5B43
(138,91,67)
#7B523C
(123,82,60)
#6C4935
(108,73,53)
#5D402E
(93,64,46)
#4E3727
(78,55,39)
#3F2E20
(63,46,32)
#302519
(48,37,25)
#211C12
(33,28,18)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #A86D51

#A86D51
(168,109,81)
#AF7A60
(175,122,96)
#B6876F
(182,135,111)
#BD947E
(189,148,126)
#C4A18D
(196,161,141)
#CBAE9C
(203,174,156)
#D2BBAB
(210,187,171)
#D9C8BA
(217,200,186)
#E0D5C9
(224,213,201)
#E7E2D8
(231,226,216)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86D51; }

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

This text font color is #A86D51.

Background Color

.myBgColor { background-color: #A86D51; }

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

This div background color is #A86D51.

Border color

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

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

This div border color is #A86D51.

Opacity

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

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

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

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

This text has shadow with #A86D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86D51.

Preview

Color preview on black background

This text has color #A86D51 on black background.


Color preview on white background

This text has color #A86D51 on white background.


Black color preview on #A86D51 background

This text has black color on #A86D51 background.


White color preview on #A86D51 background

This text has white color on #A86D51 background.


Related colors

Complementary color

Complementary color for #hex is #5792AE.


I love getcolorcode.com

Triadic colors

1 #51A86D and #6D51A8 with #A86D51 are triadic colors.

2 #516DA8 and #6DA851 with #A86D51 are triadic colors.