COLOR #A98984

HEX: #A98984 RGB: (169,137,132)

Color info

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

RGB color model

#A98984 color RGB value is (169,137,132).

RGB: (169,137,132) (66%, 54%, 52%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 132 of 255 = 52%

169
137
132

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

Portions of RGB colors in percentages

R + G + B = 169 + 137 + 132 = 438 (100%)
R 169 of 438 ~ 38.58%
G 137 of 438 ~ 31.28%
B 132 of 438 ~ 30.14'%

%38.58
%31.28
%30.14

CMYK color model

#A98984 color CMYK value is (0,19,22,34).

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

CMYK: (0,19,22,34)
C0M19Y22K34 (0%, 19%, 22%, 34%)
(0.00 / 0.19 / 0.22 / 0.34)

CMYK percentages

%0
%18.93
%21.89
%33.73

Codes

Color #A98984 in popluar color models

A9 89 84
RGB 169 137 132
HSL 17.70% 59.02%
HSB/HSV 21.89% 66.27%
CMYK 0.00% 18.93% 21.89%
33.73%

Color #A98984 in popluar number systems.

HEX A9 89 84
Decimal 169 137 132
Binary 10101001 10001001 10000100
Octal 251 211 204

Shades and tints

Shades of #A98984

#A98984
(169,137,132)
#9A7D78
(154,125,120)
#8B716C
(139,113,108)
#7C6560
(124,101,96)
#6D5954
(109,89,84)
#5E4D48
(94,77,72)
#4F413C
(79,65,60)
#403530
(64,53,48)
#312924
(49,41,36)
#221D18
(34,29,24)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #A98984

#A98984
(169,137,132)
#B0938F
(176,147,143)
#B79D9A
(183,157,154)
#BEA7A5
(190,167,165)
#C5B1B0
(197,177,176)
#CCBBBB
(204,187,187)
#D3C5C6
(211,197,198)
#DACFD1
(218,207,209)
#E1D9DC
(225,217,220)
#E8E3E7
(232,227,231)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98984; }

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

This text font color is #A98984.

Background Color

.myBgColor { background-color: #A98984; }

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

This div background color is #A98984.

Border color

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

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

This div border color is #A98984.

Opacity

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

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

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

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

This text has shadow with #A98984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98984.

Preview

Color preview on black background

This text has color #A98984 on black background.


Color preview on white background

This text has color #A98984 on white background.


Black color preview on #A98984 background

This text has black color on #A98984 background.


White color preview on #A98984 background

This text has white color on #A98984 background.


Related colors

Complementary color

Complementary color for #hex is #56767B.


I love getcolorcode.com

Triadic colors

1 #84A989 and #8984A9 with #A98984 are triadic colors.

2 #8489A9 and #89A984 with #A98984 are triadic colors.