COLOR #A2959B

HEX: #A2959B RGB: (162,149,155)

Color info

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

RGB color model

#A2959B color RGB value is (162,149,155).

RGB: (162,149,155) (64%, 58%, 61%)

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 155 of 255 = 61%

162
149
155

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

Portions of RGB colors in percentages

R + G + B = 162 + 149 + 155 = 466 (100%)
R 162 of 466 ~ 34.76%
G 149 of 466 ~ 31.97%
B 155 of 466 ~ 33.26'%

%34.76
%31.97
%33.26

CMYK color model

#A2959B color CMYK value is (0,8,4,36).

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

CMYK: (0,8,4,36)
C0M8Y4K36 (0%, 8%, 4%, 36%)
(0.00 / 0.08 / 0.04 / 0.36)

CMYK percentages

%0
%8.02
%4.32
%36.47

Codes

Color #A2959B in popluar color models

A2 95 9B
RGB 162 149 155
HSL 332° 6.53% 60.98%
HSB/HSV 332° 8.02% 63.53%
CMYK 0.00% 8.02% 4.32%
36.47%

Color #A2959B in popluar number systems.

HEX A2 95 9B
Decimal 162 149 155
Binary 10100010 10010101 10011011
Octal 242 225 233

Shades and tints

Shades of #A2959B

#A2959B
(162,149,155)
#94888D
(148,136,141)
#867B7F
(134,123,127)
#786E71
(120,110,113)
#6A6163
(106,97,99)
#5C5455
(92,84,85)
#4E4747
(78,71,71)
#403A39
(64,58,57)
#322D2B
(50,45,43)
#24201D
(36,32,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #A2959B

#A2959B
(162,149,155)
#AA9EA4
(170,158,164)
#B2A7AD
(178,167,173)
#BAB0B6
(186,176,182)
#C2B9BF
(194,185,191)
#CAC2C8
(202,194,200)
#D2CBD1
(210,203,209)
#DAD4DA
(218,212,218)
#E2DDE3
(226,221,227)
#EAE6EC
(234,230,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2959B; }

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

This text font color is #A2959B.

Background Color

.myBgColor { background-color: #A2959B; }

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

This div background color is #A2959B.

Border color

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

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

This div border color is #A2959B.

Opacity

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

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

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

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

This text has shadow with #A2959B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2959B.

Preview

Color preview on black background

This text has color #A2959B on black background.


Color preview on white background

This text has color #A2959B on white background.


Black color preview on #A2959B background

This text has black color on #A2959B background.


White color preview on #A2959B background

This text has white color on #A2959B background.


Related colors

Complementary color

Complementary color for #hex is #5D6A64.


I love getcolorcode.com

Triadic colors

1 #9BA295 and #959BA2 with #A2959B are triadic colors.

2 #9B95A2 and #95A29B with #A2959B are triadic colors.