COLOR #A98996

HEX: #A98996 RGB: (169,137,150)

Color info

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

RGB color model

#A98996 color RGB value is (169,137,150).

RGB: (169,137,150) (66%, 54%, 59%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 150 of 255 = 59%

169
137
150

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

Portions of RGB colors in percentages

R + G + B = 169 + 137 + 150 = 456 (100%)
R 169 of 456 ~ 37.06%
G 137 of 456 ~ 30.04%
B 150 of 456 ~ 32.89'%

%37.06
%30.04
%32.89

CMYK color model

#A98996 color CMYK value is (0,19,11,34).

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

CMYK: (0,19,11,34)
C0M19Y11K34 (0%, 19%, 11%, 34%)
(0.00 / 0.19 / 0.11 / 0.34)

CMYK percentages

%0
%18.93
%11.24
%33.73

Codes

Color #A98996 in popluar color models

A9 89 96
RGB 169 137 150
HSL 336° 15.69% 60.00%
HSB/HSV 336° 18.93% 66.27%
CMYK 0.00% 18.93% 11.24%
33.73%

Color #A98996 in popluar number systems.

HEX A9 89 96
Decimal 169 137 150
Binary 10101001 10001001 10010110
Octal 251 211 226

Shades and tints

Shades of #A98996

#A98996
(169,137,150)
#9A7D89
(154,125,137)
#8B717C
(139,113,124)
#7C656F
(124,101,111)
#6D5962
(109,89,98)
#5E4D55
(94,77,85)
#4F4148
(79,65,72)
#40353B
(64,53,59)
#31292E
(49,41,46)
#221D21
(34,29,33)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A98996

#A98996
(169,137,150)
#B0939F
(176,147,159)
#B79DA8
(183,157,168)
#BEA7B1
(190,167,177)
#C5B1BA
(197,177,186)
#CCBBC3
(204,187,195)
#D3C5CC
(211,197,204)
#DACFD5
(218,207,213)
#E1D9DE
(225,217,222)
#E8E3E7
(232,227,231)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98996; }

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

This text font color is #A98996.

Background Color

.myBgColor { background-color: #A98996; }

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

This div background color is #A98996.

Border color

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

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

This div border color is #A98996.

Opacity

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

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

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

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

This text has shadow with #A98996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98996.

Preview

Color preview on black background

This text has color #A98996 on black background.


Color preview on white background

This text has color #A98996 on white background.


Black color preview on #A98996 background

This text has black color on #A98996 background.


White color preview on #A98996 background

This text has white color on #A98996 background.


Related colors

Complementary color

Complementary color for #hex is #567669.


I love getcolorcode.com

Triadic colors

1 #96A989 and #8996A9 with #A98996 are triadic colors.

2 #9689A9 and #89A996 with #A98996 are triadic colors.