COLOR #A28999

HEX: #A28999
RGB: (162,137,153)

Color info

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

RGB color model

#A28999 color RGB value is (162,137,153).

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

RGB channels and saturation

R 162 of 255 = 64%
G 137 of 255 = 54%
B 153 of 255 = 60%

162
137
153

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

Portions of RGB colors in percentages

R + G + B =
162 + 137 + 153 = 452 (100%)
R 162 of 452 ~ 35.84%
G 137 of 452 ~ 30.31%
B 153 of 452 ~ 33.85%

%35.84
%30.31
%33.85

CMYK color model

#A28999 color CMYK value is (0,15,6,36).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK:
(0,15,6,36)
C0M15Y6K36 
(0%,15%,6%,36%)
(0.00/0.15/0.06/0.36)	

CMYK percentages

%0
%15.43
%5.56
%36.47

Codes

Color #A28999 in popluar color models

A28999
RGB162137153
HSL322°11.85%58.63%
HSB/HSV322°15.43%63.53%
CMYK0.00%15.43%5.56%
36.47%

Color #A28999 in popluar number systems.

HEXA28999
Decimal162137153
Binary101000101000100110011001
Octal242211231

Shades and tints

Shades of #A28999

#A28999
(162,137,153)
#947D8C
(148,125,140)
#86717F
(134,113,127)
#786572
(120,101,114)
#6A5965
(106,89,101)
#5C4D58
(92,77,88)
#4E414B
(78,65,75)
#40353E
(64,53,62)
#322931
(50,41,49)
#241D24
(36,29,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #A28999

#A28999
(162,137,153)
#AA93A2
(170,147,162)
#B29DAB
(178,157,171)
#BAA7B4
(186,167,180)
#C2B1BD
(194,177,189)
#CABBC6
(202,187,198)
#D2C5CF
(210,197,207)
#DACFD8
(218,207,216)
#E2D9E1
(226,217,225)
#EAE3EA
(234,227,234)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28999; }

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

This text font color is #A28999.


Background Color

.myBgColor { background-color: #A28999; }

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

This div background color is #A28999.


Border color

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

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

This div border color is #A28999.


Opacity

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

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

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

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

This text has shadow with #A28999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28999 on black background.


Color preview on white background

This text has color #A28999 on white background.



Black color preview on #A28999 background

This text has black color on #A28999 background.


White color preview on #A28999 background

This text has white color on #A28999 background.