COLOR #A9AE95

HEX: #A9AE95
RGB: (169,174,149)

Color info

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

RGB color model

#A9AE95 color RGB value is (169,174,149).

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

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 149 of 255 = 58%

169
174
149

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

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 149 = 492 (100%)
R 169 of 492 ~ 34.35%
G 174 of 492 ~ 35.37%
B 149 of 492 ~ 30.28%

%34.35
%35.37
%30.28

CMYK color model

#A9AE95 color CMYK value is (3,0,14,32).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(3,0,14,32)
C3M0Y14K32 
(3%,0%,14%,32%)
(0.03/0.00/0.14/0.32)	

CMYK percentages

%2.87
%0
%14.37
%31.76

Codes

Color #A9AE95 in popluar color models

A9AE95
RGB169174149
HSL72°13.37%63.33%
HSB/HSV72°14.37%68.24%
CMYK2.87%0.00%14.37%
31.76%

Color #A9AE95 in popluar number systems.

HEXA9AE95
Decimal169174149
Binary101010011010111010010101
Octal251256225

Shades and tints

Shades of #A9AE95

#A9AE95
(169,174,149)
#9A9F88
(154,159,136)
#8B907B
(139,144,123)
#7C816E
(124,129,110)
#6D7261
(109,114,97)
#5E6354
(94,99,84)
#4F5447
(79,84,71)
#40453A
(64,69,58)
#31362D
(49,54,45)
#222720
(34,39,32)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #A9AE95

#A9AE95
(169,174,149)
#B0B59E
(176,181,158)
#B7BCA7
(183,188,167)
#BEC3B0
(190,195,176)
#C5CAB9
(197,202,185)
#CCD1C2
(204,209,194)
#D3D8CB
(211,216,203)
#DADFD4
(218,223,212)
#E1E6DD
(225,230,221)
#E8EDE6
(232,237,230)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AE95; }

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

This text font color is #A9AE95.


Background Color

.myBgColor { background-color: #A9AE95; }

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

This div background color is #A9AE95.


Border color

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

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

This div border color is #A9AE95.


Opacity

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

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

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

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

This text has shadow with #A9AE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AE95 on black background.


Color preview on white background

This text has color #A9AE95 on white background.



Black color preview on #A9AE95 background

This text has black color on #A9AE95 background.


White color preview on #A9AE95 background

This text has white color on #A9AE95 background.