COLOR #A99187

HEX: #A99187 RGB: (169,145,135)

Color info

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

RGB color model

#A99187 color RGB value is (169,145,135).

RGB: (169,145,135) (66%, 57%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 135 of 255 = 53%

169
145
135

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

Portions of RGB colors in percentages

R + G + B = 169 + 145 + 135 = 449 (100%)
R 169 of 449 ~ 37.64%
G 145 of 449 ~ 32.29%
B 135 of 449 ~ 30.07'%

%37.64
%32.29
%30.07

CMYK color model

#A99187 color CMYK value is (0,14,20,34).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK: (0,14,20,34) C0M14Y20K34 (0%,14%,20%,34%) (0.00/0.14/0.20/0.34) 

CMYK percentages

%0
%14.2
%20.12
%33.73

Codes

Color #A99187 in popluar color models

A9 91 87
RGB 169 145 135
HSL 18° 16.50% 59.61%
HSB/HSV 18° 20.12% 66.27%
CMYK 0.00% 14.20% 20.12%
33.73%

Color #A99187 in popluar number systems.

HEX A9 91 87
Decimal 169 145 135
Binary 10101001 10010001 10000111
Octal 251 221 207

Shades and tints

Shades of #A99187

#A99187
(169,145,135)
#9A847B
(154,132,123)
#8B776F
(139,119,111)
#7C6A63
(124,106,99)
#6D5D57
(109,93,87)
#5E504B
(94,80,75)
#4F433F
(79,67,63)
#403633
(64,54,51)
#312927
(49,41,39)
#221C1B
(34,28,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #A99187

#A99187
(169,145,135)
#B09B91
(176,155,145)
#B7A59B
(183,165,155)
#BEAFA5
(190,175,165)
#C5B9AF
(197,185,175)
#CCC3B9
(204,195,185)
#D3CDC3
(211,205,195)
#DAD7CD
(218,215,205)
#E1E1D7
(225,225,215)
#E8EBE1
(232,235,225)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99187; }

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

This text font color is #A99187.

Background Color

.myBgColor { background-color: #A99187; }

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

This div background color is #A99187.

Border color

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

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

This div border color is #A99187.

Opacity

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

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

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

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

This text has shadow with #A99187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99187.

Preview

Color preview on black background

This text has color #A99187 on black background.


Color preview on white background

This text has color #A99187 on white background.


Black color preview on #A99187 background

This text has black color on #A99187 background.


White color preview on #A99187 background

This text has white color on #A99187 background.


Related colors

Complementary color

Complementary color for #hex is #566E78.


I love getcolorcode.com

Triadic colors

1 #87A991 and #9187A9 with #A99187 are triadic colors.

2 #8791A9 and #91A987 with #A99187 are triadic colors.