COLOR #A7AAA0

HEX: #A7AAA0 RGB: (167,170,160)

Color info

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

RGB color model

#A7AAA0 color RGB value is (167,170,160).

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

RGB channels and saturation

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

167
170
160

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

Portions of RGB colors in percentages

R + G + B = 167 + 170 + 160 = 497 (100%)
R 167 of 497 ~ 33.6%
G 170 of 497 ~ 34.21%
B 160 of 497 ~ 32.19'%

%33.6
%34.21
%32.19

CMYK color model

#A7AAA0 color CMYK value is (2,0,6,33).

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

CMYK: (2,0,6,33)
C2M0Y6K33 (2%, 0%, 6%, 33%)
(0.02 / 0.00 / 0.06 / 0.33)

CMYK percentages

%1.76
%0
%5.88
%33.33

Codes

Color #A7AAA0 in popluar color models

A7 AA A0
RGB 167 170 160
HSL 78° 5.56% 64.71%
HSB/HSV 78° 5.88% 66.67%
CMYK 1.76% 0.00% 5.88%
33.33%

Color #A7AAA0 in popluar number systems.

HEX A7 AA A0
Decimal 167 170 160
Binary 10100111 10101010 10100000
Octal 247 252 240

Shades and tints

Shades of #A7AAA0

#A7AAA0
(167,170,160)
#989B92
(152,155,146)
#898C84
(137,140,132)
#7A7D76
(122,125,118)
#6B6E68
(107,110,104)
#5C5F5A
(92,95,90)
#4D504C
(77,80,76)
#3E413E
(62,65,62)
#2F3230
(47,50,48)
#202322
(32,35,34)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7AAA0

#A7AAA0
(167,170,160)
#AFB1A8
(175,177,168)
#B7B8B0
(183,184,176)
#BFBFB8
(191,191,184)
#C7C6C0
(199,198,192)
#CFCDC8
(207,205,200)
#D7D4D0
(215,212,208)
#DFDBD8
(223,219,216)
#E7E2E0
(231,226,224)
#EFE9E8
(239,233,232)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AAA0; }

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

This text font color is #A7AAA0.

Background Color

.myBgColor { background-color: #A7AAA0; }

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

This div background color is #A7AAA0.

Border color

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

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

This div border color is #A7AAA0.

Opacity

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

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

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

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

This text has shadow with #A7AAA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AAA0.

Preview

Color preview on black background

This text has color #A7AAA0 on black background.


Color preview on white background

This text has color #A7AAA0 on white background.


Black color preview on #A7AAA0 background

This text has black color on #A7AAA0 background.


White color preview on #A7AAA0 background

This text has white color on #A7AAA0 background.


Related colors

Complementary color

Complementary color for #hex is #58555F.


I love getcolorcode.com

Triadic colors

1 #A0A7AA and #AAA0A7 with #A7AAA0 are triadic colors.

2 #A0AAA7 and #AAA7A0 with #A7AAA0 are triadic colors.