COLOR #A1AA9D

HEX: #A1AA9D
RGB: (161,170,157)

Color info

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

RGB color model

#A1AA9D color RGB value is (161,170,157).

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

RGB channels and saturation

R 161 of 255 = 63%
G 170 of 255 = 67%
B 157 of 255 = 62%

161
170
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 170 + 157 = 488 (100%)
R 161 of 488 ~ 32.99%
G 170 of 488 ~ 34.84%
B 157 of 488 ~ 32.17%

%32.99
%34.84
%32.17

CMYK color model

#A1AA9D color CMYK value is (5,0,8,33).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK:
(5,0,8,33)
C5M0Y8K33 
(5%,0%,8%,33%)
(0.05/0.00/0.08/0.33)	

CMYK percentages

%5.29
%0
%7.65
%33.33

Codes

Color #A1AA9D in popluar color models

A1AA9D
RGB161170157
HSL102°7.10%64.12%
HSB/HSV102°7.65%66.67%
CMYK5.29%0.00%7.65%
33.33%

Color #A1AA9D in popluar number systems.

HEXA1AA9D
Decimal161170157
Binary101000011010101010011101
Octal241252235

Shades and tints

Shades of #A1AA9D

#A1AA9D
(161,170,157)
#939B8F
(147,155,143)
#858C81
(133,140,129)
#777D73
(119,125,115)
#696E65
(105,110,101)
#5B5F57
(91,95,87)
#4D5049
(77,80,73)
#3F413B
(63,65,59)
#31322D
(49,50,45)
#23231F
(35,35,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A1AA9D

#A1AA9D
(161,170,157)
#A9B1A5
(169,177,165)
#B1B8AD
(177,184,173)
#B9BFB5
(185,191,181)
#C1C6BD
(193,198,189)
#C9CDC5
(201,205,197)
#D1D4CD
(209,212,205)
#D9DBD5
(217,219,213)
#E1E2DD
(225,226,221)
#E9E9E5
(233,233,229)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AA9D color. Also use rgb(161,170,157) instead hex code.

Text Font Color

.myTextColor { color: #A1AA9D; }

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

This text font color is #A1AA9D.


Background Color

.myBgColor { background-color: #A1AA9D; }

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

This div background color is #A1AA9D.


Border color

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

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

This div border color is #A1AA9D.


Opacity

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

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

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

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

This text has shadow with #A1AA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AA9D on black background.


Color preview on white background

This text has color #A1AA9D on white background.



Black color preview on #A1AA9D background

This text has black color on #A1AA9D background.


White color preview on #A1AA9D background

This text has white color on #A1AA9D background.