COLOR #A2889E

HEX: #A2889E RGB: (162,136,158)

Color info

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

RGB color model

#A2889E color RGB value is (162,136,158).

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

RGB channels and saturation

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

162
136
158

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

Portions of RGB colors in percentages

R + G + B = 162 + 136 + 158 = 456 (100%)
R 162 of 456 ~ 35.53%
G 136 of 456 ~ 29.82%
B 158 of 456 ~ 34.65'%

%35.53
%29.82
%34.65

CMYK color model

#A2889E color CMYK value is (0,16,2,36).

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

CMYK: (0,16,2,36)
C0M16Y2K36 (0%, 16%, 2%, 36%)
(0.00 / 0.16 / 0.02 / 0.36)

CMYK percentages

%0
%16.05
%2.47
%36.47

Codes

Color #A2889E in popluar color models

A2 88 9E
RGB 162 136 158
HSL 309° 12.26% 58.43%
HSB/HSV 309° 16.05% 63.53%
CMYK 0.00% 16.05% 2.47%
36.47%

Color #A2889E in popluar number systems.

HEX A2 88 9E
Decimal 162 136 158
Binary 10100010 10001000 10011110
Octal 242 210 236

Shades and tints

Shades of #A2889E

#A2889E
(162,136,158)
#947C90
(148,124,144)
#867082
(134,112,130)
#786474
(120,100,116)
#6A5866
(106,88,102)
#5C4C58
(92,76,88)
#4E404A
(78,64,74)
#40343C
(64,52,60)
#32282E
(50,40,46)
#241C20
(36,28,32)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #A2889E

#A2889E
(162,136,158)
#AA92A6
(170,146,166)
#B29CAE
(178,156,174)
#BAA6B6
(186,166,182)
#C2B0BE
(194,176,190)
#CABAC6
(202,186,198)
#D2C4CE
(210,196,206)
#DACED6
(218,206,214)
#E2D8DE
(226,216,222)
#EAE2E6
(234,226,230)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2889E; }

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

This text font color is #A2889E.

Background Color

.myBgColor { background-color: #A2889E; }

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

This div background color is #A2889E.

Border color

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

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

This div border color is #A2889E.

Opacity

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

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

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

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

This text has shadow with #A2889E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2889E.

Preview

Color preview on black background

This text has color #A2889E on black background.


Color preview on white background

This text has color #A2889E on white background.


Black color preview on #A2889E background

This text has black color on #A2889E background.


White color preview on #A2889E background

This text has white color on #A2889E background.


Related colors

Complementary color

Complementary color for #hex is #5D7761.


I love getcolorcode.com

Triadic colors

1 #9EA288 and #889EA2 with #A2889E are triadic colors.

2 #9E88A2 and #88A29E with #A2889E are triadic colors.