COLOR #A98C89

HEX: #A98C89 RGB: (169,140,137)

Color info

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

RGB color model

#A98C89 color RGB value is (169,140,137).

RGB: (169,140,137) (66%, 55%, 54%)

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 137 of 255 = 54%

169
140
137

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

Portions of RGB colors in percentages

R + G + B = 169 + 140 + 137 = 446 (100%)
R 169 of 446 ~ 37.89%
G 140 of 446 ~ 31.39%
B 137 of 446 ~ 30.72'%

%37.89
%31.39
%30.72

CMYK color model

#A98C89 color CMYK value is (0,17,19,34).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 18.93%
  • key color value is 33.73%

CMYK: (0,17,19,34)
C0M17Y19K34 (0%, 17%, 19%, 34%)
(0.00 / 0.17 / 0.19 / 0.34)

CMYK percentages

%0
%17.16
%18.93
%33.73

Codes

Color #A98C89 in popluar color models

A9 8C 89
RGB 169 140 137
HSL 15.69% 60.00%
HSB/HSV 18.93% 66.27%
CMYK 0.00% 17.16% 18.93%
33.73%

Color #A98C89 in popluar number systems.

HEX A9 8C 89
Decimal 169 140 137
Binary 10101001 10001100 10001001
Octal 251 214 211

Shades and tints

Shades of #A98C89

#A98C89
(169,140,137)
#9A807D
(154,128,125)
#8B7471
(139,116,113)
#7C6865
(124,104,101)
#6D5C59
(109,92,89)
#5E504D
(94,80,77)
#4F4441
(79,68,65)
#403835
(64,56,53)
#312C29
(49,44,41)
#22201D
(34,32,29)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A98C89

#A98C89
(169,140,137)
#B09693
(176,150,147)
#B7A09D
(183,160,157)
#BEAAA7
(190,170,167)
#C5B4B1
(197,180,177)
#CCBEBB
(204,190,187)
#D3C8C5
(211,200,197)
#DAD2CF
(218,210,207)
#E1DCD9
(225,220,217)
#E8E6E3
(232,230,227)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98C89 color. Also use rgb(169,140,137) instead hex code.

Text Font Color

.myTextColor { color: #A98C89; }

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

This text font color is #A98C89.

Background Color

.myBgColor { background-color: #A98C89; }

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

This div background color is #A98C89.

Border color

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

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

This div border color is #A98C89.

Opacity

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

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

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

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

This text has shadow with #A98C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98C89.

Preview

Color preview on black background

This text has color #A98C89 on black background.


Color preview on white background

This text has color #A98C89 on white background.


Black color preview on #A98C89 background

This text has black color on #A98C89 background.


White color preview on #A98C89 background

This text has white color on #A98C89 background.


Related colors

Complementary color

Complementary color for #hex is #567376.


I love getcolorcode.com

Triadic colors

1 #89A98C and #8C89A9 with #A98C89 are triadic colors.

2 #898CA9 and #8CA989 with #A98C89 are triadic colors.