COLOR #A0A9AE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
169
174

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

Portions of RGB colors in percentages

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

%31.81
%33.6
%34.59

CMYK color model

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

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

CMYK percentages

%8.05
%2.87
%0
%31.76

Codes

Color #A0A9AE in popluar color models

A0A9AE
RGB160169174
HSL201°7.95%65.49%
HSB/HSV201°8.05%68.24%
CMYK8.05%2.87%0.00%
31.76%

Color #A0A9AE in popluar number systems.

HEXA0A9AE
Decimal160169174
Binary101000001010100110101110
Octal240251256

Shades and tints

Shades of #A0A9AE

#A0A9AE
(160,169,174)
#929A9F
(146,154,159)
#848B90
(132,139,144)
#767C81
(118,124,129)
#686D72
(104,109,114)
#5A5E63
(90,94,99)
#4C4F54
(76,79,84)
#3E4045
(62,64,69)
#303136
(48,49,54)
#222227
(34,34,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #A0A9AE

#A0A9AE
(160,169,174)
#A8B0B5
(168,176,181)
#B0B7BC
(176,183,188)
#B8BEC3
(184,190,195)
#C0C5CA
(192,197,202)
#C8CCD1
(200,204,209)
#D0D3D8
(208,211,216)
#D8DADF
(216,218,223)
#E0E1E6
(224,225,230)
#E8E8ED
(232,232,237)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A9AE; }

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

This text font color is #A0A9AE.


Background Color

.myBgColor { background-color: #A0A9AE; }

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

This div background color is #A0A9AE.


Border color

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

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

This div border color is #A0A9AE.


Opacity

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

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

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

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

This text has shadow with #A0A9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A9AE on black background.


Color preview on white background

This text has color #A0A9AE on white background.



Black color preview on #A0A9AE background

This text has black color on #A0A9AE background.


White color preview on #A0A9AE background

This text has white color on #A0A9AE background.