COLOR #A2829A

HEX: #A2829A
RGB: (162,130,154)

Color info

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

RGB color model

#A2829A color RGB value is (162,130,154).

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

RGB channels and saturation

R 162 of 255 = 64%
G 130 of 255 = 51%
B 154 of 255 = 60%

162
130
154

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

Portions of RGB colors in percentages

R + G + B =
162 + 130 + 154 = 446 (100%)
R 162 of 446 ~ 36.32%
G 130 of 446 ~ 29.15%
B 154 of 446 ~ 34.53%

%36.32
%29.15
%34.53

CMYK color model

#A2829A color CMYK value is (0,20,5,36).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 4.94%
  • key color value is 36.47%
CMYK:
(0,20,5,36)
C0M20Y5K36 
(0%,20%,5%,36%)
(0.00/0.20/0.05/0.36)	

CMYK percentages

%0
%19.75
%4.94
%36.47

Codes

Color #A2829A in popluar color models

A2829A
RGB162130154
HSL315°14.68%57.25%
HSB/HSV315°19.75%63.53%
CMYK0.00%19.75%4.94%
36.47%

Color #A2829A in popluar number systems.

HEXA2829A
Decimal162130154
Binary101000101000001010011010
Octal242202232

Shades and tints

Shades of #A2829A

#A2829A
(162,130,154)
#94778C
(148,119,140)
#866C7E
(134,108,126)
#786170
(120,97,112)
#6A5662
(106,86,98)
#5C4B54
(92,75,84)
#4E4046
(78,64,70)
#403538
(64,53,56)
#322A2A
(50,42,42)
#241F1C
(36,31,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #A2829A

#A2829A
(162,130,154)
#AA8DA3
(170,141,163)
#B298AC
(178,152,172)
#BAA3B5
(186,163,181)
#C2AEBE
(194,174,190)
#CAB9C7
(202,185,199)
#D2C4D0
(210,196,208)
#DACFD9
(218,207,217)
#E2DAE2
(226,218,226)
#EAE5EB
(234,229,235)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2829A; }

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

This text font color is #A2829A.


Background Color

.myBgColor { background-color: #A2829A; }

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

This div background color is #A2829A.


Border color

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

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

This div border color is #A2829A.


Opacity

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

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

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

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

This text has shadow with #A2829A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2829A on black background.


Color preview on white background

This text has color #A2829A on white background.



Black color preview on #A2829A background

This text has black color on #A2829A background.


White color preview on #A2829A background

This text has white color on #A2829A background.