COLOR #A0AEA9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
174
169

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

Portions of RGB colors in percentages

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

%31.81
%34.59
%33.6

CMYK color model

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

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

CMYK percentages

%8.05
%0
%2.87
%31.76

Codes

Color #A0AEA9 in popluar color models

A0AEA9
RGB160174169
HSL159°7.95%65.49%
HSB/HSV159°8.05%68.24%
CMYK8.05%0.00%2.87%
31.76%

Color #A0AEA9 in popluar number systems.

HEXA0AEA9
Decimal160174169
Binary101000001010111010101001
Octal240256251

Shades and tints

Shades of #A0AEA9

#A0AEA9
(160,174,169)
#929F9A
(146,159,154)
#84908B
(132,144,139)
#76817C
(118,129,124)
#68726D
(104,114,109)
#5A635E
(90,99,94)
#4C544F
(76,84,79)
#3E4540
(62,69,64)
#303631
(48,54,49)
#222722
(34,39,34)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #A0AEA9

#A0AEA9
(160,174,169)
#A8B5B0
(168,181,176)
#B0BCB7
(176,188,183)
#B8C3BE
(184,195,190)
#C0CAC5
(192,202,197)
#C8D1CC
(200,209,204)
#D0D8D3
(208,216,211)
#D8DFDA
(216,223,218)
#E0E6E1
(224,230,225)
#E8EDE8
(232,237,232)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AEA9; }

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

This text font color is #A0AEA9.


Background Color

.myBgColor { background-color: #A0AEA9; }

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

This div background color is #A0AEA9.


Border color

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

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

This div border color is #A0AEA9.


Opacity

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

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

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

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

This text has shadow with #A0AEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AEA9 on black background.


Color preview on white background

This text has color #A0AEA9 on white background.



Black color preview on #A0AEA9 background

This text has black color on #A0AEA9 background.


White color preview on #A0AEA9 background

This text has white color on #A0AEA9 background.