COLOR #A28B99

HEX: #A28B99
RGB: (162,139,153)

Color info

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

RGB color model

#A28B99 color RGB value is (162,139,153).

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

RGB channels and saturation

R 162 of 255 = 64%
G 139 of 255 = 55%
B 153 of 255 = 60%

162
139
153

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

Portions of RGB colors in percentages

R + G + B =
162 + 139 + 153 = 454 (100%)
R 162 of 454 ~ 35.68%
G 139 of 454 ~ 30.62%
B 153 of 454 ~ 33.7%

%35.68
%30.62
%33.7

CMYK color model

#A28B99 color CMYK value is (0,14,6,36).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK:
(0,14,6,36)
C0M14Y6K36 
(0%,14%,6%,36%)
(0.00/0.14/0.06/0.36)	

CMYK percentages

%0
%14.2
%5.56
%36.47

Codes

Color #A28B99 in popluar color models

A28B99
RGB162139153
HSL323°11.00%59.02%
HSB/HSV323°14.20%63.53%
CMYK0.00%14.20%5.56%
36.47%

Color #A28B99 in popluar number systems.

HEXA28B99
Decimal162139153
Binary101000101000101110011001
Octal242213231

Shades and tints

Shades of #A28B99

#A28B99
(162,139,153)
#947F8C
(148,127,140)
#86737F
(134,115,127)
#786772
(120,103,114)
#6A5B65
(106,91,101)
#5C4F58
(92,79,88)
#4E434B
(78,67,75)
#40373E
(64,55,62)
#322B31
(50,43,49)
#241F24
(36,31,36)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #A28B99

#A28B99
(162,139,153)
#AA95A2
(170,149,162)
#B29FAB
(178,159,171)
#BAA9B4
(186,169,180)
#C2B3BD
(194,179,189)
#CABDC6
(202,189,198)
#D2C7CF
(210,199,207)
#DAD1D8
(218,209,216)
#E2DBE1
(226,219,225)
#EAE5EA
(234,229,234)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28B99; }

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

This text font color is #A28B99.


Background Color

.myBgColor { background-color: #A28B99; }

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

This div background color is #A28B99.


Border color

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

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

This div border color is #A28B99.


Opacity

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

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

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

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

This text has shadow with #A28B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28B99 on black background.


Color preview on white background

This text has color #A28B99 on white background.



Black color preview on #A28B99 background

This text has black color on #A28B99 background.


White color preview on #A28B99 background

This text has white color on #A28B99 background.