COLOR #A99987

HEX: #A99987 RGB: (169,153,135)

Color info

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

RGB color model

#A99987 color RGB value is (169,153,135).

RGB: (169,153,135) (66%, 60%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 135 of 255 = 53%

169
153
135

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

Portions of RGB colors in percentages

R + G + B = 169 + 153 + 135 = 457 (100%)
R 169 of 457 ~ 36.98%
G 153 of 457 ~ 33.48%
B 135 of 457 ~ 29.54'%

%36.98
%33.48
%29.54

CMYK color model

#A99987 color CMYK value is (0,9,20,34).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 20.12%
  • key color value is 33.73%

CMYK: (0,9,20,34)
C0M9Y20K34 (0%, 9%, 20%, 34%)
(0.00 / 0.09 / 0.20 / 0.34)

CMYK percentages

%0
%9.47
%20.12
%33.73

Codes

Color #A99987 in popluar color models

A9 99 87
RGB 169 153 135
HSL 32° 16.50% 59.61%
HSB/HSV 32° 20.12% 66.27%
CMYK 0.00% 9.47% 20.12%
33.73%

Color #A99987 in popluar number systems.

HEX A9 99 87
Decimal 169 153 135
Binary 10101001 10011001 10000111
Octal 251 231 207

Shades and tints

Shades of #A99987

#A99987
(169,153,135)
#9A8C7B
(154,140,123)
#8B7F6F
(139,127,111)
#7C7263
(124,114,99)
#6D6557
(109,101,87)
#5E584B
(94,88,75)
#4F4B3F
(79,75,63)
#403E33
(64,62,51)
#313127
(49,49,39)
#22241B
(34,36,27)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #A99987

#A99987
(169,153,135)
#B0A291
(176,162,145)
#B7AB9B
(183,171,155)
#BEB4A5
(190,180,165)
#C5BDAF
(197,189,175)
#CCC6B9
(204,198,185)
#D3CFC3
(211,207,195)
#DAD8CD
(218,216,205)
#E1E1D7
(225,225,215)
#E8EAE1
(232,234,225)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99987 color. Also use rgb(169,153,135) instead hex code.

Text Font Color

.myTextColor { color: #A99987; }

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

This text font color is #A99987.

Background Color

.myBgColor { background-color: #A99987; }

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

This div background color is #A99987.

Border color

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

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

This div border color is #A99987.

Opacity

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

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

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

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

This text has shadow with #A99987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99987.

Preview

Color preview on black background

This text has color #A99987 on black background.


Color preview on white background

This text has color #A99987 on white background.


Black color preview on #A99987 background

This text has black color on #A99987 background.


White color preview on #A99987 background

This text has white color on #A99987 background.


Related colors

Complementary color

Complementary color for #hex is #566678.


I love getcolorcode.com

Triadic colors

1 #87A999 and #9987A9 with #A99987 are triadic colors.

2 #8799A9 and #99A987 with #A99987 are triadic colors.