COLOR #A2889D

HEX: #A2889D RGB: (162,136,157)

Color info

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

RGB color model

#A2889D color RGB value is (162,136,157).

RGB: (162,136,157) (64%, 53%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 136 of 255 = 53%
B 157 of 255 = 62%

162
136
157

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

Portions of RGB colors in percentages

R + G + B = 162 + 136 + 157 = 455 (100%)
R 162 of 455 ~ 35.6%
G 136 of 455 ~ 29.89%
B 157 of 455 ~ 34.51'%

%35.6
%29.89
%34.51

CMYK color model

#A2889D color CMYK value is (0,16,3,36).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 3.09%
  • key color value is 36.47%
CMYK: (0,16,3,36) C0M16Y3K36 (0%,16%,3%,36%) (0.00/0.16/0.03/0.36) 

CMYK percentages

%0
%16.05
%3.09
%36.47

Codes

Color #A2889D in popluar color models

A2 88 9D
RGB 162 136 157
HSL 312° 12.26% 58.43%
HSB/HSV 312° 16.05% 63.53%
CMYK 0.00% 16.05% 3.09%
36.47%

Color #A2889D in popluar number systems.

HEX A2 88 9D
Decimal 162 136 157
Binary 10100010 10001000 10011101
Octal 242 210 235

Shades and tints

Shades of #A2889D

#A2889D
(162,136,157)
#947C8F
(148,124,143)
#867081
(134,112,129)
#786473
(120,100,115)
#6A5865
(106,88,101)
#5C4C57
(92,76,87)
#4E4049
(78,64,73)
#40343B
(64,52,59)
#32282D
(50,40,45)
#241C1F
(36,28,31)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #A2889D

#A2889D
(162,136,157)
#AA92A5
(170,146,165)
#B29CAD
(178,156,173)
#BAA6B5
(186,166,181)
#C2B0BD
(194,176,189)
#CABAC5
(202,186,197)
#D2C4CD
(210,196,205)
#DACED5
(218,206,213)
#E2D8DD
(226,216,221)
#EAE2E5
(234,226,229)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2889D; }

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

This text font color is #A2889D.

Background Color

.myBgColor { background-color: #A2889D; }

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

This div background color is #A2889D.

Border color

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

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

This div border color is #A2889D.

Opacity

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

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

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

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

This text has shadow with #A2889D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2889D.

Preview

Color preview on black background

This text has color #A2889D on black background.


Color preview on white background

This text has color #A2889D on white background.


Black color preview on #A2889D background

This text has black color on #A2889D background.


White color preview on #A2889D background

This text has white color on #A2889D background.


Related colors

Complementary color

Complementary color for #hex is #5D7762.


I love getcolorcode.com

Triadic colors

1 #9DA288 and #889DA2 with #A2889D are triadic colors.

2 #9D88A2 and #88A29D with #A2889D are triadic colors.