COLOR #A1786B

HEX: #A1786B RGB: (161,120,107)

Color info

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

RGB color model

#A1786B color RGB value is (161,120,107).

RGB: (161,120,107) (63%, 47%, 42%)

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 107 of 255 = 42%

161
120
107

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

Portions of RGB colors in percentages

R + G + B = 161 + 120 + 107 = 388 (100%)
R 161 of 388 ~ 41.49%
G 120 of 388 ~ 30.93%
B 107 of 388 ~ 27.58'%

%41.49
%30.93
%27.58

CMYK color model

#A1786B color CMYK value is (0,25,34,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 33.54%
  • key color value is 36.86%

CMYK: (0,25,34,37)
C0M25Y34K37 (0%, 25%, 34%, 37%)
(0.00 / 0.25 / 0.34 / 0.37)

CMYK percentages

%0
%25.47
%33.54
%36.86

Codes

Color #A1786B in popluar color models

A1 78 6B
RGB 161 120 107
HSL 14° 22.31% 52.55%
HSB/HSV 14° 33.54% 63.14%
CMYK 0.00% 25.47% 33.54%
36.86%

Color #A1786B in popluar number systems.

HEX A1 78 6B
Decimal 161 120 107
Binary 10100001 1111000 1101011
Octal 241 170 153

Shades and tints

Shades of #A1786B

#A1786B
(161,120,107)
#936E62
(147,110,98)
#856459
(133,100,89)
#775A50
(119,90,80)
#695047
(105,80,71)
#5B463E
(91,70,62)
#4D3C35
(77,60,53)
#3F322C
(63,50,44)
#312823
(49,40,35)
#231E1A
(35,30,26)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A1786B

#A1786B
(161,120,107)
#A98478
(169,132,120)
#B19085
(177,144,133)
#B99C92
(185,156,146)
#C1A89F
(193,168,159)
#C9B4AC
(201,180,172)
#D1C0B9
(209,192,185)
#D9CCC6
(217,204,198)
#E1D8D3
(225,216,211)
#E9E4E0
(233,228,224)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1786B color. Also use rgb(161,120,107) instead hex code.

Text Font Color

.myTextColor { color: #A1786B; }

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

This text font color is #A1786B.

Background Color

.myBgColor { background-color: #A1786B; }

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

This div background color is #A1786B.

Border color

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

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

This div border color is #A1786B.

Opacity

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

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

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

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

This text has shadow with #A1786B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1786B.

Preview

Color preview on black background

This text has color #A1786B on black background.


Color preview on white background

This text has color #A1786B on white background.


Black color preview on #A1786B background

This text has black color on #A1786B background.


White color preview on #A1786B background

This text has white color on #A1786B background.


Related colors

Complementary color

Complementary color for #hex is #5E8794.


I love getcolorcode.com

Triadic colors

1 #6BA178 and #786BA1 with #A1786B are triadic colors.

2 #6B78A1 and #78A16B with #A1786B are triadic colors.