COLOR #A9897E

HEX: #A9897E RGB: (169,137,126)

Color info

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

RGB color model

#A9897E color RGB value is (169,137,126).

RGB: (169,137,126) (66%, 54%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 126 of 255 = 49%

169
137
126

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

Portions of RGB colors in percentages

R + G + B = 169 + 137 + 126 = 432 (100%)
R 169 of 432 ~ 39.12%
G 137 of 432 ~ 31.71%
B 126 of 432 ~ 29.17'%

%39.12
%31.71
%29.17

CMYK color model

#A9897E color CMYK value is (0,19,25,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 25.44%
  • key color value is 33.73%

CMYK: (0,19,25,34)
C0M19Y25K34 (0%, 19%, 25%, 34%)
(0.00 / 0.19 / 0.25 / 0.34)

CMYK percentages

%0
%18.93
%25.44
%33.73

Codes

Color #A9897E in popluar color models

A9 89 7E
RGB 169 137 126
HSL 15° 20.00% 57.84%
HSB/HSV 15° 25.44% 66.27%
CMYK 0.00% 18.93% 25.44%
33.73%

Color #A9897E in popluar number systems.

HEX A9 89 7E
Decimal 169 137 126
Binary 10101001 10001001 1111110
Octal 251 211 176

Shades and tints

Shades of #A9897E

#A9897E
(169,137,126)
#9A7D73
(154,125,115)
#8B7168
(139,113,104)
#7C655D
(124,101,93)
#6D5952
(109,89,82)
#5E4D47
(94,77,71)
#4F413C
(79,65,60)
#403531
(64,53,49)
#312926
(49,41,38)
#221D1B
(34,29,27)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #A9897E

#A9897E
(169,137,126)
#B09389
(176,147,137)
#B79D94
(183,157,148)
#BEA79F
(190,167,159)
#C5B1AA
(197,177,170)
#CCBBB5
(204,187,181)
#D3C5C0
(211,197,192)
#DACFCB
(218,207,203)
#E1D9D6
(225,217,214)
#E8E3E1
(232,227,225)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9897E; }

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

This text font color is #A9897E.

Background Color

.myBgColor { background-color: #A9897E; }

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

This div background color is #A9897E.

Border color

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

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

This div border color is #A9897E.

Opacity

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

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

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

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

This text has shadow with #A9897E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9897E.

Preview

Color preview on black background

This text has color #A9897E on black background.


Color preview on white background

This text has color #A9897E on white background.


Black color preview on #A9897E background

This text has black color on #A9897E background.


White color preview on #A9897E background

This text has white color on #A9897E background.


Related colors

Complementary color

Complementary color for #hex is #567681.


I love getcolorcode.com

Triadic colors

1 #7EA989 and #897EA9 with #A9897E are triadic colors.

2 #7E89A9 and #89A97E with #A9897E are triadic colors.