COLOR #A28B8D

HEX: #A28B8D
RGB: (162,139,141)

Color info

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

RGB color model

#A28B8D color RGB value is (162,139,141).

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

RGB channels and saturation

R 162 of 255 = 64%
G 139 of 255 = 55%
B 141 of 255 = 55%

162
139
141

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

Portions of RGB colors in percentages

R + G + B =
162 + 139 + 141 = 442 (100%)
R 162 of 442 ~ 36.65%
G 139 of 442 ~ 31.45%
B 141 of 442 ~ 31.9%

%36.65
%31.45
%31.9

CMYK color model

#A28B8D color CMYK value is (0,14,13,36).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK:
(0,14,13,36)
C0M14Y13K36 
(0%,14%,13%,36%)
(0.00/0.14/0.13/0.36)	

CMYK percentages

%0
%14.2
%12.96
%36.47

Codes

Color #A28B8D in popluar color models

A28B8D
RGB162139141
HSL355°11.00%59.02%
HSB/HSV355°14.20%63.53%
CMYK0.00%14.20%12.96%
36.47%

Color #A28B8D in popluar number systems.

HEXA28B8D
Decimal162139141
Binary101000101000101110001101
Octal242213215

Shades and tints

Shades of #A28B8D

#A28B8D
(162,139,141)
#947F81
(148,127,129)
#867375
(134,115,117)
#786769
(120,103,105)
#6A5B5D
(106,91,93)
#5C4F51
(92,79,81)
#4E4345
(78,67,69)
#403739
(64,55,57)
#322B2D
(50,43,45)
#241F21
(36,31,33)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #A28B8D

#A28B8D
(162,139,141)
#AA9597
(170,149,151)
#B29FA1
(178,159,161)
#BAA9AB
(186,169,171)
#C2B3B5
(194,179,181)
#CABDBF
(202,189,191)
#D2C7C9
(210,199,201)
#DAD1D3
(218,209,211)
#E2DBDD
(226,219,221)
#EAE5E7
(234,229,231)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28B8D; }

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

This text font color is #A28B8D.


Background Color

.myBgColor { background-color: #A28B8D; }

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

This div background color is #A28B8D.


Border color

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

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

This div border color is #A28B8D.


Opacity

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

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

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

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

This text has shadow with #A28B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28B8D on black background.


Color preview on white background

This text has color #A28B8D on white background.



Black color preview on #A28B8D background

This text has black color on #A28B8D background.


White color preview on #A28B8D background

This text has white color on #A28B8D background.