COLOR #A0AFA6

HEX: #A0AFA6
RGB: (160,175,166)

Color info

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

RGB color model

#A0AFA6 color RGB value is (160,175,166).

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

RGB channels and saturation

R 160 of 255 = 63%
G 175 of 255 = 69%
B 166 of 255 = 65%

160
175
166

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

Portions of RGB colors in percentages

R + G + B =
160 + 175 + 166 = 501 (100%)
R 160 of 501 ~ 31.94%
G 175 of 501 ~ 34.93%
B 166 of 501 ~ 33.13%

%31.94
%34.93
%33.13

CMYK color model

#A0AFA6 color CMYK value is (9,0,5,31).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(9,0,5,31)
C9M0Y5K31 
(9%,0%,5%,31%)
(0.09/0.00/0.05/0.31)	

CMYK percentages

%8.57
%0
%5.14
%31.37

Codes

Color #A0AFA6 in popluar color models

A0AFA6
RGB160175166
HSL144°8.57%65.69%
HSB/HSV144°8.57%68.63%
CMYK8.57%0.00%5.14%
31.37%

Color #A0AFA6 in popluar number systems.

HEXA0AFA6
Decimal160175166
Binary101000001010111110100110
Octal240257246

Shades and tints

Shades of #A0AFA6

#A0AFA6
(160,175,166)
#92A097
(146,160,151)
#849188
(132,145,136)
#768279
(118,130,121)
#68736A
(104,115,106)
#5A645B
(90,100,91)
#4C554C
(76,85,76)
#3E463D
(62,70,61)
#30372E
(48,55,46)
#22281F
(34,40,31)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #A0AFA6

#A0AFA6
(160,175,166)
#A8B6AE
(168,182,174)
#B0BDB6
(176,189,182)
#B8C4BE
(184,196,190)
#C0CBC6
(192,203,198)
#C8D2CE
(200,210,206)
#D0D9D6
(208,217,214)
#D8E0DE
(216,224,222)
#E0E7E6
(224,231,230)
#E8EEEE
(232,238,238)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AFA6; }

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

This text font color is #A0AFA6.


Background Color

.myBgColor { background-color: #A0AFA6; }

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

This div background color is #A0AFA6.


Border color

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

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

This div border color is #A0AFA6.


Opacity

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

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

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

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

This text has shadow with #A0AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AFA6 on black background.


Color preview on white background

This text has color #A0AFA6 on white background.



Black color preview on #A0AFA6 background

This text has black color on #A0AFA6 background.


White color preview on #A0AFA6 background

This text has white color on #A0AFA6 background.