COLOR #A7AAA4

HEX: #A7AAA4 RGB: (167,170,164)

Color info

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

RGB color model

#A7AAA4 color RGB value is (167,170,164).

RGB: (167,170,164) (65%, 67%, 64%)

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 164 of 255 = 64%

167
170
164

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

Portions of RGB colors in percentages

R + G + B = 167 + 170 + 164 = 501 (100%)
R 167 of 501 ~ 33.33%
G 170 of 501 ~ 33.93%
B 164 of 501 ~ 32.73'%

%33.33
%33.93
%32.73

CMYK color model

#A7AAA4 color CMYK value is (2,0,4,33).

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

CMYK: (2,0,4,33)
C2M0Y4K33 (2%, 0%, 4%, 33%)
(0.02 / 0.00 / 0.04 / 0.33)

CMYK percentages

%1.76
%0
%3.53
%33.33

Codes

Color #A7AAA4 in popluar color models

A7 AA A4
RGB 167 170 164
HSL 90° 3.41% 65.49%
HSB/HSV 90° 3.53% 66.67%
CMYK 1.76% 0.00% 3.53%
33.33%

Color #A7AAA4 in popluar number systems.

HEX A7 AA A4
Decimal 167 170 164
Binary 10100111 10101010 10100100
Octal 247 252 244

Shades and tints

Shades of #A7AAA4

#A7AAA4
(167,170,164)
#989B96
(152,155,150)
#898C88
(137,140,136)
#7A7D7A
(122,125,122)
#6B6E6C
(107,110,108)
#5C5F5E
(92,95,94)
#4D5050
(77,80,80)
#3E4142
(62,65,66)
#2F3234
(47,50,52)
#202326
(32,35,38)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #A7AAA4

#A7AAA4
(167,170,164)
#AFB1AC
(175,177,172)
#B7B8B4
(183,184,180)
#BFBFBC
(191,191,188)
#C7C6C4
(199,198,196)
#CFCDCC
(207,205,204)
#D7D4D4
(215,212,212)
#DFDBDC
(223,219,220)
#E7E2E4
(231,226,228)
#EFE9EC
(239,233,236)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AAA4; }

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

This text font color is #A7AAA4.

Background Color

.myBgColor { background-color: #A7AAA4; }

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

This div background color is #A7AAA4.

Border color

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

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

This div border color is #A7AAA4.

Opacity

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

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

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

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

This text has shadow with #A7AAA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AAA4.

Preview

Color preview on black background

This text has color #A7AAA4 on black background.


Color preview on white background

This text has color #A7AAA4 on white background.


Black color preview on #A7AAA4 background

This text has black color on #A7AAA4 background.


White color preview on #A7AAA4 background

This text has white color on #A7AAA4 background.


Related colors

Complementary color

Complementary color for #hex is #58555B.


I love getcolorcode.com

Triadic colors

1 #A4A7AA and #AAA4A7 with #A7AAA4 are triadic colors.

2 #A4AAA7 and #AAA7A4 with #A7AAA4 are triadic colors.