COLOR #A2829E

HEX: #A2829E
RGB: (162,130,158)

Color info

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

RGB color model

#A2829E color RGB value is (162,130,158).

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

RGB channels and saturation

R 162 of 255 = 64%
G 130 of 255 = 51%
B 158 of 255 = 62%

162
130
158

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

Portions of RGB colors in percentages

R + G + B =
162 + 130 + 158 = 450 (100%)
R 162 of 450 ~ 36%
G 130 of 450 ~ 28.89%
B 158 of 450 ~ 35.11%

%36
%28.89
%35.11

CMYK color model

#A2829E color CMYK value is (0,20,2,36).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 2.47%
  • key color value is 36.47%
CMYK:
(0,20,2,36)
C0M20Y2K36 
(0%,20%,2%,36%)
(0.00/0.20/0.02/0.36)	

CMYK percentages

%0
%19.75
%2.47
%36.47

Codes

Color #A2829E in popluar color models

A2829E
RGB162130158
HSL308°14.68%57.25%
HSB/HSV308°19.75%63.53%
CMYK0.00%19.75%2.47%
36.47%

Color #A2829E in popluar number systems.

HEXA2829E
Decimal162130158
Binary101000101000001010011110
Octal242202236

Shades and tints

Shades of #A2829E

#A2829E
(162,130,158)
#947790
(148,119,144)
#866C82
(134,108,130)
#786174
(120,97,116)
#6A5666
(106,86,102)
#5C4B58
(92,75,88)
#4E404A
(78,64,74)
#40353C
(64,53,60)
#322A2E
(50,42,46)
#241F20
(36,31,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #A2829E

#A2829E
(162,130,158)
#AA8DA6
(170,141,166)
#B298AE
(178,152,174)
#BAA3B6
(186,163,182)
#C2AEBE
(194,174,190)
#CAB9C6
(202,185,198)
#D2C4CE
(210,196,206)
#DACFD6
(218,207,214)
#E2DADE
(226,218,222)
#EAE5E6
(234,229,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2829E; }

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

This text font color is #A2829E.


Background Color

.myBgColor { background-color: #A2829E; }

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

This div background color is #A2829E.


Border color

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

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

This div border color is #A2829E.


Opacity

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

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

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

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

This text has shadow with #A2829E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2829E on black background.


Color preview on white background

This text has color #A2829E on white background.



Black color preview on #A2829E background

This text has black color on #A2829E background.


White color preview on #A2829E background

This text has white color on #A2829E background.