COLOR #A98C8A

HEX: #A98C8A RGB: (169,140,138)

Color info

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

RGB color model

#A98C8A color RGB value is (169,140,138).

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

RGB channels and saturation

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

169
140
138

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

Portions of RGB colors in percentages

R + G + B = 169 + 140 + 138 = 447 (100%)
R 169 of 447 ~ 37.81%
G 140 of 447 ~ 31.32%
B 138 of 447 ~ 30.87'%

%37.81
%31.32
%30.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 18.34%
  • 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
%18.34
%33.73

Codes

Color #A98C8A in popluar color models

A9 8C 8A
RGB 169 140 138
HSL 15.27% 60.20%
HSB/HSV 18.34% 66.27%
CMYK 0.00% 17.16% 18.34%
33.73%

Color #A98C8A in popluar number systems.

HEX A9 8C 8A
Decimal 169 140 138
Binary 10101001 10001100 10001010
Octal 251 214 212

Shades and tints

Shades of #A98C8A

#A98C8A
(169,140,138)
#9A807E
(154,128,126)
#8B7472
(139,116,114)
#7C6866
(124,104,102)
#6D5C5A
(109,92,90)
#5E504E
(94,80,78)
#4F4442
(79,68,66)
#403836
(64,56,54)
#312C2A
(49,44,42)
#22201E
(34,32,30)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #A98C8A

#A98C8A
(169,140,138)
#B09694
(176,150,148)
#B7A09E
(183,160,158)
#BEAAA8
(190,170,168)
#C5B4B2
(197,180,178)
#CCBEBC
(204,190,188)
#D3C8C6
(211,200,198)
#DAD2D0
(218,210,208)
#E1DCDA
(225,220,218)
#E8E6E4
(232,230,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98C8A; }

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

This text font color is #A98C8A.

Background Color

.myBgColor { background-color: #A98C8A; }

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

This div background color is #A98C8A.

Border color

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

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

This div border color is #A98C8A.

Opacity

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

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

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

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

This text has shadow with #A98C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98C8A.

Preview

Color preview on black background

This text has color #A98C8A on black background.


Color preview on white background

This text has color #A98C8A on white background.


Black color preview on #A98C8A background

This text has black color on #A98C8A background.


White color preview on #A98C8A background

This text has white color on #A98C8A background.


Related colors

Complementary color

Complementary color for #hex is #567375.


I love getcolorcode.com

Triadic colors

1 #8AA98C and #8C8AA9 with #A98C8A are triadic colors.

2 #8A8CA9 and #8CA98A with #A98C8A are triadic colors.