COLOR #A0AC9D

HEX: #A0AC9D
RGB: (160,172,157)

Color info

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

RGB color model

#A0AC9D color RGB value is (160,172,157).

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

RGB channels and saturation

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

160
172
157

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

Portions of RGB colors in percentages

R + G + B =
160 + 172 + 157 = 489 (100%)
R 160 of 489 ~ 32.72%
G 172 of 489 ~ 35.17%
B 157 of 489 ~ 32.11%

%32.72
%35.17
%32.11

CMYK color model

#A0AC9D color CMYK value is (7,0,9,33).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 32.55%
CMYK:
(7,0,9,33)
C7M0Y9K33 
(7%,0%,9%,33%)
(0.07/0.00/0.09/0.33)	

CMYK percentages

%6.98
%0
%8.72
%32.55

Codes

Color #A0AC9D in popluar color models

A0AC9D
RGB160172157
HSL108°8.29%64.51%
HSB/HSV108°8.72%67.45%
CMYK6.98%0.00%8.72%
32.55%

Color #A0AC9D in popluar number systems.

HEXA0AC9D
Decimal160172157
Binary101000001010110010011101
Octal240254235

Shades and tints

Shades of #A0AC9D

#A0AC9D
(160,172,157)
#929D8F
(146,157,143)
#848E81
(132,142,129)
#767F73
(118,127,115)
#687065
(104,112,101)
#5A6157
(90,97,87)
#4C5249
(76,82,73)
#3E433B
(62,67,59)
#30342D
(48,52,45)
#22251F
(34,37,31)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A0AC9D

#A0AC9D
(160,172,157)
#A8B3A5
(168,179,165)
#B0BAAD
(176,186,173)
#B8C1B5
(184,193,181)
#C0C8BD
(192,200,189)
#C8CFC5
(200,207,197)
#D0D6CD
(208,214,205)
#D8DDD5
(216,221,213)
#E0E4DD
(224,228,221)
#E8EBE5
(232,235,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AC9D; }

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

This text font color is #A0AC9D.


Background Color

.myBgColor { background-color: #A0AC9D; }

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

This div background color is #A0AC9D.


Border color

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

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

This div border color is #A0AC9D.


Opacity

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

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

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

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

This text has shadow with #A0AC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AC9D on black background.


Color preview on white background

This text has color #A0AC9D on white background.



Black color preview on #A0AC9D background

This text has black color on #A0AC9D background.


White color preview on #A0AC9D background

This text has white color on #A0AC9D background.