COLOR #A7A0AF

HEX: #A7A0AF
RGB: (167,160,175)

Color info

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

RGB color model

#A7A0AF color RGB value is (167,160,175).

  • red value is 167;
  • green value is 160;
  • blue value is 175.
RGB:
(167,160,175)
(65%,63%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 175 of 255 = 69%

167
160
175

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

Portions of RGB colors in percentages

R + G + B =
167 + 160 + 175 = 502 (100%)
R 167 of 502 ~ 33.27%
G 160 of 502 ~ 31.87%
B 175 of 502 ~ 34.86%

%33.27
%31.87
%34.86

CMYK color model

#A7A0AF color CMYK value is (5,9,0,31).

  • cyan value is 4.57%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(5,9,0,31)
C5M9Y0K31 
(5%,9%,0%,31%)
(0.05/0.09/0.00/0.31)	

CMYK percentages

%4.57
%8.57
%0
%31.37

Codes

Color #A7A0AF in popluar color models

A7A0AF
RGB167160175
HSL268°8.57%65.69%
HSB/HSV268°8.57%68.63%
CMYK4.57%8.57%0.00%
31.37%

Color #A7A0AF in popluar number systems.

HEXA7A0AF
Decimal167160175
Binary101001111010000010101111
Octal247240257

Shades and tints

Shades of #A7A0AF

#A7A0AF
(167,160,175)
#9892A0
(152,146,160)
#898491
(137,132,145)
#7A7682
(122,118,130)
#6B6873
(107,104,115)
#5C5A64
(92,90,100)
#4D4C55
(77,76,85)
#3E3E46
(62,62,70)
#2F3037
(47,48,55)
#202228
(32,34,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #A7A0AF

#A7A0AF
(167,160,175)
#AFA8B6
(175,168,182)
#B7B0BD
(183,176,189)
#BFB8C4
(191,184,196)
#C7C0CB
(199,192,203)
#CFC8D2
(207,200,210)
#D7D0D9
(215,208,217)
#DFD8E0
(223,216,224)
#E7E0E7
(231,224,231)
#EFE8EE
(239,232,238)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A0AF; }

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

This text font color is #A7A0AF.


Background Color

.myBgColor { background-color: #A7A0AF; }

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

This div background color is #A7A0AF.


Border color

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

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

This div border color is #A7A0AF.


Opacity

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

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

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

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

This text has shadow with #A7A0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A0AF on black background.


Color preview on white background

This text has color #A7A0AF on white background.



Black color preview on #A7A0AF background

This text has black color on #A7A0AF background.


White color preview on #A7A0AF background

This text has white color on #A7A0AF background.