COLOR #A7AF9A

HEX: #A7AF9A
RGB: (167,175,154)

Color info

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

RGB color model

#A7AF9A color RGB value is (167,175,154).

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

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 154 of 255 = 60%

167
175
154

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

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 154 = 496 (100%)
R 167 of 496 ~ 33.67%
G 175 of 496 ~ 35.28%
B 154 of 496 ~ 31.05%

%33.67
%35.28
%31.05

CMYK color model

#A7AF9A color CMYK value is (5,0,12,31).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(5,0,12,31)
C5M0Y12K31 
(5%,0%,12%,31%)
(0.05/0.00/0.12/0.31)	

CMYK percentages

%4.57
%0
%12
%31.37

Codes

Color #A7AF9A in popluar color models

A7AF9A
RGB167175154
HSL83°11.60%64.51%
HSB/HSV83°12.00%68.63%
CMYK4.57%0.00%12.00%
31.37%

Color #A7AF9A in popluar number systems.

HEXA7AF9A
Decimal167175154
Binary101001111010111110011010
Octal247257232

Shades and tints

Shades of #A7AF9A

#A7AF9A
(167,175,154)
#98A08C
(152,160,140)
#89917E
(137,145,126)
#7A8270
(122,130,112)
#6B7362
(107,115,98)
#5C6454
(92,100,84)
#4D5546
(77,85,70)
#3E4638
(62,70,56)
#2F372A
(47,55,42)
#20281C
(32,40,28)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #A7AF9A

#A7AF9A
(167,175,154)
#AFB6A3
(175,182,163)
#B7BDAC
(183,189,172)
#BFC4B5
(191,196,181)
#C7CBBE
(199,203,190)
#CFD2C7
(207,210,199)
#D7D9D0
(215,217,208)
#DFE0D9
(223,224,217)
#E7E7E2
(231,231,226)
#EFEEEB
(239,238,235)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AF9A; }

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

This text font color is #A7AF9A.


Background Color

.myBgColor { background-color: #A7AF9A; }

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

This div background color is #A7AF9A.


Border color

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

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

This div border color is #A7AF9A.


Opacity

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

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

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

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

This text has shadow with #A7AF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AF9A on black background.


Color preview on white background

This text has color #A7AF9A on white background.



Black color preview on #A7AF9A background

This text has black color on #A7AF9A background.


White color preview on #A7AF9A background

This text has white color on #A7AF9A background.