COLOR #A9898F

HEX: #A9898F
RGB: (169,137,143)

Color info

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

RGB color model

#A9898F color RGB value is (169,137,143).

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

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 143 of 255 = 56%

169
137
143

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

Portions of RGB colors in percentages

R + G + B =
169 + 137 + 143 = 449 (100%)
R 169 of 449 ~ 37.64%
G 137 of 449 ~ 30.51%
B 143 of 449 ~ 31.85%

%37.64
%30.51
%31.85

CMYK color model

#A9898F color CMYK value is (0,19,15,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 15.38%
  • key color value is 33.73%
CMYK:
(0,19,15,34)
C0M19Y15K34 
(0%,19%,15%,34%)
(0.00/0.19/0.15/0.34)	

CMYK percentages

%0
%18.93
%15.38
%33.73

Codes

Color #A9898F in popluar color models

A9898F
RGB169137143
HSL349°15.69%60.00%
HSB/HSV349°18.93%66.27%
CMYK0.00%18.93%15.38%
33.73%

Color #A9898F in popluar number systems.

HEXA9898F
Decimal169137143
Binary101010011000100110001111
Octal251211217

Shades and tints

Shades of #A9898F

#A9898F
(169,137,143)
#9A7D82
(154,125,130)
#8B7175
(139,113,117)
#7C6568
(124,101,104)
#6D595B
(109,89,91)
#5E4D4E
(94,77,78)
#4F4141
(79,65,65)
#403534
(64,53,52)
#312927
(49,41,39)
#221D1A
(34,29,26)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #A9898F

#A9898F
(169,137,143)
#B09399
(176,147,153)
#B79DA3
(183,157,163)
#BEA7AD
(190,167,173)
#C5B1B7
(197,177,183)
#CCBBC1
(204,187,193)
#D3C5CB
(211,197,203)
#DACFD5
(218,207,213)
#E1D9DF
(225,217,223)
#E8E3E9
(232,227,233)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9898F; }

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

This text font color is #A9898F.


Background Color

.myBgColor { background-color: #A9898F; }

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

This div background color is #A9898F.


Border color

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

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

This div border color is #A9898F.


Opacity

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

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

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

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

This text has shadow with #A9898F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9898F on black background.


Color preview on white background

This text has color #A9898F on white background.



Black color preview on #A9898F background

This text has black color on #A9898F background.


White color preview on #A9898F background

This text has white color on #A9898F background.