COLOR #A98A8F

HEX: #A98A8F
RGB: (169,138,143)

Color info

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

RGB color model

#A98A8F color RGB value is (169,138,143).

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

RGB channels and saturation

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

169
138
143

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 143 = 450 (100%)
R 169 of 450 ~ 37.56%
G 138 of 450 ~ 30.67%
B 143 of 450 ~ 31.78%

%37.56
%30.67
%31.78

CMYK color model

#A98A8F color CMYK value is (0,18,15,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 15.38%
  • key color value is 33.73%
CMYK:
(0,18,15,34)
C0M18Y15K34 
(0%,18%,15%,34%)
(0.00/0.18/0.15/0.34)	

CMYK percentages

%0
%18.34
%15.38
%33.73

Codes

Color #A98A8F in popluar color models

A98A8F
RGB169138143
HSL350°15.27%60.20%
HSB/HSV350°18.34%66.27%
CMYK0.00%18.34%15.38%
33.73%

Color #A98A8F in popluar number systems.

HEXA98A8F
Decimal169138143
Binary101010011000101010001111
Octal251212217

Shades and tints

Shades of #A98A8F

#A98A8F
(169,138,143)
#9A7E82
(154,126,130)
#8B7275
(139,114,117)
#7C6668
(124,102,104)
#6D5A5B
(109,90,91)
#5E4E4E
(94,78,78)
#4F4241
(79,66,65)
#403634
(64,54,52)
#312A27
(49,42,39)
#221E1A
(34,30,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #A98A8F

#A98A8F
(169,138,143)
#B09499
(176,148,153)
#B79EA3
(183,158,163)
#BEA8AD
(190,168,173)
#C5B2B7
(197,178,183)
#CCBCC1
(204,188,193)
#D3C6CB
(211,198,203)
#DAD0D5
(218,208,213)
#E1DADF
(225,218,223)
#E8E4E9
(232,228,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98A8F; }

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

This text font color is #A98A8F.


Background Color

.myBgColor { background-color: #A98A8F; }

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

This div background color is #A98A8F.


Border color

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

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

This div border color is #A98A8F.


Opacity

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

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

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

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

This text has shadow with #A98A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98A8F on black background.


Color preview on white background

This text has color #A98A8F on white background.



Black color preview on #A98A8F background

This text has black color on #A98A8F background.


White color preview on #A98A8F background

This text has white color on #A98A8F background.