COLOR #A7AFAE

HEX: #A7AFAE
RGB: (167,175,174)

Color info

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

RGB color model

#A7AFAE color RGB value is (167,175,174).

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

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 174 of 255 = 68%

167
175
174

R + G + B ~ 67%. #A7AFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 174 = 516 (100%)
R 167 of 516 ~ 32.36%
G 175 of 516 ~ 33.91%
B 174 of 516 ~ 33.72%

%32.36
%33.91
%33.72

CMYK color model

#A7AFAE color CMYK value is (5,0,1,31).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK:
(5,0,1,31)
C5M0Y1K31 
(5%,0%,1%,31%)
(0.05/0.00/0.01/0.31)	

CMYK percentages

%4.57
%0
%0.57
%31.37

Codes

Color #A7AFAE in popluar color models

A7AFAE
RGB167175174
HSL173°4.76%67.06%
HSB/HSV173°4.57%68.63%
CMYK4.57%0.00%0.57%
31.37%

Color #A7AFAE in popluar number systems.

HEXA7AFAE
Decimal167175174
Binary101001111010111110101110
Octal247257256

Shades and tints

Shades of #A7AFAE

#A7AFAE
(167,175,174)
#98A09F
(152,160,159)
#899190
(137,145,144)
#7A8281
(122,130,129)
#6B7372
(107,115,114)
#5C6463
(92,100,99)
#4D5554
(77,85,84)
#3E4645
(62,70,69)
#2F3736
(47,55,54)
#202827
(32,40,39)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #A7AFAE

#A7AFAE
(167,175,174)
#AFB6B5
(175,182,181)
#B7BDBC
(183,189,188)
#BFC4C3
(191,196,195)
#C7CBCA
(199,203,202)
#CFD2D1
(207,210,209)
#D7D9D8
(215,217,216)
#DFE0DF
(223,224,223)
#E7E7E6
(231,231,230)
#EFEEED
(239,238,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AFAE; }

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

This text font color is #A7AFAE.


Background Color

.myBgColor { background-color: #A7AFAE; }

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

This div background color is #A7AFAE.


Border color

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

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

This div border color is #A7AFAE.


Opacity

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

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

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

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

This text has shadow with #A7AFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AFAE on black background.


Color preview on white background

This text has color #A7AFAE on white background.



Black color preview on #A7AFAE background

This text has black color on #A7AFAE background.


White color preview on #A7AFAE background

This text has white color on #A7AFAE background.