COLOR #A0AAAF

HEX: #A0AAAF RGB: (160,170,175)

Color info

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

RGB color model

#A0AAAF color RGB value is (160,170,175).

RGB: (160,170,175) (63%, 67%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 175 of 255 = 69%

160
170
175

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

Portions of RGB colors in percentages

R + G + B = 160 + 170 + 175 = 505 (100%)
R 160 of 505 ~ 31.68%
G 170 of 505 ~ 33.66%
B 175 of 505 ~ 34.65'%

%31.68
%33.66
%34.65

CMYK color model

#A0AAAF color CMYK value is (9,3,0,31).

  • cyan value is 8.57%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (9,3,0,31)
C9M3Y0K31 (9%, 3%, 0%, 31%)
(0.09 / 0.03 / 0.00 / 0.31)

CMYK percentages

%8.57
%2.86
%0
%31.37

Codes

Color #A0AAAF in popluar color models

A0 AA AF
RGB 160 170 175
HSL 200° 8.57% 65.69%
HSB/HSV 200° 8.57% 68.63%
CMYK 8.57% 2.86% 0.00%
31.37%

Color #A0AAAF in popluar number systems.

HEX A0 AA AF
Decimal 160 170 175
Binary 10100000 10101010 10101111
Octal 240 252 257

Shades and tints

Shades of #A0AAAF

#A0AAAF
(160,170,175)
#929BA0
(146,155,160)
#848C91
(132,140,145)
#767D82
(118,125,130)
#686E73
(104,110,115)
#5A5F64
(90,95,100)
#4C5055
(76,80,85)
#3E4146
(62,65,70)
#303237
(48,50,55)
#222328
(34,35,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #A0AAAF

#A0AAAF
(160,170,175)
#A8B1B6
(168,177,182)
#B0B8BD
(176,184,189)
#B8BFC4
(184,191,196)
#C0C6CB
(192,198,203)
#C8CDD2
(200,205,210)
#D0D4D9
(208,212,217)
#D8DBE0
(216,219,224)
#E0E2E7
(224,226,231)
#E8E9EE
(232,233,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AAAF; }

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

This text font color is #A0AAAF.

Background Color

.myBgColor { background-color: #A0AAAF; }

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

This div background color is #A0AAAF.

Border color

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

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

This div border color is #A0AAAF.

Opacity

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

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

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

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

This text has shadow with #A0AAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AAAF.

Preview

Color preview on black background

This text has color #A0AAAF on black background.


Color preview on white background

This text has color #A0AAAF on white background.


Black color preview on #A0AAAF background

This text has black color on #A0AAAF background.


White color preview on #A0AAAF background

This text has white color on #A0AAAF background.


Related colors

Complementary color

Complementary color for #hex is #5F5550.


I love getcolorcode.com

Triadic colors

1 #AFA0AA and #AAAFA0 with #A0AAAF are triadic colors.

2 #AFAAA0 and #AAA0AF with #A0AAAF are triadic colors.