COLOR #A7AE9D

HEX: #A7AE9D
RGB: (167,174,157)

Color info

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

RGB color model

#A7AE9D color RGB value is (167,174,157).

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

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 157 of 255 = 62%

167
174
157

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

Portions of RGB colors in percentages

R + G + B =
167 + 174 + 157 = 498 (100%)
R 167 of 498 ~ 33.53%
G 174 of 498 ~ 34.94%
B 157 of 498 ~ 31.53%

%33.53
%34.94
%31.53

CMYK color model

#A7AE9D color CMYK value is (4,0,10,32).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 31.76%
CMYK:
(4,0,10,32)
C4M0Y10K32 
(4%,0%,10%,32%)
(0.04/0.00/0.10/0.32)	

CMYK percentages

%4.02
%0
%9.77
%31.76

Codes

Color #A7AE9D in popluar color models

A7AE9D
RGB167174157
HSL85°9.50%64.90%
HSB/HSV85°9.77%68.24%
CMYK4.02%0.00%9.77%
31.76%

Color #A7AE9D in popluar number systems.

HEXA7AE9D
Decimal167174157
Binary101001111010111010011101
Octal247256235

Shades and tints

Shades of #A7AE9D

#A7AE9D
(167,174,157)
#989F8F
(152,159,143)
#899081
(137,144,129)
#7A8173
(122,129,115)
#6B7265
(107,114,101)
#5C6357
(92,99,87)
#4D5449
(77,84,73)
#3E453B
(62,69,59)
#2F362D
(47,54,45)
#20271F
(32,39,31)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #A7AE9D

#A7AE9D
(167,174,157)
#AFB5A5
(175,181,165)
#B7BCAD
(183,188,173)
#BFC3B5
(191,195,181)
#C7CABD
(199,202,189)
#CFD1C5
(207,209,197)
#D7D8CD
(215,216,205)
#DFDFD5
(223,223,213)
#E7E6DD
(231,230,221)
#EFEDE5
(239,237,229)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AE9D; }

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

This text font color is #A7AE9D.


Background Color

.myBgColor { background-color: #A7AE9D; }

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

This div background color is #A7AE9D.


Border color

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

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

This div border color is #A7AE9D.


Opacity

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

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

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

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

This text has shadow with #A7AE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AE9D on black background.


Color preview on white background

This text has color #A7AE9D on white background.



Black color preview on #A7AE9D background

This text has black color on #A7AE9D background.


White color preview on #A7AE9D background

This text has white color on #A7AE9D background.