COLOR #A7A1AF

HEX: #A7A1AF
RGB: (167,161,175)

Color info

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

RGB color model

#A7A1AF color RGB value is (167,161,175).

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

RGB channels and saturation

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

167
161
175

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

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 175 = 503 (100%)
R 167 of 503 ~ 33.2%
G 161 of 503 ~ 32.01%
B 175 of 503 ~ 34.79%

%33.2
%32.01
%34.79

CMYK color model

#A7A1AF color CMYK value is (5,8,0,31).

  • cyan value is 4.57%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(5,8,0,31)
C5M8Y0K31 
(5%,8%,0%,31%)
(0.05/0.08/0.00/0.31)	

CMYK percentages

%4.57
%8
%0
%31.37

Codes

Color #A7A1AF in popluar color models

A7A1AF
RGB167161175
HSL266°8.05%65.88%
HSB/HSV266°8.00%68.63%
CMYK4.57%8.00%0.00%
31.37%

Color #A7A1AF in popluar number systems.

HEXA7A1AF
Decimal167161175
Binary101001111010000110101111
Octal247241257

Shades and tints

Shades of #A7A1AF

#A7A1AF
(167,161,175)
#9893A0
(152,147,160)
#898591
(137,133,145)
#7A7782
(122,119,130)
#6B6973
(107,105,115)
#5C5B64
(92,91,100)
#4D4D55
(77,77,85)
#3E3F46
(62,63,70)
#2F3137
(47,49,55)
#202328
(32,35,40)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #A7A1AF

#A7A1AF
(167,161,175)
#AFA9B6
(175,169,182)
#B7B1BD
(183,177,189)
#BFB9C4
(191,185,196)
#C7C1CB
(199,193,203)
#CFC9D2
(207,201,210)
#D7D1D9
(215,209,217)
#DFD9E0
(223,217,224)
#E7E1E7
(231,225,231)
#EFE9EE
(239,233,238)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A1AF; }

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

This text font color is #A7A1AF.


Background Color

.myBgColor { background-color: #A7A1AF; }

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

This div background color is #A7A1AF.


Border color

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

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

This div border color is #A7A1AF.


Opacity

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

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

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

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

This text has shadow with #A7A1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A1AF on black background.


Color preview on white background

This text has color #A7A1AF on white background.



Black color preview on #A7A1AF background

This text has black color on #A7A1AF background.


White color preview on #A7A1AF background

This text has white color on #A7A1AF background.