COLOR #A0AC9E

HEX: #A0AC9E
RGB: (160,172,158)

Color info

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

RGB color model

#A0AC9E color RGB value is (160,172,158).

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

RGB channels and saturation

R 160 of 255 = 63%
G 172 of 255 = 67%
B 158 of 255 = 62%

160
172
158

R + G + B ~ 64%. #A0AC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 172 + 158 = 490 (100%)
R 160 of 490 ~ 32.65%
G 172 of 490 ~ 35.1%
B 158 of 490 ~ 32.24%

%32.65
%35.1
%32.24

CMYK color model

#A0AC9E color CMYK value is (7,0,8,33).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 32.55%
CMYK:
(7,0,8,33)
C7M0Y8K33 
(7%,0%,8%,33%)
(0.07/0.00/0.08/0.33)	

CMYK percentages

%6.98
%0
%8.14
%32.55

Codes

Color #A0AC9E in popluar color models

A0AC9E
RGB160172158
HSL111°7.78%64.71%
HSB/HSV111°8.14%67.45%
CMYK6.98%0.00%8.14%
32.55%

Color #A0AC9E in popluar number systems.

HEXA0AC9E
Decimal160172158
Binary101000001010110010011110
Octal240254236

Shades and tints

Shades of #A0AC9E

#A0AC9E
(160,172,158)
#929D90
(146,157,144)
#848E82
(132,142,130)
#767F74
(118,127,116)
#687066
(104,112,102)
#5A6158
(90,97,88)
#4C524A
(76,82,74)
#3E433C
(62,67,60)
#30342E
(48,52,46)
#222520
(34,37,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #A0AC9E

#A0AC9E
(160,172,158)
#A8B3A6
(168,179,166)
#B0BAAE
(176,186,174)
#B8C1B6
(184,193,182)
#C0C8BE
(192,200,190)
#C8CFC6
(200,207,198)
#D0D6CE
(208,214,206)
#D8DDD6
(216,221,214)
#E0E4DE
(224,228,222)
#E8EBE6
(232,235,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AC9E; }

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

This text font color is #A0AC9E.


Background Color

.myBgColor { background-color: #A0AC9E; }

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

This div background color is #A0AC9E.


Border color

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

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

This div border color is #A0AC9E.


Opacity

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

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

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

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

This text has shadow with #A0AC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AC9E on black background.


Color preview on white background

This text has color #A0AC9E on white background.



Black color preview on #A0AC9E background

This text has black color on #A0AC9E background.


White color preview on #A0AC9E background

This text has white color on #A0AC9E background.