COLOR #A1787E

HEX: #A1787E
RGB: (161,120,126)

Color info

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

RGB color model

#A1787E color RGB value is (161,120,126).

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

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 126 of 255 = 49%

161
120
126

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 126 = 407 (100%)
R 161 of 407 ~ 39.56%
G 120 of 407 ~ 29.48%
B 126 of 407 ~ 30.96%

%39.56
%29.48
%30.96

CMYK color model

#A1787E color CMYK value is (0,25,22,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(0,25,22,37)
C0M25Y22K37 
(0%,25%,22%,37%)
(0.00/0.25/0.22/0.37)	

CMYK percentages

%0
%25.47
%21.74
%36.86

Codes

Color #A1787E in popluar color models

A1787E
RGB161120126
HSL351°17.90%55.10%
HSB/HSV351°25.47%63.14%
CMYK0.00%25.47%21.74%
36.86%

Color #A1787E in popluar number systems.

HEXA1787E
Decimal161120126
Binary1010000111110001111110
Octal241170176

Shades and tints

Shades of #A1787E

#A1787E
(161,120,126)
#936E73
(147,110,115)
#856468
(133,100,104)
#775A5D
(119,90,93)
#695052
(105,80,82)
#5B4647
(91,70,71)
#4D3C3C
(77,60,60)
#3F3231
(63,50,49)
#312826
(49,40,38)
#231E1B
(35,30,27)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #A1787E

#A1787E
(161,120,126)
#A98489
(169,132,137)
#B19094
(177,144,148)
#B99C9F
(185,156,159)
#C1A8AA
(193,168,170)
#C9B4B5
(201,180,181)
#D1C0C0
(209,192,192)
#D9CCCB
(217,204,203)
#E1D8D6
(225,216,214)
#E9E4E1
(233,228,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1787E; }

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

This text font color is #A1787E.


Background Color

.myBgColor { background-color: #A1787E; }

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

This div background color is #A1787E.


Border color

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

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

This div border color is #A1787E.


Opacity

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

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

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

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

This text has shadow with #A1787E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1787E on black background.


Color preview on white background

This text has color #A1787E on white background.



Black color preview on #A1787E background

This text has black color on #A1787E background.


White color preview on #A1787E background

This text has white color on #A1787E background.