COLOR #A9998C

HEX: #A9998C
RGB: (169,153,140)

Color info

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

RGB color model

#A9998C color RGB value is (169,153,140).

  • red value is 169;
  • green value is 153;
  • blue value is 140.
RGB:
(169,153,140)
(66%,60%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 140 of 255 = 55%

169
153
140

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

Portions of RGB colors in percentages

R + G + B =
169 + 153 + 140 = 462 (100%)
R 169 of 462 ~ 36.58%
G 153 of 462 ~ 33.12%
B 140 of 462 ~ 30.3%

%36.58
%33.12
%30.3

CMYK color model

#A9998C color CMYK value is (0,9,17,34).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 17.16%
  • key color value is 33.73%
CMYK:
(0,9,17,34)
C0M9Y17K34 
(0%,9%,17%,34%)
(0.00/0.09/0.17/0.34)	

CMYK percentages

%0
%9.47
%17.16
%33.73

Codes

Color #A9998C in popluar color models

A9998C
RGB169153140
HSL27°14.43%60.59%
HSB/HSV27°17.16%66.27%
CMYK0.00%9.47%17.16%
33.73%

Color #A9998C in popluar number systems.

HEXA9998C
Decimal169153140
Binary101010011001100110001100
Octal251231214

Shades and tints

Shades of #A9998C

#A9998C
(169,153,140)
#9A8C80
(154,140,128)
#8B7F74
(139,127,116)
#7C7268
(124,114,104)
#6D655C
(109,101,92)
#5E5850
(94,88,80)
#4F4B44
(79,75,68)
#403E38
(64,62,56)
#31312C
(49,49,44)
#222420
(34,36,32)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #A9998C

#A9998C
(169,153,140)
#B0A296
(176,162,150)
#B7ABA0
(183,171,160)
#BEB4AA
(190,180,170)
#C5BDB4
(197,189,180)
#CCC6BE
(204,198,190)
#D3CFC8
(211,207,200)
#DAD8D2
(218,216,210)
#E1E1DC
(225,225,220)
#E8EAE6
(232,234,230)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9998C color. Also use rgb(169,153,140) instead hex code.

Text Font Color

.myTextColor { color: #A9998C; }

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

This text font color is #A9998C.


Background Color

.myBgColor { background-color: #A9998C; }

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

This div background color is #A9998C.


Border color

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

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

This div border color is #A9998C.


Opacity

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

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

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

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

This text has shadow with #A9998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9998C on black background.


Color preview on white background

This text has color #A9998C on white background.



Black color preview on #A9998C background

This text has black color on #A9998C background.


White color preview on #A9998C background

This text has white color on #A9998C background.