COLOR #A8786F

HEX: #A8786F RGB: (168,120,111)

Color info

#A8786F contains red, green and blue colors in about the same proportion. Web safe color of #A8786F is #996666 (or #966).

RGB color model

#A8786F color RGB value is (168,120,111).

RGB: (168,120,111) (66%, 47%, 44%)

RGB channels and saturation

R 168 of 255 = 66%
G 120 of 255 = 47%
B 111 of 255 = 44%

168
120
111

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

Portions of RGB colors in percentages

R + G + B = 168 + 120 + 111 = 399 (100%)
R 168 of 399 ~ 42.11%
G 120 of 399 ~ 30.08%
B 111 of 399 ~ 27.82'%

%42.11
%30.08
%27.82

CMYK color model

#A8786F color CMYK value is (0,29,34,34).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 33.93%
  • key color value is 34.12%
CMYK: (0,29,34,34) C0M29Y34K34 (0%,29%,34%,34%) (0.00/0.29/0.34/0.34) 

CMYK percentages

%0
%28.57
%33.93
%34.12

Codes

Color #A8786F in popluar color models

A8 78 6F
RGB 168 120 111
HSL 24.68% 54.71%
HSB/HSV 33.93% 65.88%
CMYK 0.00% 28.57% 33.93%
34.12%

Color #A8786F in popluar number systems.

HEX A8 78 6F
Decimal 168 120 111
Binary 10101000 1111000 1101111
Octal 250 170 157

Shades and tints

Shades of #A8786F

#A8786F
(168,120,111)
#996E65
(153,110,101)
#8A645B
(138,100,91)
#7B5A51
(123,90,81)
#6C5047
(108,80,71)
#5D463D
(93,70,61)
#4E3C33
(78,60,51)
#3F3229
(63,50,41)
#30281F
(48,40,31)
#211E15
(33,30,21)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #A8786F

#A8786F
(168,120,111)
#AF847C
(175,132,124)
#B69089
(182,144,137)
#BD9C96
(189,156,150)
#C4A8A3
(196,168,163)
#CBB4B0
(203,180,176)
#D2C0BD
(210,192,189)
#D9CCCA
(217,204,202)
#E0D8D7
(224,216,215)
#E7E4E4
(231,228,228)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8786F color. Also use rgb(168,120,111) instead hex code.

Text Font Color

.myTextColor { color: #A8786F; }

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

This text font color is #A8786F.

Background Color

.myBgColor { background-color: #A8786F; }

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

This div background color is #A8786F.

Border color

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

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

This div border color is #A8786F.

Opacity

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

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

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

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

This text has shadow with #A8786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8786F.

Preview

Color preview on black background

This text has color #A8786F on black background.


Color preview on white background

This text has color #A8786F on white background.


Black color preview on #A8786F background

This text has black color on #A8786F background.


White color preview on #A8786F background

This text has white color on #A8786F background.


Related colors

Complementary color

Complementary color for #hex is #578790.


I love getcolorcode.com

Triadic colors

1 #6FA878 and #786FA8 with #A8786F are triadic colors.

2 #6F78A8 and #78A86F with #A8786F are triadic colors.