COLOR #A28B87

HEX: #A28B87 RGB: (162,139,135)

Color info

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

RGB color model

#A28B87 color RGB value is (162,139,135).

RGB: (162,139,135) (64%, 55%, 53%)

RGB channels and saturation

R 162 of 255 = 64%
G 139 of 255 = 55%
B 135 of 255 = 53%

162
139
135

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

Portions of RGB colors in percentages

R + G + B = 162 + 139 + 135 = 436 (100%)
R 162 of 436 ~ 37.16%
G 139 of 436 ~ 31.88%
B 135 of 436 ~ 30.96'%

%37.16
%31.88
%30.96

CMYK color model

#A28B87 color CMYK value is (0,14,17,36).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 16.67%
  • key color value is 36.47%

CMYK: (0,14,17,36)
C0M14Y17K36 (0%, 14%, 17%, 36%)
(0.00 / 0.14 / 0.17 / 0.36)

CMYK percentages

%0
%14.2
%16.67
%36.47

Codes

Color #A28B87 in popluar color models

A2 8B 87
RGB 162 139 135
HSL 12.68% 58.24%
HSB/HSV 16.67% 63.53%
CMYK 0.00% 14.20% 16.67%
36.47%

Color #A28B87 in popluar number systems.

HEX A2 8B 87
Decimal 162 139 135
Binary 10100010 10001011 10000111
Octal 242 213 207

Shades and tints

Shades of #A28B87

#A28B87
(162,139,135)
#947F7B
(148,127,123)
#86736F
(134,115,111)
#786763
(120,103,99)
#6A5B57
(106,91,87)
#5C4F4B
(92,79,75)
#4E433F
(78,67,63)
#403733
(64,55,51)
#322B27
(50,43,39)
#241F1B
(36,31,27)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #A28B87

#A28B87
(162,139,135)
#AA9591
(170,149,145)
#B29F9B
(178,159,155)
#BAA9A5
(186,169,165)
#C2B3AF
(194,179,175)
#CABDB9
(202,189,185)
#D2C7C3
(210,199,195)
#DAD1CD
(218,209,205)
#E2DBD7
(226,219,215)
#EAE5E1
(234,229,225)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28B87; }

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

This text font color is #A28B87.

Background Color

.myBgColor { background-color: #A28B87; }

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

This div background color is #A28B87.

Border color

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

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

This div border color is #A28B87.

Opacity

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

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

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

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

This text has shadow with #A28B87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28B87.

Preview

Color preview on black background

This text has color #A28B87 on black background.


Color preview on white background

This text has color #A28B87 on white background.


Black color preview on #A28B87 background

This text has black color on #A28B87 background.


White color preview on #A28B87 background

This text has white color on #A28B87 background.


Related colors

Complementary color

Complementary color for #hex is #5D7478.


I love getcolorcode.com

Triadic colors

1 #87A28B and #8B87A2 with #A28B87 are triadic colors.

2 #878BA2 and #8BA287 with #A28B87 are triadic colors.