COLOR #A9877E

HEX: #A9877E RGB: (169,135,126)

Color info

#A9877E contains red, green and blue colors in about the same proportion. Web safe color of #A9877E is #999966 (or #996).

RGB color model

#A9877E color RGB value is (169,135,126).

RGB: (169,135,126) (66%, 53%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 126 of 255 = 49%

169
135
126

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

Portions of RGB colors in percentages

R + G + B = 169 + 135 + 126 = 430 (100%)
R 169 of 430 ~ 39.3%
G 135 of 430 ~ 31.4%
B 126 of 430 ~ 29.3'%

%39.3
%31.4
%29.3

CMYK color model

#A9877E color CMYK value is (0,20,25,34).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK: (0,20,25,34) C0M20Y25K34 (0%,20%,25%,34%) (0.00/0.20/0.25/0.34) 

CMYK percentages

%0
%20.12
%25.44
%33.73

Codes

Color #A9877E in popluar color models

A9 87 7E
RGB 169 135 126
HSL 13° 20.00% 57.84%
HSB/HSV 13° 25.44% 66.27%
CMYK 0.00% 20.12% 25.44%
33.73%

Color #A9877E in popluar number systems.

HEX A9 87 7E
Decimal 169 135 126
Binary 10101001 10000111 1111110
Octal 251 207 176

Shades and tints

Shades of #A9877E

#A9877E
(169,135,126)
#9A7B73
(154,123,115)
#8B6F68
(139,111,104)
#7C635D
(124,99,93)
#6D5752
(109,87,82)
#5E4B47
(94,75,71)
#4F3F3C
(79,63,60)
#403331
(64,51,49)
#312726
(49,39,38)
#221B1B
(34,27,27)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #A9877E

#A9877E
(169,135,126)
#B09189
(176,145,137)
#B79B94
(183,155,148)
#BEA59F
(190,165,159)
#C5AFAA
(197,175,170)
#CCB9B5
(204,185,181)
#D3C3C0
(211,195,192)
#DACDCB
(218,205,203)
#E1D7D6
(225,215,214)
#E8E1E1
(232,225,225)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9877E; }

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

This text font color is #A9877E.

Background Color

.myBgColor { background-color: #A9877E; }

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

This div background color is #A9877E.

Border color

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

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

This div border color is #A9877E.

Opacity

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

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

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

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

This text has shadow with #A9877E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9877E.

Preview

Color preview on black background

This text has color #A9877E on black background.


Color preview on white background

This text has color #A9877E on white background.


Black color preview on #A9877E background

This text has black color on #A9877E background.


White color preview on #A9877E background

This text has white color on #A9877E background.


Related colors

Complementary color

Complementary color for #hex is #567881.


I love getcolorcode.com

Triadic colors

1 #7EA987 and #877EA9 with #A9877E are triadic colors.

2 #7E87A9 and #87A97E with #A9877E are triadic colors.