COLOR #A9877D

HEX: #A9877D RGB: (169,135,125)

Color info

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

RGB color model

#A9877D color RGB value is (169,135,125).

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

RGB channels and saturation

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

169
135
125

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

Portions of RGB colors in percentages

R + G + B = 169 + 135 + 125 = 429 (100%)
R 169 of 429 ~ 39.39%
G 135 of 429 ~ 31.47%
B 125 of 429 ~ 29.14'%

%39.39
%31.47
%29.14

CMYK color model

#A9877D color CMYK value is (0,20,26,34).

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

CMYK: (0,20,26,34)
C0M20Y26K34 (0%, 20%, 26%, 34%)
(0.00 / 0.20 / 0.26 / 0.34)

CMYK percentages

%0
%20.12
%26.04
%33.73

Codes

Color #A9877D in popluar color models

A9 87 7D
RGB 169 135 125
HSL 14° 20.37% 57.65%
HSB/HSV 14° 26.04% 66.27%
CMYK 0.00% 20.12% 26.04%
33.73%

Color #A9877D in popluar number systems.

HEX A9 87 7D
Decimal 169 135 125
Binary 10101001 10000111 1111101
Octal 251 207 175

Shades and tints

Shades of #A9877D

#A9877D
(169,135,125)
#9A7B72
(154,123,114)
#8B6F67
(139,111,103)
#7C635C
(124,99,92)
#6D5751
(109,87,81)
#5E4B46
(94,75,70)
#4F3F3B
(79,63,59)
#403330
(64,51,48)
#312725
(49,39,37)
#221B1A
(34,27,26)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #A9877D

#A9877D
(169,135,125)
#B09188
(176,145,136)
#B79B93
(183,155,147)
#BEA59E
(190,165,158)
#C5AFA9
(197,175,169)
#CCB9B4
(204,185,180)
#D3C3BF
(211,195,191)
#DACDCA
(218,205,202)
#E1D7D5
(225,215,213)
#E8E1E0
(232,225,224)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9877D; }

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

This text font color is #A9877D.

Background Color

.myBgColor { background-color: #A9877D; }

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

This div background color is #A9877D.

Border color

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

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

This div border color is #A9877D.

Opacity

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

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

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

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

This text has shadow with #A9877D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9877D.

Preview

Color preview on black background

This text has color #A9877D on black background.


Color preview on white background

This text has color #A9877D on white background.


Black color preview on #A9877D background

This text has black color on #A9877D background.


White color preview on #A9877D background

This text has white color on #A9877D background.


Related colors

Complementary color

Complementary color for #hex is #567882.


I love getcolorcode.com

Triadic colors

1 #7DA987 and #877DA9 with #A9877D are triadic colors.

2 #7D87A9 and #87A97D with #A9877D are triadic colors.