COLOR #A9897F

HEX: #A9897F
RGB: (169,137,127)

Color info

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

RGB color model

#A9897F color RGB value is (169,137,127).

  • red value is 169;
  • green value is 137;
  • blue value is 127.
RGB:
(169,137,127)
(66%,54%,50%)

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 127 of 255 = 50%

169
137
127

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

Portions of RGB colors in percentages

R + G + B =
169 + 137 + 127 = 433 (100%)
R 169 of 433 ~ 39.03%
G 137 of 433 ~ 31.64%
B 127 of 433 ~ 29.33%

%39.03
%31.64
%29.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 24.85%
  • 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
%24.85
%33.73

Codes

Color #A9897F in popluar color models

A9897F
RGB169137127
HSL14°19.63%58.04%
HSB/HSV14°24.85%66.27%
CMYK0.00%18.93%24.85%
33.73%

Color #A9897F in popluar number systems.

HEXA9897F
Decimal169137127
Binary10101001100010011111111
Octal251211177

Shades and tints

Shades of #A9897F

#A9897F
(169,137,127)
#9A7D74
(154,125,116)
#8B7169
(139,113,105)
#7C655E
(124,101,94)
#6D5953
(109,89,83)
#5E4D48
(94,77,72)
#4F413D
(79,65,61)
#403532
(64,53,50)
#312927
(49,41,39)
#221D1C
(34,29,28)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A9897F

#A9897F
(169,137,127)
#B0938A
(176,147,138)
#B79D95
(183,157,149)
#BEA7A0
(190,167,160)
#C5B1AB
(197,177,171)
#CCBBB6
(204,187,182)
#D3C5C1
(211,197,193)
#DACFCC
(218,207,204)
#E1D9D7
(225,217,215)
#E8E3E2
(232,227,226)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9897F; }

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

This text font color is #A9897F.


Background Color

.myBgColor { background-color: #A9897F; }

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

This div background color is #A9897F.


Border color

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

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

This div border color is #A9897F.


Opacity

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

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

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

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

This text has shadow with #A9897F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9897F on black background.


Color preview on white background

This text has color #A9897F on white background.



Black color preview on #A9897F background

This text has black color on #A9897F background.


White color preview on #A9897F background

This text has white color on #A9897F background.