COLOR #A2829D

HEX: #A2829D RGB: (162,130,157)

Color info

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

RGB color model

#A2829D color RGB value is (162,130,157).

RGB: (162,130,157) (64%, 51%, 62%)

RGB channels and saturation

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

162
130
157

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

Portions of RGB colors in percentages

R + G + B = 162 + 130 + 157 = 449 (100%)
R 162 of 449 ~ 36.08%
G 130 of 449 ~ 28.95%
B 157 of 449 ~ 34.97'%

%36.08
%28.95
%34.97

CMYK color model

#A2829D color CMYK value is (0,20,3,36).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 3.09%
  • key color value is 36.47%

CMYK: (0,20,3,36)
C0M20Y3K36 (0%, 20%, 3%, 36%)
(0.00 / 0.20 / 0.03 / 0.36)

CMYK percentages

%0
%19.75
%3.09
%36.47

Codes

Color #A2829D in popluar color models

A2 82 9D
RGB 162 130 157
HSL 309° 14.68% 57.25%
HSB/HSV 309° 19.75% 63.53%
CMYK 0.00% 19.75% 3.09%
36.47%

Color #A2829D in popluar number systems.

HEX A2 82 9D
Decimal 162 130 157
Binary 10100010 10000010 10011101
Octal 242 202 235

Shades and tints

Shades of #A2829D

#A2829D
(162,130,157)
#94778F
(148,119,143)
#866C81
(134,108,129)
#786173
(120,97,115)
#6A5665
(106,86,101)
#5C4B57
(92,75,87)
#4E4049
(78,64,73)
#40353B
(64,53,59)
#322A2D
(50,42,45)
#241F1F
(36,31,31)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2829D

#A2829D
(162,130,157)
#AA8DA5
(170,141,165)
#B298AD
(178,152,173)
#BAA3B5
(186,163,181)
#C2AEBD
(194,174,189)
#CAB9C5
(202,185,197)
#D2C4CD
(210,196,205)
#DACFD5
(218,207,213)
#E2DADD
(226,218,221)
#EAE5E5
(234,229,229)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2829D; }

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

This text font color is #A2829D.

Background Color

.myBgColor { background-color: #A2829D; }

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

This div background color is #A2829D.

Border color

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

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

This div border color is #A2829D.

Opacity

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

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

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

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

This text has shadow with #A2829D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2829D.

Preview

Color preview on black background

This text has color #A2829D on black background.


Color preview on white background

This text has color #A2829D on white background.


Black color preview on #A2829D background

This text has black color on #A2829D background.


White color preview on #A2829D background

This text has white color on #A2829D background.


Related colors

Complementary color

Complementary color for #hex is #5D7D62.


I love getcolorcode.com

Triadic colors

1 #9DA282 and #829DA2 with #A2829D are triadic colors.

2 #9D82A2 and #82A29D with #A2829D are triadic colors.