COLOR #A2899B

HEX: #A2899B RGB: (162,137,155)

Color info

#A2899B contains red, green and blue colors in about the same proportion. Web safe color of #A2899B is #999999 (or #999).

RGB color model

#A2899B color RGB value is (162,137,155).

RGB: (162,137,155) (64%, 54%, 61%)

RGB channels and saturation

R 162 of 255 = 64%
G 137 of 255 = 54%
B 155 of 255 = 61%

162
137
155

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

Portions of RGB colors in percentages

R + G + B = 162 + 137 + 155 = 454 (100%)
R 162 of 454 ~ 35.68%
G 137 of 454 ~ 30.18%
B 155 of 454 ~ 34.14'%

%35.68
%30.18
%34.14

CMYK color model

#A2899B color CMYK value is (0,15,4,36).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 4.32%
  • key color value is 36.47%

CMYK: (0,15,4,36)
C0M15Y4K36 (0%, 15%, 4%, 36%)
(0.00 / 0.15 / 0.04 / 0.36)

CMYK percentages

%0
%15.43
%4.32
%36.47

Codes

Color #A2899B in popluar color models

A2 89 9B
RGB 162 137 155
HSL 317° 11.85% 58.63%
HSB/HSV 317° 15.43% 63.53%
CMYK 0.00% 15.43% 4.32%
36.47%

Color #A2899B in popluar number systems.

HEX A2 89 9B
Decimal 162 137 155
Binary 10100010 10001001 10011011
Octal 242 211 233

Shades and tints

Shades of #A2899B

#A2899B
(162,137,155)
#947D8D
(148,125,141)
#86717F
(134,113,127)
#786571
(120,101,113)
#6A5963
(106,89,99)
#5C4D55
(92,77,85)
#4E4147
(78,65,71)
#403539
(64,53,57)
#32292B
(50,41,43)
#241D1D
(36,29,29)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #A2899B

#A2899B
(162,137,155)
#AA93A4
(170,147,164)
#B29DAD
(178,157,173)
#BAA7B6
(186,167,182)
#C2B1BF
(194,177,191)
#CABBC8
(202,187,200)
#D2C5D1
(210,197,209)
#DACFDA
(218,207,218)
#E2D9E3
(226,217,227)
#EAE3EC
(234,227,236)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2899B color. Also use rgb(162,137,155) instead hex code.

Text Font Color

.myTextColor { color: #A2899B; }

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

This text font color is #A2899B.

Background Color

.myBgColor { background-color: #A2899B; }

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

This div background color is #A2899B.

Border color

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

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

This div border color is #A2899B.

Opacity

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

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

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

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

This text has shadow with #A2899B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2899B.

Preview

Color preview on black background

This text has color #A2899B on black background.


Color preview on white background

This text has color #A2899B on white background.


Black color preview on #A2899B background

This text has black color on #A2899B background.


White color preview on #A2899B background

This text has white color on #A2899B background.


Related colors

Complementary color

Complementary color for #hex is #5D7664.


I love getcolorcode.com

Triadic colors

1 #9BA289 and #899BA2 with #A2899B are triadic colors.

2 #9B89A2 and #89A29B with #A2899B are triadic colors.