COLOR #A0AAA6

HEX: #A0AAA6
RGB: (160,170,166)

Color info

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

RGB color model

#A0AAA6 color RGB value is (160,170,166).

  • red value is 160;
  • green value is 170;
  • blue value is 166.
RGB:
(160,170,166)
(63%,67%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 166 of 255 = 65%

160
170
166

R + G + B ~ 65%. #A0AAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 170 + 166 = 496 (100%)
R 160 of 496 ~ 32.26%
G 170 of 496 ~ 34.27%
B 166 of 496 ~ 33.47%

%32.26
%34.27
%33.47

CMYK color model

#A0AAA6 color CMYK value is (6,0,2,33).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(6,0,2,33)
C6M0Y2K33 
(6%,0%,2%,33%)
(0.06/0.00/0.02/0.33)	

CMYK percentages

%5.88
%0
%2.35
%33.33

Codes

Color #A0AAA6 in popluar color models

A0AAA6
RGB160170166
HSL156°5.56%64.71%
HSB/HSV156°5.88%66.67%
CMYK5.88%0.00%2.35%
33.33%

Color #A0AAA6 in popluar number systems.

HEXA0AAA6
Decimal160170166
Binary101000001010101010100110
Octal240252246

Shades and tints

Shades of #A0AAA6

#A0AAA6
(160,170,166)
#929B97
(146,155,151)
#848C88
(132,140,136)
#767D79
(118,125,121)
#686E6A
(104,110,106)
#5A5F5B
(90,95,91)
#4C504C
(76,80,76)
#3E413D
(62,65,61)
#30322E
(48,50,46)
#22231F
(34,35,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #A0AAA6

#A0AAA6
(160,170,166)
#A8B1AE
(168,177,174)
#B0B8B6
(176,184,182)
#B8BFBE
(184,191,190)
#C0C6C6
(192,198,198)
#C8CDCE
(200,205,206)
#D0D4D6
(208,212,214)
#D8DBDE
(216,219,222)
#E0E2E6
(224,226,230)
#E8E9EE
(232,233,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AAA6 color. Also use rgb(160,170,166) instead hex code.

Text Font Color

.myTextColor { color: #A0AAA6; }

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

This text font color is #A0AAA6.


Background Color

.myBgColor { background-color: #A0AAA6; }

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

This div background color is #A0AAA6.


Border color

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

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

This div border color is #A0AAA6.


Opacity

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

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

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

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

This text has shadow with #A0AAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AAA6 on black background.


Color preview on white background

This text has color #A0AAA6 on white background.



Black color preview on #A0AAA6 background

This text has black color on #A0AAA6 background.


White color preview on #A0AAA6 background

This text has white color on #A0AAA6 background.