COLOR #A7AE8B

HEX: #A7AE8B
RGB: (167,174,139)

Color info

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

RGB color model

#A7AE8B color RGB value is (167,174,139).

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

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 139 of 255 = 55%

167
174
139

R + G + B ~ 63%. #A7AE8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 174 + 139 = 480 (100%)
R 167 of 480 ~ 34.79%
G 174 of 480 ~ 36.25%
B 139 of 480 ~ 28.96%

%34.79
%36.25
%28.96

CMYK color model

#A7AE8B color CMYK value is (4,0,20,32).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 31.76%
CMYK:
(4,0,20,32)
C4M0Y20K32 
(4%,0%,20%,32%)
(0.04/0.00/0.20/0.32)	

CMYK percentages

%4.02
%0
%20.11
%31.76

Codes

Color #A7AE8B in popluar color models

A7AE8B
RGB167174139
HSL72°17.77%61.37%
HSB/HSV72°20.11%68.24%
CMYK4.02%0.00%20.11%
31.76%

Color #A7AE8B in popluar number systems.

HEXA7AE8B
Decimal167174139
Binary101001111010111010001011
Octal247256213

Shades and tints

Shades of #A7AE8B

#A7AE8B
(167,174,139)
#989F7F
(152,159,127)
#899073
(137,144,115)
#7A8167
(122,129,103)
#6B725B
(107,114,91)
#5C634F
(92,99,79)
#4D5443
(77,84,67)
#3E4537
(62,69,55)
#2F362B
(47,54,43)
#20271F
(32,39,31)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #A7AE8B

#A7AE8B
(167,174,139)
#AFB595
(175,181,149)
#B7BC9F
(183,188,159)
#BFC3A9
(191,195,169)
#C7CAB3
(199,202,179)
#CFD1BD
(207,209,189)
#D7D8C7
(215,216,199)
#DFDFD1
(223,223,209)
#E7E6DB
(231,230,219)
#EFEDE5
(239,237,229)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AE8B; }

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

This text font color is #A7AE8B.


Background Color

.myBgColor { background-color: #A7AE8B; }

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

This div background color is #A7AE8B.


Border color

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

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

This div border color is #A7AE8B.


Opacity

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

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

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

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

This text has shadow with #A7AE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AE8B on black background.


Color preview on white background

This text has color #A7AE8B on white background.



Black color preview on #A7AE8B background

This text has black color on #A7AE8B background.


White color preview on #A7AE8B background

This text has white color on #A7AE8B background.