COLOR #A7AE9F

HEX: #A7AE9F
RGB: (167,174,159)

Color info

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

RGB color model

#A7AE9F color RGB value is (167,174,159).

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

RGB channels and saturation

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

167
174
159

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

Portions of RGB colors in percentages

R + G + B =
167 + 174 + 159 = 500 (100%)
R 167 of 500 ~ 33.4%
G 174 of 500 ~ 34.8%
B 159 of 500 ~ 31.8%

%33.4
%34.8
%31.8

CMYK color model

#A7AE9F color CMYK value is (4,0,9,32).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(4,0,9,32)
C4M0Y9K32 
(4%,0%,9%,32%)
(0.04/0.00/0.09/0.32)	

CMYK percentages

%4.02
%0
%8.62
%31.76

Codes

Color #A7AE9F in popluar color models

A7AE9F
RGB167174159
HSL88°8.47%65.29%
HSB/HSV88°8.62%68.24%
CMYK4.02%0.00%8.62%
31.76%

Color #A7AE9F in popluar number systems.

HEXA7AE9F
Decimal167174159
Binary101001111010111010011111
Octal247256237

Shades and tints

Shades of #A7AE9F

#A7AE9F
(167,174,159)
#989F91
(152,159,145)
#899083
(137,144,131)
#7A8175
(122,129,117)
#6B7267
(107,114,103)
#5C6359
(92,99,89)
#4D544B
(77,84,75)
#3E453D
(62,69,61)
#2F362F
(47,54,47)
#202721
(32,39,33)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #A7AE9F

#A7AE9F
(167,174,159)
#AFB5A7
(175,181,167)
#B7BCAF
(183,188,175)
#BFC3B7
(191,195,183)
#C7CABF
(199,202,191)
#CFD1C7
(207,209,199)
#D7D8CF
(215,216,207)
#DFDFD7
(223,223,215)
#E7E6DF
(231,230,223)
#EFEDE7
(239,237,231)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AE9F; }

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

This text font color is #A7AE9F.


Background Color

.myBgColor { background-color: #A7AE9F; }

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

This div background color is #A7AE9F.


Border color

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

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

This div border color is #A7AE9F.


Opacity

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

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

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

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

This text has shadow with #A7AE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AE9F on black background.


Color preview on white background

This text has color #A7AE9F on white background.



Black color preview on #A7AE9F background

This text has black color on #A7AE9F background.


White color preview on #A7AE9F background

This text has white color on #A7AE9F background.