COLOR #A2959E

HEX: #A2959E
RGB: (162,149,158)

Color info

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

RGB color model

#A2959E color RGB value is (162,149,158).

  • red value is 162;
  • green value is 149;
  • blue value is 158.
RGB:
(162,149,158)
(64%,58%,62%)

RGB channels and saturation

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

162
149
158

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

Portions of RGB colors in percentages

R + G + B =
162 + 149 + 158 = 469 (100%)
R 162 of 469 ~ 34.54%
G 149 of 469 ~ 31.77%
B 158 of 469 ~ 33.69%

%34.54
%31.77
%33.69

CMYK color model

#A2959E color CMYK value is (0,8,2,36).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 2.47%
  • key color value is 36.47%
CMYK:
(0,8,2,36)
C0M8Y2K36 
(0%,8%,2%,36%)
(0.00/0.08/0.02/0.36)	

CMYK percentages

%0
%8.02
%2.47
%36.47

Codes

Color #A2959E in popluar color models

A2959E
RGB162149158
HSL318°6.53%60.98%
HSB/HSV318°8.02%63.53%
CMYK0.00%8.02%2.47%
36.47%

Color #A2959E in popluar number systems.

HEXA2959E
Decimal162149158
Binary101000101001010110011110
Octal242225236

Shades and tints

Shades of #A2959E

#A2959E
(162,149,158)
#948890
(148,136,144)
#867B82
(134,123,130)
#786E74
(120,110,116)
#6A6166
(106,97,102)
#5C5458
(92,84,88)
#4E474A
(78,71,74)
#403A3C
(64,58,60)
#322D2E
(50,45,46)
#242020
(36,32,32)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #A2959E

#A2959E
(162,149,158)
#AA9EA6
(170,158,166)
#B2A7AE
(178,167,174)
#BAB0B6
(186,176,182)
#C2B9BE
(194,185,190)
#CAC2C6
(202,194,198)
#D2CBCE
(210,203,206)
#DAD4D6
(218,212,214)
#E2DDDE
(226,221,222)
#EAE6E6
(234,230,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2959E; }

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

This text font color is #A2959E.


Background Color

.myBgColor { background-color: #A2959E; }

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

This div background color is #A2959E.


Border color

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

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

This div border color is #A2959E.


Opacity

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

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

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

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

This text has shadow with #A2959E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2959E on black background.


Color preview on white background

This text has color #A2959E on white background.



Black color preview on #A2959E background

This text has black color on #A2959E background.


White color preview on #A2959E background

This text has white color on #A2959E background.