COLOR #A1786E

HEX: #A1786E
RGB: (161,120,110)

Color info

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

RGB color model

#A1786E color RGB value is (161,120,110).

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

RGB channels and saturation

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

161
120
110

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 110 = 391 (100%)
R 161 of 391 ~ 41.18%
G 120 of 391 ~ 30.69%
B 110 of 391 ~ 28.13%

%41.18
%30.69
%28.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 31.68%
  • 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
%31.68
%36.86

Codes

Color #A1786E in popluar color models

A1786E
RGB161120110
HSL12°21.34%53.14%
HSB/HSV12°31.68%63.14%
CMYK0.00%25.47%31.68%
36.86%

Color #A1786E in popluar number systems.

HEXA1786E
Decimal161120110
Binary1010000111110001101110
Octal241170156

Shades and tints

Shades of #A1786E

#A1786E
(161,120,110)
#936E64
(147,110,100)
#85645A
(133,100,90)
#775A50
(119,90,80)
#695046
(105,80,70)
#5B463C
(91,70,60)
#4D3C32
(77,60,50)
#3F3228
(63,50,40)
#31281E
(49,40,30)
#231E14
(35,30,20)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #A1786E

#A1786E
(161,120,110)
#A9847B
(169,132,123)
#B19088
(177,144,136)
#B99C95
(185,156,149)
#C1A8A2
(193,168,162)
#C9B4AF
(201,180,175)
#D1C0BC
(209,192,188)
#D9CCC9
(217,204,201)
#E1D8D6
(225,216,214)
#E9E4E3
(233,228,227)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1786E; }

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

This text font color is #A1786E.


Background Color

.myBgColor { background-color: #A1786E; }

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

This div background color is #A1786E.


Border color

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

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

This div border color is #A1786E.


Opacity

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

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

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

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

This text has shadow with #A1786E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1786E on black background.


Color preview on white background

This text has color #A1786E on white background.



Black color preview on #A1786E background

This text has black color on #A1786E background.


White color preview on #A1786E background

This text has white color on #A1786E background.