COLOR #A1AAA7

HEX: #A1AAA7 RGB: (161,170,167)

Color info

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

RGB color model

#A1AAA7 color RGB value is (161,170,167).

RGB: (161,170,167) (63%, 67%, 65%)

RGB channels and saturation

R 161 of 255 = 63%
G 170 of 255 = 67%
B 167 of 255 = 65%

161
170
167

R + G + B ~ 65%. #A1AAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 170 + 167 = 498 (100%)
R 161 of 498 ~ 32.33%
G 170 of 498 ~ 34.14%
B 167 of 498 ~ 33.53'%

%32.33
%34.14
%33.53

CMYK color model

#A1AAA7 color CMYK value is (5,0,2,33).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 1.76%
  • key color value is 33.33%

CMYK: (5,0,2,33)
C5M0Y2K33 (5%, 0%, 2%, 33%)
(0.05 / 0.00 / 0.02 / 0.33)

CMYK percentages

%5.29
%0
%1.76
%33.33

Codes

Color #A1AAA7 in popluar color models

A1 AA A7
RGB 161 170 167
HSL 160° 5.03% 64.90%
HSB/HSV 160° 5.29% 66.67%
CMYK 5.29% 0.00% 1.76%
33.33%

Color #A1AAA7 in popluar number systems.

HEX A1 AA A7
Decimal 161 170 167
Binary 10100001 10101010 10100111
Octal 241 252 247

Shades and tints

Shades of #A1AAA7

#A1AAA7
(161,170,167)
#939B98
(147,155,152)
#858C89
(133,140,137)
#777D7A
(119,125,122)
#696E6B
(105,110,107)
#5B5F5C
(91,95,92)
#4D504D
(77,80,77)
#3F413E
(63,65,62)
#31322F
(49,50,47)
#232320
(35,35,32)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A1AAA7

#A1AAA7
(161,170,167)
#A9B1AF
(169,177,175)
#B1B8B7
(177,184,183)
#B9BFBF
(185,191,191)
#C1C6C7
(193,198,199)
#C9CDCF
(201,205,207)
#D1D4D7
(209,212,215)
#D9DBDF
(217,219,223)
#E1E2E7
(225,226,231)
#E9E9EF
(233,233,239)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AAA7; }

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

This text font color is #A1AAA7.

Background Color

.myBgColor { background-color: #A1AAA7; }

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

This div background color is #A1AAA7.

Border color

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

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

This div border color is #A1AAA7.

Opacity

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

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

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

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

This text has shadow with #A1AAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AAA7.

Preview

Color preview on black background

This text has color #A1AAA7 on black background.


Color preview on white background

This text has color #A1AAA7 on white background.


Black color preview on #A1AAA7 background

This text has black color on #A1AAA7 background.


White color preview on #A1AAA7 background

This text has white color on #A1AAA7 background.


Related colors

Complementary color

Complementary color for #hex is #5E5558.


I love getcolorcode.com

Triadic colors

1 #A7A1AA and #AAA7A1 with #A1AAA7 are triadic colors.

2 #A7AAA1 and #AAA1A7 with #A1AAA7 are triadic colors.