COLOR #A2959D

HEX: #A2959D RGB: (162,149,157)

Color info

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

RGB color model

#A2959D color RGB value is (162,149,157).

RGB: (162,149,157) (64%, 58%, 62%)

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 157 of 255 = 62%

162
149
157

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

Portions of RGB colors in percentages

R + G + B = 162 + 149 + 157 = 468 (100%)
R 162 of 468 ~ 34.62%
G 149 of 468 ~ 31.84%
B 157 of 468 ~ 33.55'%

%34.62
%31.84
%33.55

CMYK color model

#A2959D color CMYK value is (0,8,3,36).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 3.09%
  • key color value is 36.47%
CMYK: (0,8,3,36) C0M8Y3K36 (0%,8%,3%,36%) (0.00/0.08/0.03/0.36) 

CMYK percentages

%0
%8.02
%3.09
%36.47

Codes

Color #A2959D in popluar color models

A2 95 9D
RGB 162 149 157
HSL 323° 6.53% 60.98%
HSB/HSV 323° 8.02% 63.53%
CMYK 0.00% 8.02% 3.09%
36.47%

Color #A2959D in popluar number systems.

HEX A2 95 9D
Decimal 162 149 157
Binary 10100010 10010101 10011101
Octal 242 225 235

Shades and tints

Shades of #A2959D

#A2959D
(162,149,157)
#94888F
(148,136,143)
#867B81
(134,123,129)
#786E73
(120,110,115)
#6A6165
(106,97,101)
#5C5457
(92,84,87)
#4E4749
(78,71,73)
#403A3B
(64,58,59)
#322D2D
(50,45,45)
#24201F
(36,32,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #A2959D

#A2959D
(162,149,157)
#AA9EA5
(170,158,165)
#B2A7AD
(178,167,173)
#BAB0B5
(186,176,181)
#C2B9BD
(194,185,189)
#CAC2C5
(202,194,197)
#D2CBCD
(210,203,205)
#DAD4D5
(218,212,213)
#E2DDDD
(226,221,221)
#EAE6E5
(234,230,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2959D; }

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

This text font color is #A2959D.

Background Color

.myBgColor { background-color: #A2959D; }

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

This div background color is #A2959D.

Border color

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

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

This div border color is #A2959D.

Opacity

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

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

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

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

This text has shadow with #A2959D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2959D.

Preview

Color preview on black background

This text has color #A2959D on black background.


Color preview on white background

This text has color #A2959D on white background.


Black color preview on #A2959D background

This text has black color on #A2959D background.


White color preview on #A2959D background

This text has white color on #A2959D background.


Related colors

Complementary color

Complementary color for #hex is #5D6A62.


I love getcolorcode.com

Triadic colors

1 #9DA295 and #959DA2 with #A2959D are triadic colors.

2 #9D95A2 and #95A29D with #A2959D are triadic colors.