COLOR #A98B84

HEX: #A98B84 RGB: (169,139,132)

Color info

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

RGB color model

#A98B84 color RGB value is (169,139,132).

RGB: (169,139,132) (66%, 55%, 52%)

RGB channels and saturation

R 169 of 255 = 66%
G 139 of 255 = 55%
B 132 of 255 = 52%

169
139
132

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

Portions of RGB colors in percentages

R + G + B = 169 + 139 + 132 = 440 (100%)
R 169 of 440 ~ 38.41%
G 139 of 440 ~ 31.59%
B 132 of 440 ~ 30'%

%38.41
%31.59
%30

CMYK color model

#A98B84 color CMYK value is (0,18,22,34).

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

CMYK: (0,18,22,34)
C0M18Y22K34 (0%, 18%, 22%, 34%)
(0.00 / 0.18 / 0.22 / 0.34)

CMYK percentages

%0
%17.75
%21.89
%33.73

Codes

Color #A98B84 in popluar color models

A9 8B 84
RGB 169 139 132
HSL 11° 17.70% 59.02%
HSB/HSV 11° 21.89% 66.27%
CMYK 0.00% 17.75% 21.89%
33.73%

Color #A98B84 in popluar number systems.

HEX A9 8B 84
Decimal 169 139 132
Binary 10101001 10001011 10000100
Octal 251 213 204

Shades and tints

Shades of #A98B84

#A98B84
(169,139,132)
#9A7F78
(154,127,120)
#8B736C
(139,115,108)
#7C6760
(124,103,96)
#6D5B54
(109,91,84)
#5E4F48
(94,79,72)
#4F433C
(79,67,60)
#403730
(64,55,48)
#312B24
(49,43,36)
#221F18
(34,31,24)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #A98B84

#A98B84
(169,139,132)
#B0958F
(176,149,143)
#B79F9A
(183,159,154)
#BEA9A5
(190,169,165)
#C5B3B0
(197,179,176)
#CCBDBB
(204,189,187)
#D3C7C6
(211,199,198)
#DAD1D1
(218,209,209)
#E1DBDC
(225,219,220)
#E8E5E7
(232,229,231)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98B84; }

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

This text font color is #A98B84.

Background Color

.myBgColor { background-color: #A98B84; }

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

This div background color is #A98B84.

Border color

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

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

This div border color is #A98B84.

Opacity

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

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

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

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

This text has shadow with #A98B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98B84.

Preview

Color preview on black background

This text has color #A98B84 on black background.


Color preview on white background

This text has color #A98B84 on white background.


Black color preview on #A98B84 background

This text has black color on #A98B84 background.


White color preview on #A98B84 background

This text has white color on #A98B84 background.


Related colors

Complementary color

Complementary color for #hex is #56747B.


I love getcolorcode.com

Triadic colors

1 #84A98B and #8B84A9 with #A98B84 are triadic colors.

2 #848BA9 and #8BA984 with #A98B84 are triadic colors.