COLOR #A28EA1

HEX: #A28EA1
RGB: (162,142,161)

Color info

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

RGB color model

#A28EA1 color RGB value is (162,142,161).

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

RGB channels and saturation

R 162 of 255 = 64%
G 142 of 255 = 56%
B 161 of 255 = 63%

162
142
161

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

Portions of RGB colors in percentages

R + G + B =
162 + 142 + 161 = 465 (100%)
R 162 of 465 ~ 34.84%
G 142 of 465 ~ 30.54%
B 161 of 465 ~ 34.62%

%34.84
%30.54
%34.62

CMYK color model

#A28EA1 color CMYK value is (0,12,1,36).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 0.62%
  • key color value is 36.47%
CMYK:
(0,12,1,36)
C0M12Y1K36 
(0%,12%,1%,36%)
(0.00/0.12/0.01/0.36)	

CMYK percentages

%0
%12.35
%0.62
%36.47

Codes

Color #A28EA1 in popluar color models

A28EA1
RGB162142161
HSL303°9.71%59.61%
HSB/HSV303°12.35%63.53%
CMYK0.00%12.35%0.62%
36.47%

Color #A28EA1 in popluar number systems.

HEXA28EA1
Decimal162142161
Binary101000101000111010100001
Octal242216241

Shades and tints

Shades of #A28EA1

#A28EA1
(162,142,161)
#948293
(148,130,147)
#867685
(134,118,133)
#786A77
(120,106,119)
#6A5E69
(106,94,105)
#5C525B
(92,82,91)
#4E464D
(78,70,77)
#403A3F
(64,58,63)
#322E31
(50,46,49)
#242223
(36,34,35)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #A28EA1

#A28EA1
(162,142,161)
#AA98A9
(170,152,169)
#B2A2B1
(178,162,177)
#BAACB9
(186,172,185)
#C2B6C1
(194,182,193)
#CAC0C9
(202,192,201)
#D2CAD1
(210,202,209)
#DAD4D9
(218,212,217)
#E2DEE1
(226,222,225)
#EAE8E9
(234,232,233)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28EA1; }

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

This text font color is #A28EA1.


Background Color

.myBgColor { background-color: #A28EA1; }

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

This div background color is #A28EA1.


Border color

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

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

This div border color is #A28EA1.


Opacity

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

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

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

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

This text has shadow with #A28EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28EA1 on black background.


Color preview on white background

This text has color #A28EA1 on white background.



Black color preview on #A28EA1 background

This text has black color on #A28EA1 background.


White color preview on #A28EA1 background

This text has white color on #A28EA1 background.