COLOR #A9AE7E

HEX: #A9AE7E RGB: (169,174,126)

Color info

#A9AE7E contains red, green and blue colors in about the same proportion. Web safe color of #A9AE7E is #999966 (or #996).

RGB color model

#A9AE7E color RGB value is (169,174,126).

RGB: (169,174,126) (66%, 68%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 126 of 255 = 49%

169
174
126

R + G + B ~ 61%. #A9AE7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 174 + 126 = 469 (100%)
R 169 of 469 ~ 36.03%
G 174 of 469 ~ 37.1%
B 126 of 469 ~ 26.87'%

%36.03
%37.1
%26.87

CMYK color model

#A9AE7E color CMYK value is (3,0,28,32).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 31.76%
CMYK: (3,0,28,32) C3M0Y28K32 (3%,0%,28%,32%) (0.03/0.00/0.28/0.32) 

CMYK percentages

%2.87
%0
%27.59
%31.76

Codes

Color #A9AE7E in popluar color models

A9 AE 7E
RGB 169 174 126
HSL 66° 22.86% 58.82%
HSB/HSV 66° 27.59% 68.24%
CMYK 2.87% 0.00% 27.59%
31.76%

Color #A9AE7E in popluar number systems.

HEX A9 AE 7E
Decimal 169 174 126
Binary 10101001 10101110 1111110
Octal 251 256 176

Shades and tints

Shades of #A9AE7E

#A9AE7E
(169,174,126)
#9A9F73
(154,159,115)
#8B9068
(139,144,104)
#7C815D
(124,129,93)
#6D7252
(109,114,82)
#5E6347
(94,99,71)
#4F543C
(79,84,60)
#404531
(64,69,49)
#313626
(49,54,38)
#22271B
(34,39,27)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #A9AE7E

#A9AE7E
(169,174,126)
#B0B589
(176,181,137)
#B7BC94
(183,188,148)
#BEC39F
(190,195,159)
#C5CAAA
(197,202,170)
#CCD1B5
(204,209,181)
#D3D8C0
(211,216,192)
#DADFCB
(218,223,203)
#E1E6D6
(225,230,214)
#E8EDE1
(232,237,225)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AE7E; }

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

This text font color is #A9AE7E.

Background Color

.myBgColor { background-color: #A9AE7E; }

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

This div background color is #A9AE7E.

Border color

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

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

This div border color is #A9AE7E.

Opacity

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

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

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

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

This text has shadow with #A9AE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AE7E.

Preview

Color preview on black background

This text has color #A9AE7E on black background.


Color preview on white background

This text has color #A9AE7E on white background.


Black color preview on #A9AE7E background

This text has black color on #A9AE7E background.


White color preview on #A9AE7E background

This text has white color on #A9AE7E background.


Related colors

Complementary color

Complementary color for #hex is #565181.


I love getcolorcode.com

Triadic colors

1 #7EA9AE and #AE7EA9 with #A9AE7E are triadic colors.

2 #7EAEA9 and #AEA97E with #A9AE7E are triadic colors.