COLOR #A2949E

HEX: #A2949E RGB: (162,148,158)

Color info

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

RGB color model

#A2949E color RGB value is (162,148,158).

RGB: (162,148,158) (64%, 58%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 148 of 255 = 58%
B 158 of 255 = 62%

162
148
158

R + G + B ~ 61%. #A2949E is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 148 + 158 = 468 (100%)
R 162 of 468 ~ 34.62%
G 148 of 468 ~ 31.62%
B 158 of 468 ~ 33.76'%

%34.62
%31.62
%33.76

CMYK color model

#A2949E color CMYK value is (0,9,2,36).

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

CMYK: (0,9,2,36)
C0M9Y2K36 (0%, 9%, 2%, 36%)
(0.00 / 0.09 / 0.02 / 0.36)

CMYK percentages

%0
%8.64
%2.47
%36.47

Codes

Color #A2949E in popluar color models

A2 94 9E
RGB 162 148 158
HSL 317° 7.00% 60.78%
HSB/HSV 317° 8.64% 63.53%
CMYK 0.00% 8.64% 2.47%
36.47%

Color #A2949E in popluar number systems.

HEX A2 94 9E
Decimal 162 148 158
Binary 10100010 10010100 10011110
Octal 242 224 236

Shades and tints

Shades of #A2949E

#A2949E
(162,148,158)
#948790
(148,135,144)
#867A82
(134,122,130)
#786D74
(120,109,116)
#6A6066
(106,96,102)
#5C5358
(92,83,88)
#4E464A
(78,70,74)
#40393C
(64,57,60)
#322C2E
(50,44,46)
#241F20
(36,31,32)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #A2949E

#A2949E
(162,148,158)
#AA9DA6
(170,157,166)
#B2A6AE
(178,166,174)
#BAAFB6
(186,175,182)
#C2B8BE
(194,184,190)
#CAC1C6
(202,193,198)
#D2CACE
(210,202,206)
#DAD3D6
(218,211,214)
#E2DCDE
(226,220,222)
#EAE5E6
(234,229,230)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2949E; }

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

This text font color is #A2949E.

Background Color

.myBgColor { background-color: #A2949E; }

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

This div background color is #A2949E.

Border color

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

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

This div border color is #A2949E.

Opacity

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

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

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

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

This text has shadow with #A2949E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2949E.

Preview

Color preview on black background

This text has color #A2949E on black background.


Color preview on white background

This text has color #A2949E on white background.


Black color preview on #A2949E background

This text has black color on #A2949E background.


White color preview on #A2949E background

This text has white color on #A2949E background.


Related colors

Complementary color

Complementary color for #hex is #5D6B61.


I love getcolorcode.com

Triadic colors

1 #9EA294 and #949EA2 with #A2949E are triadic colors.

2 #9E94A2 and #94A29E with #A2949E are triadic colors.