COLOR #A28E8D

HEX: #A28E8D
RGB: (162,142,141)

Color info

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

RGB color model

#A28E8D color RGB value is (162,142,141).

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

RGB channels and saturation

R 162 of 255 = 64%
G 142 of 255 = 56%
B 141 of 255 = 55%

162
142
141

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

Portions of RGB colors in percentages

R + G + B =
162 + 142 + 141 = 445 (100%)
R 162 of 445 ~ 36.4%
G 142 of 445 ~ 31.91%
B 141 of 445 ~ 31.69%

%36.4
%31.91
%31.69

CMYK color model

#A28E8D color CMYK value is (0,12,13,36).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK:
(0,12,13,36)
C0M12Y13K36 
(0%,12%,13%,36%)
(0.00/0.12/0.13/0.36)	

CMYK percentages

%0
%12.35
%12.96
%36.47

Codes

Color #A28E8D in popluar color models

A28E8D
RGB162142141
HSL10.14%59.41%
HSB/HSV12.96%63.53%
CMYK0.00%12.35%12.96%
36.47%

Color #A28E8D in popluar number systems.

HEXA28E8D
Decimal162142141
Binary101000101000111010001101
Octal242216215

Shades and tints

Shades of #A28E8D

#A28E8D
(162,142,141)
#948281
(148,130,129)
#867675
(134,118,117)
#786A69
(120,106,105)
#6A5E5D
(106,94,93)
#5C5251
(92,82,81)
#4E4645
(78,70,69)
#403A39
(64,58,57)
#322E2D
(50,46,45)
#242221
(36,34,33)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #A28E8D

#A28E8D
(162,142,141)
#AA9897
(170,152,151)
#B2A2A1
(178,162,161)
#BAACAB
(186,172,171)
#C2B6B5
(194,182,181)
#CAC0BF
(202,192,191)
#D2CAC9
(210,202,201)
#DAD4D3
(218,212,211)
#E2DEDD
(226,222,221)
#EAE8E7
(234,232,231)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28E8D; }

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

This text font color is #A28E8D.


Background Color

.myBgColor { background-color: #A28E8D; }

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

This div background color is #A28E8D.


Border color

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

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

This div border color is #A28E8D.


Opacity

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

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

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

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

This text has shadow with #A28E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28E8D on black background.


Color preview on white background

This text has color #A28E8D on white background.



Black color preview on #A28E8D background

This text has black color on #A28E8D background.


White color preview on #A28E8D background

This text has white color on #A28E8D background.