COLOR #A7A1AA

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

Color info

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

RGB color model

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

  • red value is 167;
  • green value is 161;
  • blue value is 170.
RGB:
(167,161,170)
(65%,63%,67%)

RGB channels and saturation

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

167
161
170

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

Portions of RGB colors in percentages

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

%33.53
%32.33
%34.14

CMYK color model

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

  • cyan value is 1.76%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,5,0,33)
C2M5Y0K33 
(2%,5%,0%,33%)
(0.02/0.05/0.00/0.33)	

CMYK percentages

%1.76
%5.29
%0
%33.33

Codes

Color #A7A1AA in popluar color models

A7A1AA
RGB167161170
HSL280°5.03%64.90%
HSB/HSV280°5.29%66.67%
CMYK1.76%5.29%0.00%
33.33%

Color #A7A1AA in popluar number systems.

HEXA7A1AA
Decimal167161170
Binary101001111010000110101010
Octal247241252

Shades and tints

Shades of #A7A1AA

#A7A1AA
(167,161,170)
#98939B
(152,147,155)
#89858C
(137,133,140)
#7A777D
(122,119,125)
#6B696E
(107,105,110)
#5C5B5F
(92,91,95)
#4D4D50
(77,77,80)
#3E3F41
(62,63,65)
#2F3132
(47,49,50)
#202323
(32,35,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #A7A1AA

#A7A1AA
(167,161,170)
#AFA9B1
(175,169,177)
#B7B1B8
(183,177,184)
#BFB9BF
(191,185,191)
#C7C1C6
(199,193,198)
#CFC9CD
(207,201,205)
#D7D1D4
(215,209,212)
#DFD9DB
(223,217,219)
#E7E1E2
(231,225,226)
#EFE9E9
(239,233,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A1AA; }

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

This text font color is #A7A1AA.


Background Color

.myBgColor { background-color: #A7A1AA; }

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

This div background color is #A7A1AA.


Border color

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

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

This div border color is #A7A1AA.


Opacity

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

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

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

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

This text has shadow with #A7A1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A1AA on black background.


Color preview on white background

This text has color #A7A1AA on white background.



Black color preview on #A7A1AA background

This text has black color on #A7A1AA background.


White color preview on #A7A1AA background

This text has white color on #A7A1AA background.