COLOR #A9AE99

HEX: #A9AE99
RGB: (169,174,153)

Color info

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

RGB color model

#A9AE99 color RGB value is (169,174,153).

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

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 153 of 255 = 60%

169
174
153

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

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 153 = 496 (100%)
R 169 of 496 ~ 34.07%
G 174 of 496 ~ 35.08%
B 153 of 496 ~ 30.85%

%34.07
%35.08
%30.85

CMYK color model

#A9AE99 color CMYK value is (3,0,12,32).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK:
(3,0,12,32)
C3M0Y12K32 
(3%,0%,12%,32%)
(0.03/0.00/0.12/0.32)	

CMYK percentages

%2.87
%0
%12.07
%31.76

Codes

Color #A9AE99 in popluar color models

A9AE99
RGB169174153
HSL74°11.48%64.12%
HSB/HSV74°12.07%68.24%
CMYK2.87%0.00%12.07%
31.76%

Color #A9AE99 in popluar number systems.

HEXA9AE99
Decimal169174153
Binary101010011010111010011001
Octal251256231

Shades and tints

Shades of #A9AE99

#A9AE99
(169,174,153)
#9A9F8C
(154,159,140)
#8B907F
(139,144,127)
#7C8172
(124,129,114)
#6D7265
(109,114,101)
#5E6358
(94,99,88)
#4F544B
(79,84,75)
#40453E
(64,69,62)
#313631
(49,54,49)
#222724
(34,39,36)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #A9AE99

#A9AE99
(169,174,153)
#B0B5A2
(176,181,162)
#B7BCAB
(183,188,171)
#BEC3B4
(190,195,180)
#C5CABD
(197,202,189)
#CCD1C6
(204,209,198)
#D3D8CF
(211,216,207)
#DADFD8
(218,223,216)
#E1E6E1
(225,230,225)
#E8EDEA
(232,237,234)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AE99; }

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

This text font color is #A9AE99.


Background Color

.myBgColor { background-color: #A9AE99; }

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

This div background color is #A9AE99.


Border color

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

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

This div border color is #A9AE99.


Opacity

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

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

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

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

This text has shadow with #A9AE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AE99 on black background.


Color preview on white background

This text has color #A9AE99 on white background.



Black color preview on #A9AE99 background

This text has black color on #A9AE99 background.


White color preview on #A9AE99 background

This text has white color on #A9AE99 background.