COLOR #A28B89

HEX: #A28B89 RGB: (162,139,137)

Color info

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

RGB color model

#A28B89 color RGB value is (162,139,137).

RGB: (162,139,137) (64%, 55%, 54%)

RGB channels and saturation

R 162 of 255 = 64%
G 139 of 255 = 55%
B 137 of 255 = 54%

162
139
137

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

Portions of RGB colors in percentages

R + G + B = 162 + 139 + 137 = 438 (100%)
R 162 of 438 ~ 36.99%
G 139 of 438 ~ 31.74%
B 137 of 438 ~ 31.28'%

%36.99
%31.74
%31.28

CMYK color model

#A28B89 color CMYK value is (0,14,15,36).

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

CMYK: (0,14,15,36)
C0M14Y15K36 (0%, 14%, 15%, 36%)
(0.00 / 0.14 / 0.15 / 0.36)

CMYK percentages

%0
%14.2
%15.43
%36.47

Codes

Color #A28B89 in popluar color models

A2 8B 89
RGB 162 139 137
HSL 11.85% 58.63%
HSB/HSV 15.43% 63.53%
CMYK 0.00% 14.20% 15.43%
36.47%

Color #A28B89 in popluar number systems.

HEX A2 8B 89
Decimal 162 139 137
Binary 10100010 10001011 10001001
Octal 242 213 211

Shades and tints

Shades of #A28B89

#A28B89
(162,139,137)
#947F7D
(148,127,125)
#867371
(134,115,113)
#786765
(120,103,101)
#6A5B59
(106,91,89)
#5C4F4D
(92,79,77)
#4E4341
(78,67,65)
#403735
(64,55,53)
#322B29
(50,43,41)
#241F1D
(36,31,29)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #A28B89

#A28B89
(162,139,137)
#AA9593
(170,149,147)
#B29F9D
(178,159,157)
#BAA9A7
(186,169,167)
#C2B3B1
(194,179,177)
#CABDBB
(202,189,187)
#D2C7C5
(210,199,197)
#DAD1CF
(218,209,207)
#E2DBD9
(226,219,217)
#EAE5E3
(234,229,227)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28B89; }

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

This text font color is #A28B89.

Background Color

.myBgColor { background-color: #A28B89; }

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

This div background color is #A28B89.

Border color

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

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

This div border color is #A28B89.

Opacity

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

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

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

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

This text has shadow with #A28B89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28B89.

Preview

Color preview on black background

This text has color #A28B89 on black background.


Color preview on white background

This text has color #A28B89 on white background.


Black color preview on #A28B89 background

This text has black color on #A28B89 background.


White color preview on #A28B89 background

This text has white color on #A28B89 background.


Related colors

Complementary color

Complementary color for #hex is #5D7476.


I love getcolorcode.com

Triadic colors

1 #89A28B and #8B89A2 with #A28B89 are triadic colors.

2 #898BA2 and #8BA289 with #A28B89 are triadic colors.