COLOR #A0AFAE

HEX: #A0AFAE
RGB: (160,175,174)

Color info

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

RGB color model

#A0AFAE color RGB value is (160,175,174).

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

RGB channels and saturation

R 160 of 255 = 63%
G 175 of 255 = 69%
B 174 of 255 = 68%

160
175
174

R + G + B ~ 67%. #A0AFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 175 + 174 = 509 (100%)
R 160 of 509 ~ 31.43%
G 175 of 509 ~ 34.38%
B 174 of 509 ~ 34.18%

%31.43
%34.38
%34.18

CMYK color model

#A0AFAE color CMYK value is (9,0,1,31).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK:
(9,0,1,31)
C9M0Y1K31 
(9%,0%,1%,31%)
(0.09/0.00/0.01/0.31)	

CMYK percentages

%8.57
%0
%0.57
%31.37

Codes

Color #A0AFAE in popluar color models

A0AFAE
RGB160175174
HSL176°8.57%65.69%
HSB/HSV176°8.57%68.63%
CMYK8.57%0.00%0.57%
31.37%

Color #A0AFAE in popluar number systems.

HEXA0AFAE
Decimal160175174
Binary101000001010111110101110
Octal240257256

Shades and tints

Shades of #A0AFAE

#A0AFAE
(160,175,174)
#92A09F
(146,160,159)
#849190
(132,145,144)
#768281
(118,130,129)
#687372
(104,115,114)
#5A6463
(90,100,99)
#4C5554
(76,85,84)
#3E4645
(62,70,69)
#303736
(48,55,54)
#222827
(34,40,39)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #A0AFAE

#A0AFAE
(160,175,174)
#A8B6B5
(168,182,181)
#B0BDBC
(176,189,188)
#B8C4C3
(184,196,195)
#C0CBCA
(192,203,202)
#C8D2D1
(200,210,209)
#D0D9D8
(208,217,216)
#D8E0DF
(216,224,223)
#E0E7E6
(224,231,230)
#E8EEED
(232,238,237)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AFAE; }

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

This text font color is #A0AFAE.


Background Color

.myBgColor { background-color: #A0AFAE; }

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

This div background color is #A0AFAE.


Border color

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

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

This div border color is #A0AFAE.


Opacity

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

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

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

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

This text has shadow with #A0AFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AFAE on black background.


Color preview on white background

This text has color #A0AFAE on white background.



Black color preview on #A0AFAE background

This text has black color on #A0AFAE background.


White color preview on #A0AFAE background

This text has white color on #A0AFAE background.