COLOR #A7AAAF

HEX: #A7AAAF RGB: (167,170,175)

Color info

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

RGB color model

#A7AAAF color RGB value is (167,170,175).

RGB: (167,170,175) (65%, 67%, 69%)

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 175 of 255 = 69%

167
170
175

R + G + B ~ 67%. #A7AAAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 170 + 175 = 512 (100%)
R 167 of 512 ~ 32.62%
G 170 of 512 ~ 33.2%
B 175 of 512 ~ 34.18'%

%32.62
%33.2
%34.18

CMYK color model

#A7AAAF color CMYK value is (5,3,0,31).

  • cyan value is 4.57%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (5,3,0,31)
C5M3Y0K31 (5%, 3%, 0%, 31%)
(0.05 / 0.03 / 0.00 / 0.31)

CMYK percentages

%4.57
%2.86
%0
%31.37

Codes

Color #A7AAAF in popluar color models

A7 AA AF
RGB 167 170 175
HSL 218° 4.76% 67.06%
HSB/HSV 218° 4.57% 68.63%
CMYK 4.57% 2.86% 0.00%
31.37%

Color #A7AAAF in popluar number systems.

HEX A7 AA AF
Decimal 167 170 175
Binary 10100111 10101010 10101111
Octal 247 252 257

Shades and tints

Shades of #A7AAAF

#A7AAAF
(167,170,175)
#989BA0
(152,155,160)
#898C91
(137,140,145)
#7A7D82
(122,125,130)
#6B6E73
(107,110,115)
#5C5F64
(92,95,100)
#4D5055
(77,80,85)
#3E4146
(62,65,70)
#2F3237
(47,50,55)
#202328
(32,35,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #A7AAAF

#A7AAAF
(167,170,175)
#AFB1B6
(175,177,182)
#B7B8BD
(183,184,189)
#BFBFC4
(191,191,196)
#C7C6CB
(199,198,203)
#CFCDD2
(207,205,210)
#D7D4D9
(215,212,217)
#DFDBE0
(223,219,224)
#E7E2E7
(231,226,231)
#EFE9EE
(239,233,238)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AAAF; }

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

This text font color is #A7AAAF.

Background Color

.myBgColor { background-color: #A7AAAF; }

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

This div background color is #A7AAAF.

Border color

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

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

This div border color is #A7AAAF.

Opacity

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

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

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

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

This text has shadow with #A7AAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AAAF.

Preview

Color preview on black background

This text has color #A7AAAF on black background.


Color preview on white background

This text has color #A7AAAF on white background.


Black color preview on #A7AAAF background

This text has black color on #A7AAAF background.


White color preview on #A7AAAF background

This text has white color on #A7AAAF background.


Related colors

Complementary color

Complementary color for #hex is #585550.


I love getcolorcode.com

Triadic colors

1 #AFA7AA and #AAAFA7 with #A7AAAF are triadic colors.

2 #AFAAA7 and #AAA7AF with #A7AAAF are triadic colors.