COLOR #A28B95

HEX: #A28B95
RGB: (162,139,149)

Color info

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

RGB color model

#A28B95 color RGB value is (162,139,149).

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

RGB channels and saturation

R 162 of 255 = 64%
G 139 of 255 = 55%
B 149 of 255 = 58%

162
139
149

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

Portions of RGB colors in percentages

R + G + B =
162 + 139 + 149 = 450 (100%)
R 162 of 450 ~ 36%
G 139 of 450 ~ 30.89%
B 149 of 450 ~ 33.11%

%36
%30.89
%33.11

CMYK color model

#A28B95 color CMYK value is (0,14,8,36).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 8.02%
  • key color value is 36.47%
CMYK:
(0,14,8,36)
C0M14Y8K36 
(0%,14%,8%,36%)
(0.00/0.14/0.08/0.36)	

CMYK percentages

%0
%14.2
%8.02
%36.47

Codes

Color #A28B95 in popluar color models

A28B95
RGB162139149
HSL334°11.00%59.02%
HSB/HSV334°14.20%63.53%
CMYK0.00%14.20%8.02%
36.47%

Color #A28B95 in popluar number systems.

HEXA28B95
Decimal162139149
Binary101000101000101110010101
Octal242213225

Shades and tints

Shades of #A28B95

#A28B95
(162,139,149)
#947F88
(148,127,136)
#86737B
(134,115,123)
#78676E
(120,103,110)
#6A5B61
(106,91,97)
#5C4F54
(92,79,84)
#4E4347
(78,67,71)
#40373A
(64,55,58)
#322B2D
(50,43,45)
#241F20
(36,31,32)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #A28B95

#A28B95
(162,139,149)
#AA959E
(170,149,158)
#B29FA7
(178,159,167)
#BAA9B0
(186,169,176)
#C2B3B9
(194,179,185)
#CABDC2
(202,189,194)
#D2C7CB
(210,199,203)
#DAD1D4
(218,209,212)
#E2DBDD
(226,219,221)
#EAE5E6
(234,229,230)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28B95; }

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

This text font color is #A28B95.


Background Color

.myBgColor { background-color: #A28B95; }

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

This div background color is #A28B95.


Border color

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

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

This div border color is #A28B95.


Opacity

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

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

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

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

This text has shadow with #A28B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28B95 on black background.


Color preview on white background

This text has color #A28B95 on white background.



Black color preview on #A28B95 background

This text has black color on #A28B95 background.


White color preview on #A28B95 background

This text has white color on #A28B95 background.