COLOR #A28BA0

HEX: #A28BA0
RGB: (162,139,160)

Color info

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

RGB color model

#A28BA0 color RGB value is (162,139,160).

  • red value is 162;
  • green value is 139;
  • blue value is 160.
RGB:
(162,139,160)
(64%,55%,63%)

RGB channels and saturation

R 162 of 255 = 64%
G 139 of 255 = 55%
B 160 of 255 = 63%

162
139
160

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

Portions of RGB colors in percentages

R + G + B =
162 + 139 + 160 = 461 (100%)
R 162 of 461 ~ 35.14%
G 139 of 461 ~ 30.15%
B 160 of 461 ~ 34.71%

%35.14
%30.15
%34.71

CMYK color model

#A28BA0 color CMYK value is (0,14,1,36).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 1.23%
  • key color value is 36.47%
CMYK:
(0,14,1,36)
C0M14Y1K36 
(0%,14%,1%,36%)
(0.00/0.14/0.01/0.36)	

CMYK percentages

%0
%14.2
%1.23
%36.47

Codes

Color #A28BA0 in popluar color models

A28BA0
RGB162139160
HSL305°11.00%59.02%
HSB/HSV305°14.20%63.53%
CMYK0.00%14.20%1.23%
36.47%

Color #A28BA0 in popluar number systems.

HEXA28BA0
Decimal162139160
Binary101000101000101110100000
Octal242213240

Shades and tints

Shades of #A28BA0

#A28BA0
(162,139,160)
#947F92
(148,127,146)
#867384
(134,115,132)
#786776
(120,103,118)
#6A5B68
(106,91,104)
#5C4F5A
(92,79,90)
#4E434C
(78,67,76)
#40373E
(64,55,62)
#322B30
(50,43,48)
#241F22
(36,31,34)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #A28BA0

#A28BA0
(162,139,160)
#AA95A8
(170,149,168)
#B29FB0
(178,159,176)
#BAA9B8
(186,169,184)
#C2B3C0
(194,179,192)
#CABDC8
(202,189,200)
#D2C7D0
(210,199,208)
#DAD1D8
(218,209,216)
#E2DBE0
(226,219,224)
#EAE5E8
(234,229,232)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28BA0 color. Also use rgb(162,139,160) instead hex code.

Text Font Color

.myTextColor { color: #A28BA0; }

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

This text font color is #A28BA0.


Background Color

.myBgColor { background-color: #A28BA0; }

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

This div background color is #A28BA0.


Border color

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

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

This div border color is #A28BA0.


Opacity

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

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

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

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

This text has shadow with #A28BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28BA0 on black background.


Color preview on white background

This text has color #A28BA0 on white background.



Black color preview on #A28BA0 background

This text has black color on #A28BA0 background.


White color preview on #A28BA0 background

This text has white color on #A28BA0 background.