COLOR #A1786D

HEX: #A1786D
RGB: (161,120,109)

Color info

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

RGB color model

#A1786D color RGB value is (161,120,109).

  • red value is 161;
  • green value is 120;
  • blue value is 109.
RGB:
(161,120,109)
(63%,47%,43%)

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 109 of 255 = 43%

161
120
109

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 109 = 390 (100%)
R 161 of 390 ~ 41.28%
G 120 of 390 ~ 30.77%
B 109 of 390 ~ 27.95%

%41.28
%30.77
%27.95

CMYK color model

#A1786D color CMYK value is (0,25,32,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 32.30%
  • key color value is 36.86%
CMYK:
(0,25,32,37)
C0M25Y32K37 
(0%,25%,32%,37%)
(0.00/0.25/0.32/0.37)	

CMYK percentages

%0
%25.47
%32.3
%36.86

Codes

Color #A1786D in popluar color models

A1786D
RGB161120109
HSL13°21.67%52.94%
HSB/HSV13°32.30%63.14%
CMYK0.00%25.47%32.30%
36.86%

Color #A1786D in popluar number systems.

HEXA1786D
Decimal161120109
Binary1010000111110001101101
Octal241170155

Shades and tints

Shades of #A1786D

#A1786D
(161,120,109)
#936E64
(147,110,100)
#85645B
(133,100,91)
#775A52
(119,90,82)
#695049
(105,80,73)
#5B4640
(91,70,64)
#4D3C37
(77,60,55)
#3F322E
(63,50,46)
#312825
(49,40,37)
#231E1C
(35,30,28)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #A1786D

#A1786D
(161,120,109)
#A9847A
(169,132,122)
#B19087
(177,144,135)
#B99C94
(185,156,148)
#C1A8A1
(193,168,161)
#C9B4AE
(201,180,174)
#D1C0BB
(209,192,187)
#D9CCC8
(217,204,200)
#E1D8D5
(225,216,213)
#E9E4E2
(233,228,226)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1786D; }

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

This text font color is #A1786D.


Background Color

.myBgColor { background-color: #A1786D; }

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

This div background color is #A1786D.


Border color

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

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

This div border color is #A1786D.


Opacity

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

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

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

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

This text has shadow with #A1786D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1786D on black background.


Color preview on white background

This text has color #A1786D on white background.



Black color preview on #A1786D background

This text has black color on #A1786D background.


White color preview on #A1786D background

This text has white color on #A1786D background.