COLOR #A2887B

HEX: #A2887B
RGB: (162,136,123)

Color info

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

RGB color model

#A2887B color RGB value is (162,136,123).

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

RGB channels and saturation

R 162 of 255 = 64%
G 136 of 255 = 53%
B 123 of 255 = 48%

162
136
123

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

Portions of RGB colors in percentages

R + G + B =
162 + 136 + 123 = 421 (100%)
R 162 of 421 ~ 38.48%
G 136 of 421 ~ 32.3%
B 123 of 421 ~ 29.22%

%38.48
%32.3
%29.22

CMYK color model

#A2887B color CMYK value is (0,16,24,36).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 24.07%
  • key color value is 36.47%
CMYK:
(0,16,24,36)
C0M16Y24K36 
(0%,16%,24%,36%)
(0.00/0.16/0.24/0.36)	

CMYK percentages

%0
%16.05
%24.07
%36.47

Codes

Color #A2887B in popluar color models

A2887B
RGB162136123
HSL20°17.33%55.88%
HSB/HSV20°24.07%63.53%
CMYK0.00%16.05%24.07%
36.47%

Color #A2887B in popluar number systems.

HEXA2887B
Decimal162136123
Binary10100010100010001111011
Octal242210173

Shades and tints

Shades of #A2887B

#A2887B
(162,136,123)
#947C70
(148,124,112)
#867065
(134,112,101)
#78645A
(120,100,90)
#6A584F
(106,88,79)
#5C4C44
(92,76,68)
#4E4039
(78,64,57)
#40342E
(64,52,46)
#322823
(50,40,35)
#241C18
(36,28,24)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #A2887B

#A2887B
(162,136,123)
#AA9287
(170,146,135)
#B29C93
(178,156,147)
#BAA69F
(186,166,159)
#C2B0AB
(194,176,171)
#CABAB7
(202,186,183)
#D2C4C3
(210,196,195)
#DACECF
(218,206,207)
#E2D8DB
(226,216,219)
#EAE2E7
(234,226,231)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2887B; }

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

This text font color is #A2887B.


Background Color

.myBgColor { background-color: #A2887B; }

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

This div background color is #A2887B.


Border color

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

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

This div border color is #A2887B.


Opacity

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

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

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

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

This text has shadow with #A2887B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2887B on black background.


Color preview on white background

This text has color #A2887B on white background.



Black color preview on #A2887B background

This text has black color on #A2887B background.


White color preview on #A2887B background

This text has white color on #A2887B background.