COLOR #A0AA8C

HEX: #A0AA8C
RGB: (160,170,140)

Color info

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

RGB color model

#A0AA8C color RGB value is (160,170,140).

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

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 140 of 255 = 55%

160
170
140

R + G + B ~ 62%. #A0AA8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 170 + 140 = 470 (100%)
R 160 of 470 ~ 34.04%
G 170 of 470 ~ 36.17%
B 140 of 470 ~ 29.79%

%34.04
%36.17
%29.79

CMYK color model

#A0AA8C color CMYK value is (6,0,18,33).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 33.33%
CMYK:
(6,0,18,33)
C6M0Y18K33 
(6%,0%,18%,33%)
(0.06/0.00/0.18/0.33)	

CMYK percentages

%5.88
%0
%17.65
%33.33

Codes

Color #A0AA8C in popluar color models

A0AA8C
RGB160170140
HSL80°15.00%60.78%
HSB/HSV80°17.65%66.67%
CMYK5.88%0.00%17.65%
33.33%

Color #A0AA8C in popluar number systems.

HEXA0AA8C
Decimal160170140
Binary101000001010101010001100
Octal240252214

Shades and tints

Shades of #A0AA8C

#A0AA8C
(160,170,140)
#929B80
(146,155,128)
#848C74
(132,140,116)
#767D68
(118,125,104)
#686E5C
(104,110,92)
#5A5F50
(90,95,80)
#4C5044
(76,80,68)
#3E4138
(62,65,56)
#30322C
(48,50,44)
#222320
(34,35,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A0AA8C

#A0AA8C
(160,170,140)
#A8B196
(168,177,150)
#B0B8A0
(176,184,160)
#B8BFAA
(184,191,170)
#C0C6B4
(192,198,180)
#C8CDBE
(200,205,190)
#D0D4C8
(208,212,200)
#D8DBD2
(216,219,210)
#E0E2DC
(224,226,220)
#E8E9E6
(232,233,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AA8C; }

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

This text font color is #A0AA8C.


Background Color

.myBgColor { background-color: #A0AA8C; }

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

This div background color is #A0AA8C.


Border color

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

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

This div border color is #A0AA8C.


Opacity

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

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

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

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

This text has shadow with #A0AA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AA8C on black background.


Color preview on white background

This text has color #A0AA8C on white background.



Black color preview on #A0AA8C background

This text has black color on #A0AA8C background.


White color preview on #A0AA8C background

This text has white color on #A0AA8C background.