COLOR #A98C8B

HEX: #A98C8B RGB: (169,140,139)

Color info

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

RGB color model

#A98C8B color RGB value is (169,140,139).

RGB: (169,140,139) (66%, 55%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 139 of 255 = 55%

169
140
139

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

Portions of RGB colors in percentages

R + G + B = 169 + 140 + 139 = 448 (100%)
R 169 of 448 ~ 37.72%
G 140 of 448 ~ 31.25%
B 139 of 448 ~ 31.03'%

%37.72
%31.25
%31.03

CMYK color model

#A98C8B color CMYK value is (0,17,18,34).

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

CMYK: (0,17,18,34)
C0M17Y18K34 (0%, 17%, 18%, 34%)
(0.00 / 0.17 / 0.18 / 0.34)

CMYK percentages

%0
%17.16
%17.75
%33.73

Codes

Color #A98C8B in popluar color models

A9 8C 8B
RGB 169 140 139
HSL 14.85% 60.39%
HSB/HSV 17.75% 66.27%
CMYK 0.00% 17.16% 17.75%
33.73%

Color #A98C8B in popluar number systems.

HEX A9 8C 8B
Decimal 169 140 139
Binary 10101001 10001100 10001011
Octal 251 214 213

Shades and tints

Shades of #A98C8B

#A98C8B
(169,140,139)
#9A807F
(154,128,127)
#8B7473
(139,116,115)
#7C6867
(124,104,103)
#6D5C5B
(109,92,91)
#5E504F
(94,80,79)
#4F4443
(79,68,67)
#403837
(64,56,55)
#312C2B
(49,44,43)
#22201F
(34,32,31)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #A98C8B

#A98C8B
(169,140,139)
#B09695
(176,150,149)
#B7A09F
(183,160,159)
#BEAAA9
(190,170,169)
#C5B4B3
(197,180,179)
#CCBEBD
(204,190,189)
#D3C8C7
(211,200,199)
#DAD2D1
(218,210,209)
#E1DCDB
(225,220,219)
#E8E6E5
(232,230,229)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98C8B; }

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

This text font color is #A98C8B.

Background Color

.myBgColor { background-color: #A98C8B; }

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

This div background color is #A98C8B.

Border color

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

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

This div border color is #A98C8B.

Opacity

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

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

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

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

This text has shadow with #A98C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98C8B.

Preview

Color preview on black background

This text has color #A98C8B on black background.


Color preview on white background

This text has color #A98C8B on white background.


Black color preview on #A98C8B background

This text has black color on #A98C8B background.


White color preview on #A98C8B background

This text has white color on #A98C8B background.


Related colors

Complementary color

Complementary color for #hex is #567374.


I love getcolorcode.com

Triadic colors

1 #8BA98C and #8C8BA9 with #A98C8B are triadic colors.

2 #8B8CA9 and #8CA98B with #A98C8B are triadic colors.