COLOR #A0AC9F

HEX: #A0AC9F
RGB: (160,172,159)

Color info

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

RGB color model

#A0AC9F color RGB value is (160,172,159).

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

RGB channels and saturation

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

160
172
159

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

Portions of RGB colors in percentages

R + G + B =
160 + 172 + 159 = 491 (100%)
R 160 of 491 ~ 32.59%
G 172 of 491 ~ 35.03%
B 159 of 491 ~ 32.38%

%32.59
%35.03
%32.38

CMYK color model

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

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • 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
%7.56
%32.55

Codes

Color #A0AC9F in popluar color models

A0AC9F
RGB160172159
HSL115°7.26%64.90%
HSB/HSV115°7.56%67.45%
CMYK6.98%0.00%7.56%
32.55%

Color #A0AC9F in popluar number systems.

HEXA0AC9F
Decimal160172159
Binary101000001010110010011111
Octal240254237

Shades and tints

Shades of #A0AC9F

#A0AC9F
(160,172,159)
#929D91
(146,157,145)
#848E83
(132,142,131)
#767F75
(118,127,117)
#687067
(104,112,103)
#5A6159
(90,97,89)
#4C524B
(76,82,75)
#3E433D
(62,67,61)
#30342F
(48,52,47)
#222521
(34,37,33)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A0AC9F

#A0AC9F
(160,172,159)
#A8B3A7
(168,179,167)
#B0BAAF
(176,186,175)
#B8C1B7
(184,193,183)
#C0C8BF
(192,200,191)
#C8CFC7
(200,207,199)
#D0D6CF
(208,214,207)
#D8DDD7
(216,221,215)
#E0E4DF
(224,228,223)
#E8EBE7
(232,235,231)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AC9F; }

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

This text font color is #A0AC9F.


Background Color

.myBgColor { background-color: #A0AC9F; }

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

This div background color is #A0AC9F.


Border color

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

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

This div border color is #A0AC9F.


Opacity

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

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

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

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

This text has shadow with #A0AC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AC9F on black background.


Color preview on white background

This text has color #A0AC9F on white background.



Black color preview on #A0AC9F background

This text has black color on #A0AC9F background.


White color preview on #A0AC9F background

This text has white color on #A0AC9F background.