COLOR #A2887F

HEX: #A2887F RGB: (162,136,127)

Color info

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

RGB color model

#A2887F color RGB value is (162,136,127).

RGB: (162,136,127) (64%, 53%, 50%)

RGB channels and saturation

R 162 of 255 = 64%
G 136 of 255 = 53%
B 127 of 255 = 50%

162
136
127

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

Portions of RGB colors in percentages

R + G + B = 162 + 136 + 127 = 425 (100%)
R 162 of 425 ~ 38.12%
G 136 of 425 ~ 32%
B 127 of 425 ~ 29.88'%

%38.12
%32
%29.88

CMYK color model

#A2887F color CMYK value is (0,16,22,36).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 21.60%
  • key color value is 36.47%

CMYK: (0,16,22,36)
C0M16Y22K36 (0%, 16%, 22%, 36%)
(0.00 / 0.16 / 0.22 / 0.36)

CMYK percentages

%0
%16.05
%21.6
%36.47

Codes

Color #A2887F in popluar color models

A2 88 7F
RGB 162 136 127
HSL 15° 15.84% 56.67%
HSB/HSV 15° 21.60% 63.53%
CMYK 0.00% 16.05% 21.60%
36.47%

Color #A2887F in popluar number systems.

HEX A2 88 7F
Decimal 162 136 127
Binary 10100010 10001000 1111111
Octal 242 210 177

Shades and tints

Shades of #A2887F

#A2887F
(162,136,127)
#947C74
(148,124,116)
#867069
(134,112,105)
#78645E
(120,100,94)
#6A5853
(106,88,83)
#5C4C48
(92,76,72)
#4E403D
(78,64,61)
#403432
(64,52,50)
#322827
(50,40,39)
#241C1C
(36,28,28)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #A2887F

#A2887F
(162,136,127)
#AA928A
(170,146,138)
#B29C95
(178,156,149)
#BAA6A0
(186,166,160)
#C2B0AB
(194,176,171)
#CABAB6
(202,186,182)
#D2C4C1
(210,196,193)
#DACECC
(218,206,204)
#E2D8D7
(226,216,215)
#EAE2E2
(234,226,226)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2887F; }

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

This text font color is #A2887F.

Background Color

.myBgColor { background-color: #A2887F; }

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

This div background color is #A2887F.

Border color

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

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

This div border color is #A2887F.

Opacity

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

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

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

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

This text has shadow with #A2887F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2887F.

Preview

Color preview on black background

This text has color #A2887F on black background.


Color preview on white background

This text has color #A2887F on white background.


Black color preview on #A2887F background

This text has black color on #A2887F background.


White color preview on #A2887F background

This text has white color on #A2887F background.


Related colors

Complementary color

Complementary color for #hex is #5D7780.


I love getcolorcode.com

Triadic colors

1 #7FA288 and #887FA2 with #A2887F are triadic colors.

2 #7F88A2 and #88A27F with #A2887F are triadic colors.