COLOR #A1887B

HEX: #A1887B
RGB: (161,136,123)

Color info

#A1887B contains red, green and blue colors in about the same proportion. Web safe color of #A1887B is #999966 (or #996).

RGB color model

#A1887B color RGB value is (161,136,123).

  • red value is 161;
  • green value is 136;
  • blue value is 123.
RGB:
(161,136,123)
(63%,53%,48%)

RGB channels and saturation

R 161 of 255 = 63%
G 136 of 255 = 53%
B 123 of 255 = 48%

161
136
123

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

Portions of RGB colors in percentages

R + G + B =
161 + 136 + 123 = 420 (100%)
R 161 of 420 ~ 38.33%
G 136 of 420 ~ 32.38%
B 123 of 420 ~ 29.29%

%38.33
%32.38
%29.29

CMYK color model

#A1887B color CMYK value is (0,16,24,37).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 23.60%
  • key color value is 36.86%
CMYK:
(0,16,24,37)
C0M16Y24K37 
(0%,16%,24%,37%)
(0.00/0.16/0.24/0.37)	

CMYK percentages

%0
%15.53
%23.6
%36.86

Codes

Color #A1887B in popluar color models

A1887B
RGB161136123
HSL21°16.81%55.69%
HSB/HSV21°23.60%63.14%
CMYK0.00%15.53%23.60%
36.86%

Color #A1887B in popluar number systems.

HEXA1887B
Decimal161136123
Binary10100001100010001111011
Octal241210173

Shades and tints

Shades of #A1887B

#A1887B
(161,136,123)
#937C70
(147,124,112)
#857065
(133,112,101)
#77645A
(119,100,90)
#69584F
(105,88,79)
#5B4C44
(91,76,68)
#4D4039
(77,64,57)
#3F342E
(63,52,46)
#312823
(49,40,35)
#231C18
(35,28,24)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #A1887B

#A1887B
(161,136,123)
#A99287
(169,146,135)
#B19C93
(177,156,147)
#B9A69F
(185,166,159)
#C1B0AB
(193,176,171)
#C9BAB7
(201,186,183)
#D1C4C3
(209,196,195)
#D9CECF
(217,206,207)
#E1D8DB
(225,216,219)
#E9E2E7
(233,226,231)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1887B color. Also use rgb(161,136,123) instead hex code.

Text Font Color

.myTextColor { color: #A1887B; }

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

This text font color is #A1887B.


Background Color

.myBgColor { background-color: #A1887B; }

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

This div background color is #A1887B.


Border color

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

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

This div border color is #A1887B.


Opacity

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

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

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

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

This text has shadow with #A1887B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1887B on black background.


Color preview on white background

This text has color #A1887B on white background.



Black color preview on #A1887B background

This text has black color on #A1887B background.


White color preview on #A1887B background

This text has white color on #A1887B background.