COLOR #A99998

HEX: #A99998
RGB: (169,153,152)

Color info

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

RGB color model

#A99998 color RGB value is (169,153,152).

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

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 152 of 255 = 60%

169
153
152

R + G + B ~ 62%. #A99998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 153 + 152 = 474 (100%)
R 169 of 474 ~ 35.65%
G 153 of 474 ~ 32.28%
B 152 of 474 ~ 32.07%

%35.65
%32.28
%32.07

CMYK color model

#A99998 color CMYK value is (0,9,10,34).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK:
(0,9,10,34)
C0M9Y10K34 
(0%,9%,10%,34%)
(0.00/0.09/0.10/0.34)	

CMYK percentages

%0
%9.47
%10.06
%33.73

Codes

Color #A99998 in popluar color models

A99998
RGB169153152
HSL8.99%62.94%
HSB/HSV10.06%66.27%
CMYK0.00%9.47%10.06%
33.73%

Color #A99998 in popluar number systems.

HEXA99998
Decimal169153152
Binary101010011001100110011000
Octal251231230

Shades and tints

Shades of #A99998

#A99998
(169,153,152)
#9A8C8B
(154,140,139)
#8B7F7E
(139,127,126)
#7C7271
(124,114,113)
#6D6564
(109,101,100)
#5E5857
(94,88,87)
#4F4B4A
(79,75,74)
#403E3D
(64,62,61)
#313130
(49,49,48)
#222423
(34,36,35)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #A99998

#A99998
(169,153,152)
#B0A2A1
(176,162,161)
#B7ABAA
(183,171,170)
#BEB4B3
(190,180,179)
#C5BDBC
(197,189,188)
#CCC6C5
(204,198,197)
#D3CFCE
(211,207,206)
#DAD8D7
(218,216,215)
#E1E1E0
(225,225,224)
#E8EAE9
(232,234,233)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99998; }

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

This text font color is #A99998.


Background Color

.myBgColor { background-color: #A99998; }

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

This div background color is #A99998.


Border color

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

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

This div border color is #A99998.


Opacity

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

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

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

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

This text has shadow with #A99998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99998 on black background.


Color preview on white background

This text has color #A99998 on white background.



Black color preview on #A99998 background

This text has black color on #A99998 background.


White color preview on #A99998 background

This text has white color on #A99998 background.