COLOR #A0AAAC

HEX: #A0AAAC
RGB: (160,170,172)

Color info

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

RGB color model

#A0AAAC color RGB value is (160,170,172).

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

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 172 of 255 = 67%

160
170
172

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

Portions of RGB colors in percentages

R + G + B =
160 + 170 + 172 = 502 (100%)
R 160 of 502 ~ 31.87%
G 170 of 502 ~ 33.86%
B 172 of 502 ~ 34.26%

%31.87
%33.86
%34.26

CMYK color model

#A0AAAC color CMYK value is (7,1,0,33).

  • cyan value is 6.98%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(7,1,0,33)
C7M1Y0K33 
(7%,1%,0%,33%)
(0.07/0.01/0.00/0.33)	

CMYK percentages

%6.98
%1.16
%0
%32.55

Codes

Color #A0AAAC in popluar color models

A0AAAC
RGB160170172
HSL190°6.74%65.10%
HSB/HSV190°6.98%67.45%
CMYK6.98%1.16%0.00%
32.55%

Color #A0AAAC in popluar number systems.

HEXA0AAAC
Decimal160170172
Binary101000001010101010101100
Octal240252254

Shades and tints

Shades of #A0AAAC

#A0AAAC
(160,170,172)
#929B9D
(146,155,157)
#848C8E
(132,140,142)
#767D7F
(118,125,127)
#686E70
(104,110,112)
#5A5F61
(90,95,97)
#4C5052
(76,80,82)
#3E4143
(62,65,67)
#303234
(48,50,52)
#222325
(34,35,37)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #A0AAAC

#A0AAAC
(160,170,172)
#A8B1B3
(168,177,179)
#B0B8BA
(176,184,186)
#B8BFC1
(184,191,193)
#C0C6C8
(192,198,200)
#C8CDCF
(200,205,207)
#D0D4D6
(208,212,214)
#D8DBDD
(216,219,221)
#E0E2E4
(224,226,228)
#E8E9EB
(232,233,235)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AAAC; }

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

This text font color is #A0AAAC.


Background Color

.myBgColor { background-color: #A0AAAC; }

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

This div background color is #A0AAAC.


Border color

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

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

This div border color is #A0AAAC.


Opacity

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

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

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

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

This text has shadow with #A0AAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AAAC on black background.


Color preview on white background

This text has color #A0AAAC on white background.



Black color preview on #A0AAAC background

This text has black color on #A0AAAC background.


White color preview on #A0AAAC background

This text has white color on #A0AAAC background.