COLOR #A9999E

HEX: #A9999E
RGB: (169,153,158)

Color info

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

RGB color model

#A9999E color RGB value is (169,153,158).

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

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 158 of 255 = 62%

169
153
158

R + G + B ~ 63%. #A9999E is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 153 + 158 = 480 (100%)
R 169 of 480 ~ 35.21%
G 153 of 480 ~ 31.88%
B 158 of 480 ~ 32.92%

%35.21
%31.88
%32.92

CMYK color model

#A9999E color CMYK value is (0,9,7,34).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 6.51%
  • key color value is 33.73%
CMYK:
(0,9,7,34)
C0M9Y7K34 
(0%,9%,7%,34%)
(0.00/0.09/0.07/0.34)	

CMYK percentages

%0
%9.47
%6.51
%33.73

Codes

Color #A9999E in popluar color models

A9999E
RGB169153158
HSL341°8.51%63.14%
HSB/HSV341°9.47%66.27%
CMYK0.00%9.47%6.51%
33.73%

Color #A9999E in popluar number systems.

HEXA9999E
Decimal169153158
Binary101010011001100110011110
Octal251231236

Shades and tints

Shades of #A9999E

#A9999E
(169,153,158)
#9A8C90
(154,140,144)
#8B7F82
(139,127,130)
#7C7274
(124,114,116)
#6D6566
(109,101,102)
#5E5858
(94,88,88)
#4F4B4A
(79,75,74)
#403E3C
(64,62,60)
#31312E
(49,49,46)
#222420
(34,36,32)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #A9999E

#A9999E
(169,153,158)
#B0A2A6
(176,162,166)
#B7ABAE
(183,171,174)
#BEB4B6
(190,180,182)
#C5BDBE
(197,189,190)
#CCC6C6
(204,198,198)
#D3CFCE
(211,207,206)
#DAD8D6
(218,216,214)
#E1E1DE
(225,225,222)
#E8EAE6
(232,234,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9999E; }

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

This text font color is #A9999E.


Background Color

.myBgColor { background-color: #A9999E; }

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

This div background color is #A9999E.


Border color

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

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

This div border color is #A9999E.


Opacity

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

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

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

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

This text has shadow with #A9999E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9999E on black background.


Color preview on white background

This text has color #A9999E on white background.



Black color preview on #A9999E background

This text has black color on #A9999E background.


White color preview on #A9999E background

This text has white color on #A9999E background.