COLOR #A2828E

HEX: #A2828E
RGB: (162,130,142)

Color info

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

RGB color model

#A2828E color RGB value is (162,130,142).

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

RGB channels and saturation

R 162 of 255 = 64%
G 130 of 255 = 51%
B 142 of 255 = 56%

162
130
142

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

Portions of RGB colors in percentages

R + G + B =
162 + 130 + 142 = 434 (100%)
R 162 of 434 ~ 37.33%
G 130 of 434 ~ 29.95%
B 142 of 434 ~ 32.72%

%37.33
%29.95
%32.72

CMYK color model

#A2828E color CMYK value is (0,20,12,36).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 12.35%
  • key color value is 36.47%
CMYK:
(0,20,12,36)
C0M20Y12K36 
(0%,20%,12%,36%)
(0.00/0.20/0.12/0.36)	

CMYK percentages

%0
%19.75
%12.35
%36.47

Codes

Color #A2828E in popluar color models

A2828E
RGB162130142
HSL338°14.68%57.25%
HSB/HSV338°19.75%63.53%
CMYK0.00%19.75%12.35%
36.47%

Color #A2828E in popluar number systems.

HEXA2828E
Decimal162130142
Binary101000101000001010001110
Octal242202216

Shades and tints

Shades of #A2828E

#A2828E
(162,130,142)
#947782
(148,119,130)
#866C76
(134,108,118)
#78616A
(120,97,106)
#6A565E
(106,86,94)
#5C4B52
(92,75,82)
#4E4046
(78,64,70)
#40353A
(64,53,58)
#322A2E
(50,42,46)
#241F22
(36,31,34)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #A2828E

#A2828E
(162,130,142)
#AA8D98
(170,141,152)
#B298A2
(178,152,162)
#BAA3AC
(186,163,172)
#C2AEB6
(194,174,182)
#CAB9C0
(202,185,192)
#D2C4CA
(210,196,202)
#DACFD4
(218,207,212)
#E2DADE
(226,218,222)
#EAE5E8
(234,229,232)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2828E; }

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

This text font color is #A2828E.


Background Color

.myBgColor { background-color: #A2828E; }

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

This div background color is #A2828E.


Border color

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

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

This div border color is #A2828E.


Opacity

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

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

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

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

This text has shadow with #A2828E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2828E on black background.


Color preview on white background

This text has color #A2828E on white background.



Black color preview on #A2828E background

This text has black color on #A2828E background.


White color preview on #A2828E background

This text has white color on #A2828E background.