COLOR #A7AAAA

HEX: #A7AAAA
RGB: (167,170,170)

Color info

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

RGB color model

#A7AAAA color RGB value is (167,170,170).

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

RGB channels and saturation

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

167
170
170

R + G + B ~ 66%. #A7AAAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 170 + 170 = 507 (100%)
R 167 of 507 ~ 32.94%
G 170 of 507 ~ 33.53%
B 170 of 507 ~ 33.53%

%32.94
%33.53
%33.53

CMYK color model

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

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

CMYK percentages

%1.76
%0
%0
%33.33

Codes

Color #A7AAAA in popluar color models

A7AAAA
RGB167170170
HSL180°1.73%66.08%
HSB/HSV180°1.76%66.67%
CMYK1.76%0.00%0.00%
33.33%

Color #A7AAAA in popluar number systems.

HEXA7AAAA
Decimal167170170
Binary101001111010101010101010
Octal247252252

Shades and tints

Shades of #A7AAAA

#A7AAAA
(167,170,170)
#989B9B
(152,155,155)
#898C8C
(137,140,140)
#7A7D7D
(122,125,125)
#6B6E6E
(107,110,110)
#5C5F5F
(92,95,95)
#4D5050
(77,80,80)
#3E4141
(62,65,65)
#2F3232
(47,50,50)
#202323
(32,35,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7AAAA

#A7AAAA
(167,170,170)
#AFB1B1
(175,177,177)
#B7B8B8
(183,184,184)
#BFBFBF
(191,191,191)
#C7C6C6
(199,198,198)
#CFCDCD
(207,205,205)
#D7D4D4
(215,212,212)
#DFDBDB
(223,219,219)
#E7E2E2
(231,226,226)
#EFE9E9
(239,233,233)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AAAA; }

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

This text font color is #A7AAAA.


Background Color

.myBgColor { background-color: #A7AAAA; }

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

This div background color is #A7AAAA.


Border color

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

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

This div border color is #A7AAAA.


Opacity

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

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

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

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

This text has shadow with #A7AAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AAAA on black background.


Color preview on white background

This text has color #A7AAAA on white background.



Black color preview on #A7AAAA background

This text has black color on #A7AAAA background.


White color preview on #A7AAAA background

This text has white color on #A7AAAA background.