COLOR #A7AE99

HEX: #A7AE99
RGB: (167,174,153)

Color info

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

RGB color model

#A7AE99 color RGB value is (167,174,153).

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

RGB channels and saturation

R 167 of 255 = 65%
G 174 of 255 = 68%
B 153 of 255 = 60%

167
174
153

R + G + B ~ 64%. #A7AE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 174 + 153 = 494 (100%)
R 167 of 494 ~ 33.81%
G 174 of 494 ~ 35.22%
B 153 of 494 ~ 30.97%

%33.81
%35.22
%30.97

CMYK color model

#A7AE99 color CMYK value is (4,0,12,32).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK:
(4,0,12,32)
C4M0Y12K32 
(4%,0%,12%,32%)
(0.04/0.00/0.12/0.32)	

CMYK percentages

%4.02
%0
%12.07
%31.76

Codes

Color #A7AE99 in popluar color models

A7AE99
RGB167174153
HSL80°11.48%64.12%
HSB/HSV80°12.07%68.24%
CMYK4.02%0.00%12.07%
31.76%

Color #A7AE99 in popluar number systems.

HEXA7AE99
Decimal167174153
Binary101001111010111010011001
Octal247256231

Shades and tints

Shades of #A7AE99

#A7AE99
(167,174,153)
#989F8C
(152,159,140)
#89907F
(137,144,127)
#7A8172
(122,129,114)
#6B7265
(107,114,101)
#5C6358
(92,99,88)
#4D544B
(77,84,75)
#3E453E
(62,69,62)
#2F3631
(47,54,49)
#202724
(32,39,36)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #A7AE99

#A7AE99
(167,174,153)
#AFB5A2
(175,181,162)
#B7BCAB
(183,188,171)
#BFC3B4
(191,195,180)
#C7CABD
(199,202,189)
#CFD1C6
(207,209,198)
#D7D8CF
(215,216,207)
#DFDFD8
(223,223,216)
#E7E6E1
(231,230,225)
#EFEDEA
(239,237,234)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AE99; }

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

This text font color is #A7AE99.


Background Color

.myBgColor { background-color: #A7AE99; }

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

This div background color is #A7AE99.


Border color

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

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

This div border color is #A7AE99.


Opacity

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

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

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

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

This text has shadow with #A7AE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AE99 on black background.


Color preview on white background

This text has color #A7AE99 on white background.



Black color preview on #A7AE99 background

This text has black color on #A7AE99 background.


White color preview on #A7AE99 background

This text has white color on #A7AE99 background.