COLOR #A1786F

HEX: #A1786F RGB: (161,120,111)

Color info

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

RGB color model

#A1786F color RGB value is (161,120,111).

RGB: (161,120,111) (63%, 47%, 44%)

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 111 of 255 = 44%

161
120
111

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

Portions of RGB colors in percentages

R + G + B = 161 + 120 + 111 = 392 (100%)
R 161 of 392 ~ 41.07%
G 120 of 392 ~ 30.61%
B 111 of 392 ~ 28.32'%

%41.07
%30.61
%28.32

CMYK color model

#A1786F color CMYK value is (0,25,31,37).

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

CMYK: (0,25,31,37)
C0M25Y31K37 (0%, 25%, 31%, 37%)
(0.00 / 0.25 / 0.31 / 0.37)

CMYK percentages

%0
%25.47
%31.06
%36.86

Codes

Color #A1786F in popluar color models

A1 78 6F
RGB 161 120 111
HSL 11° 21.01% 53.33%
HSB/HSV 11° 31.06% 63.14%
CMYK 0.00% 25.47% 31.06%
36.86%

Color #A1786F in popluar number systems.

HEX A1 78 6F
Decimal 161 120 111
Binary 10100001 1111000 1101111
Octal 241 170 157

Shades and tints

Shades of #A1786F

#A1786F
(161,120,111)
#936E65
(147,110,101)
#85645B
(133,100,91)
#775A51
(119,90,81)
#695047
(105,80,71)
#5B463D
(91,70,61)
#4D3C33
(77,60,51)
#3F3229
(63,50,41)
#31281F
(49,40,31)
#231E15
(35,30,21)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #A1786F

#A1786F
(161,120,111)
#A9847C
(169,132,124)
#B19089
(177,144,137)
#B99C96
(185,156,150)
#C1A8A3
(193,168,163)
#C9B4B0
(201,180,176)
#D1C0BD
(209,192,189)
#D9CCCA
(217,204,202)
#E1D8D7
(225,216,215)
#E9E4E4
(233,228,228)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1786F; }

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

This text font color is #A1786F.

Background Color

.myBgColor { background-color: #A1786F; }

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

This div background color is #A1786F.

Border color

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

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

This div border color is #A1786F.

Opacity

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

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

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

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

This text has shadow with #A1786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1786F.

Preview

Color preview on black background

This text has color #A1786F on black background.


Color preview on white background

This text has color #A1786F on white background.


Black color preview on #A1786F background

This text has black color on #A1786F background.


White color preview on #A1786F background

This text has white color on #A1786F background.


Related colors

Complementary color

Complementary color for #hex is #5E8790.


I love getcolorcode.com

Triadic colors

1 #6FA178 and #786FA1 with #A1786F are triadic colors.

2 #6F78A1 and #78A16F with #A1786F are triadic colors.