COLOR #A98988

HEX: #A98988 RGB: (169,137,136)

Color info

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

RGB color model

#A98988 color RGB value is (169,137,136).

RGB: (169,137,136) (66%, 54%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 136 of 255 = 53%

169
137
136

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

Portions of RGB colors in percentages

R + G + B = 169 + 137 + 136 = 442 (100%)
R 169 of 442 ~ 38.24%
G 137 of 442 ~ 31%
B 136 of 442 ~ 30.77'%

%38.24
%31
%30.77

CMYK color model

#A98988 color CMYK value is (0,19,20,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK: (0,19,20,34) C0M19Y20K34 (0%,19%,20%,34%) (0.00/0.19/0.20/0.34) 

CMYK percentages

%0
%18.93
%19.53
%33.73

Codes

Color #A98988 in popluar color models

A9 89 88
RGB 169 137 136
HSL 16.10% 59.80%
HSB/HSV 19.53% 66.27%
CMYK 0.00% 18.93% 19.53%
33.73%

Color #A98988 in popluar number systems.

HEX A9 89 88
Decimal 169 137 136
Binary 10101001 10001001 10001000
Octal 251 211 210

Shades and tints

Shades of #A98988

#A98988
(169,137,136)
#9A7D7C
(154,125,124)
#8B7170
(139,113,112)
#7C6564
(124,101,100)
#6D5958
(109,89,88)
#5E4D4C
(94,77,76)
#4F4140
(79,65,64)
#403534
(64,53,52)
#312928
(49,41,40)
#221D1C
(34,29,28)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #A98988

#A98988
(169,137,136)
#B09392
(176,147,146)
#B79D9C
(183,157,156)
#BEA7A6
(190,167,166)
#C5B1B0
(197,177,176)
#CCBBBA
(204,187,186)
#D3C5C4
(211,197,196)
#DACFCE
(218,207,206)
#E1D9D8
(225,217,216)
#E8E3E2
(232,227,226)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98988; }

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

This text font color is #A98988.

Background Color

.myBgColor { background-color: #A98988; }

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

This div background color is #A98988.

Border color

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

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

This div border color is #A98988.

Opacity

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

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

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

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

This text has shadow with #A98988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98988.

Preview

Color preview on black background

This text has color #A98988 on black background.


Color preview on white background

This text has color #A98988 on white background.


Black color preview on #A98988 background

This text has black color on #A98988 background.


White color preview on #A98988 background

This text has white color on #A98988 background.


Related colors

Complementary color

Complementary color for #hex is #567677.


I love getcolorcode.com

Triadic colors

1 #88A989 and #8988A9 with #A98988 are triadic colors.

2 #8889A9 and #89A988 with #A98988 are triadic colors.