COLOR #A89E8B

HEX: #A89E8B RGB: (168,158,139)

Color info

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

RGB color model

#A89E8B color RGB value is (168,158,139).

RGB: (168,158,139) (66%, 62%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 158 of 255 = 62%
B 139 of 255 = 55%

168
158
139

R + G + B ~ 61%. #A89E8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 158 + 139 = 465 (100%)
R 168 of 465 ~ 36.13%
G 158 of 465 ~ 33.98%
B 139 of 465 ~ 29.89'%

%36.13
%33.98
%29.89

CMYK color model

#A89E8B color CMYK value is (0,6,17,34).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK: (0,6,17,34) C0M6Y17K34 (0%,6%,17%,34%) (0.00/0.06/0.17/0.34) 

CMYK percentages

%0
%5.95
%17.26
%34.12

Codes

Color #A89E8B in popluar color models

A8 9E 8B
RGB 168 158 139
HSL 39° 14.29% 60.20%
HSB/HSV 39° 17.26% 65.88%
CMYK 0.00% 5.95% 17.26%
34.12%

Color #A89E8B in popluar number systems.

HEX A8 9E 8B
Decimal 168 158 139
Binary 10101000 10011110 10001011
Octal 250 236 213

Shades and tints

Shades of #A89E8B

#A89E8B
(168,158,139)
#99907F
(153,144,127)
#8A8273
(138,130,115)
#7B7467
(123,116,103)
#6C665B
(108,102,91)
#5D584F
(93,88,79)
#4E4A43
(78,74,67)
#3F3C37
(63,60,55)
#302E2B
(48,46,43)
#21201F
(33,32,31)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #A89E8B

#A89E8B
(168,158,139)
#AFA695
(175,166,149)
#B6AE9F
(182,174,159)
#BDB6A9
(189,182,169)
#C4BEB3
(196,190,179)
#CBC6BD
(203,198,189)
#D2CEC7
(210,206,199)
#D9D6D1
(217,214,209)
#E0DEDB
(224,222,219)
#E7E6E5
(231,230,229)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89E8B color. Also use rgb(168,158,139) instead hex code.

Text Font Color

.myTextColor { color: #A89E8B; }

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

This text font color is #A89E8B.

Background Color

.myBgColor { background-color: #A89E8B; }

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

This div background color is #A89E8B.

Border color

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

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

This div border color is #A89E8B.

Opacity

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

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

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

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

This text has shadow with #A89E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89E8B.

Preview

Color preview on black background

This text has color #A89E8B on black background.


Color preview on white background

This text has color #A89E8B on white background.


Black color preview on #A89E8B background

This text has black color on #A89E8B background.


White color preview on #A89E8B background

This text has white color on #A89E8B background.


Related colors

Complementary color

Complementary color for #hex is #576174.


I love getcolorcode.com

Triadic colors

1 #8BA89E and #9E8BA8 with #A89E8B are triadic colors.

2 #8B9EA8 and #9EA88B with #A89E8B are triadic colors.