COLOR #A99787

HEX: #A99787 RGB: (169,151,135)

Color info

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

RGB color model

#A99787 color RGB value is (169,151,135).

RGB: (169,151,135) (66%, 59%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 135 of 255 = 53%

169
151
135

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

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 135 = 455 (100%)
R 169 of 455 ~ 37.14%
G 151 of 455 ~ 33.19%
B 135 of 455 ~ 29.67'%

%37.14
%33.19
%29.67

CMYK color model

#A99787 color CMYK value is (0,11,20,34).

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

CMYK: (0,11,20,34)
C0M11Y20K34 (0%, 11%, 20%, 34%)
(0.00 / 0.11 / 0.20 / 0.34)

CMYK percentages

%0
%10.65
%20.12
%33.73

Codes

Color #A99787 in popluar color models

A9 97 87
RGB 169 151 135
HSL 28° 16.50% 59.61%
HSB/HSV 28° 20.12% 66.27%
CMYK 0.00% 10.65% 20.12%
33.73%

Color #A99787 in popluar number systems.

HEX A9 97 87
Decimal 169 151 135
Binary 10101001 10010111 10000111
Octal 251 227 207

Shades and tints

Shades of #A99787

#A99787
(169,151,135)
#9A8A7B
(154,138,123)
#8B7D6F
(139,125,111)
#7C7063
(124,112,99)
#6D6357
(109,99,87)
#5E564B
(94,86,75)
#4F493F
(79,73,63)
#403C33
(64,60,51)
#312F27
(49,47,39)
#22221B
(34,34,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #A99787

#A99787
(169,151,135)
#B0A091
(176,160,145)
#B7A99B
(183,169,155)
#BEB2A5
(190,178,165)
#C5BBAF
(197,187,175)
#CCC4B9
(204,196,185)
#D3CDC3
(211,205,195)
#DAD6CD
(218,214,205)
#E1DFD7
(225,223,215)
#E8E8E1
(232,232,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99787; }

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

This text font color is #A99787.

Background Color

.myBgColor { background-color: #A99787; }

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

This div background color is #A99787.

Border color

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

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

This div border color is #A99787.

Opacity

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

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

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

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

This text has shadow with #A99787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99787.

Preview

Color preview on black background

This text has color #A99787 on black background.


Color preview on white background

This text has color #A99787 on white background.


Black color preview on #A99787 background

This text has black color on #A99787 background.


White color preview on #A99787 background

This text has white color on #A99787 background.


Related colors

Complementary color

Complementary color for #hex is #566878.


I love getcolorcode.com

Triadic colors

1 #87A997 and #9787A9 with #A99787 are triadic colors.

2 #8797A9 and #97A987 with #A99787 are triadic colors.