COLOR #A7A4AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

167
164
170

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

Portions of RGB colors in percentages

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

%33.33
%32.73
%33.93

CMYK color model

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

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

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

CMYK percentages

%1.76
%3.53
%0
%33.33

Codes

Color #A7A4AA in popluar color models

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

Color #A7A4AA in popluar number systems.

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

Shades and tints

Shades of #A7A4AA

#A7A4AA
(167,164,170)
#98969B
(152,150,155)
#89888C
(137,136,140)
#7A7A7D
(122,122,125)
#6B6C6E
(107,108,110)
#5C5E5F
(92,94,95)
#4D5050
(77,80,80)
#3E4241
(62,66,65)
#2F3432
(47,52,50)
#202623
(32,38,35)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #A7A4AA

#A7A4AA
(167,164,170)
#AFACB1
(175,172,177)
#B7B4B8
(183,180,184)
#BFBCBF
(191,188,191)
#C7C4C6
(199,196,198)
#CFCCCD
(207,204,205)
#D7D4D4
(215,212,212)
#DFDCDB
(223,220,219)
#E7E4E2
(231,228,226)
#EFECE9
(239,236,233)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A4AA; }

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

This text font color is #A7A4AA.

Background Color

.myBgColor { background-color: #A7A4AA; }

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

This div background color is #A7A4AA.

Border color

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

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

This div border color is #A7A4AA.

Opacity

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

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

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

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

This text has shadow with #A7A4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A4AA.

Preview

Color preview on black background

This text has color #A7A4AA on black background.


Color preview on white background

This text has color #A7A4AA on white background.


Black color preview on #A7A4AA background

This text has black color on #A7A4AA background.


White color preview on #A7A4AA background

This text has white color on #A7A4AA background.


Related colors

Complementary color

Complementary color for #hex is #585B55.


I love getcolorcode.com

Triadic colors

1 #AAA7A4 and #A4AAA7 with #A7A4AA are triadic colors.

2 #AAA4A7 and #A4A7AA with #A7A4AA are triadic colors.