COLOR #A1AC9F

HEX: #A1AC9F
RGB: (161,172,159)

Color info

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

RGB color model

#A1AC9F color RGB value is (161,172,159).

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

RGB channels and saturation

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

161
172
159

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

Portions of RGB colors in percentages

R + G + B =
161 + 172 + 159 = 492 (100%)
R 161 of 492 ~ 32.72%
G 172 of 492 ~ 34.96%
B 159 of 492 ~ 32.32%

%32.72
%34.96
%32.32

CMYK color model

#A1AC9F color CMYK value is (6,0,8,33).

  • cyan value is 6.40%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 32.55%
CMYK:
(6,0,8,33)
C6M0Y8K33 
(6%,0%,8%,33%)
(0.06/0.00/0.08/0.33)	

CMYK percentages

%6.4
%0
%7.56
%32.55

Codes

Color #A1AC9F in popluar color models

A1AC9F
RGB161172159
HSL111°7.26%64.90%
HSB/HSV111°7.56%67.45%
CMYK6.40%0.00%7.56%
32.55%

Color #A1AC9F in popluar number systems.

HEXA1AC9F
Decimal161172159
Binary101000011010110010011111
Octal241254237

Shades and tints

Shades of #A1AC9F

#A1AC9F
(161,172,159)
#939D91
(147,157,145)
#858E83
(133,142,131)
#777F75
(119,127,117)
#697067
(105,112,103)
#5B6159
(91,97,89)
#4D524B
(77,82,75)
#3F433D
(63,67,61)
#31342F
(49,52,47)
#232521
(35,37,33)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #A1AC9F

#A1AC9F
(161,172,159)
#A9B3A7
(169,179,167)
#B1BAAF
(177,186,175)
#B9C1B7
(185,193,183)
#C1C8BF
(193,200,191)
#C9CFC7
(201,207,199)
#D1D6CF
(209,214,207)
#D9DDD7
(217,221,215)
#E1E4DF
(225,228,223)
#E9EBE7
(233,235,231)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AC9F; }

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

This text font color is #A1AC9F.


Background Color

.myBgColor { background-color: #A1AC9F; }

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

This div background color is #A1AC9F.


Border color

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

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

This div border color is #A1AC9F.


Opacity

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

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

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

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

This text has shadow with #A1AC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AC9F on black background.


Color preview on white background

This text has color #A1AC9F on white background.



Black color preview on #A1AC9F background

This text has black color on #A1AC9F background.


White color preview on #A1AC9F background

This text has white color on #A1AC9F background.