COLOR #A9A0AE

HEX: #A9A0AE
RGB: (169,160,174)

Color info

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

RGB color model

#A9A0AE color RGB value is (169,160,174).

  • red value is 169;
  • green value is 160;
  • blue value is 174.
RGB:
(169,160,174)
(66%,63%,68%)

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 174 of 255 = 68%

169
160
174

R + G + B ~ 66%. #A9A0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 160 + 174 = 503 (100%)
R 169 of 503 ~ 33.6%
G 160 of 503 ~ 31.81%
B 174 of 503 ~ 34.59%

%33.6
%31.81
%34.59

CMYK color model

#A9A0AE color CMYK value is (3,8,0,32).

  • cyan value is 2.87%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,8,0,32)
C3M8Y0K32 
(3%,8%,0%,32%)
(0.03/0.08/0.00/0.32)	

CMYK percentages

%2.87
%8.05
%0
%31.76

Codes

Color #A9A0AE in popluar color models

A9A0AE
RGB169160174
HSL279°7.95%65.49%
HSB/HSV279°8.05%68.24%
CMYK2.87%8.05%0.00%
31.76%

Color #A9A0AE in popluar number systems.

HEXA9A0AE
Decimal169160174
Binary101010011010000010101110
Octal251240256

Shades and tints

Shades of #A9A0AE

#A9A0AE
(169,160,174)
#9A929F
(154,146,159)
#8B8490
(139,132,144)
#7C7681
(124,118,129)
#6D6872
(109,104,114)
#5E5A63
(94,90,99)
#4F4C54
(79,76,84)
#403E45
(64,62,69)
#313036
(49,48,54)
#222227
(34,34,39)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #A9A0AE

#A9A0AE
(169,160,174)
#B0A8B5
(176,168,181)
#B7B0BC
(183,176,188)
#BEB8C3
(190,184,195)
#C5C0CA
(197,192,202)
#CCC8D1
(204,200,209)
#D3D0D8
(211,208,216)
#DAD8DF
(218,216,223)
#E1E0E6
(225,224,230)
#E8E8ED
(232,232,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A0AE color. Also use rgb(169,160,174) instead hex code.

Text Font Color

.myTextColor { color: #A9A0AE; }

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

This text font color is #A9A0AE.


Background Color

.myBgColor { background-color: #A9A0AE; }

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

This div background color is #A9A0AE.


Border color

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

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

This div border color is #A9A0AE.


Opacity

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

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

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

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

This text has shadow with #A9A0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A0AE on black background.


Color preview on white background

This text has color #A9A0AE on white background.



Black color preview on #A9A0AE background

This text has black color on #A9A0AE background.


White color preview on #A9A0AE background

This text has white color on #A9A0AE background.