COLOR #A9AE7D

HEX: #A9AE7D
RGB: (169,174,125)

Color info

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

RGB color model

#A9AE7D color RGB value is (169,174,125).

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

RGB channels and saturation

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

169
174
125

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

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 125 = 468 (100%)
R 169 of 468 ~ 36.11%
G 174 of 468 ~ 37.18%
B 125 of 468 ~ 26.71%

%36.11
%37.18
%26.71

CMYK color model

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

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • 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
%28.16
%31.76

Codes

Color #A9AE7D in popluar color models

A9AE7D
RGB169174125
HSL66°23.22%58.63%
HSB/HSV66°28.16%68.24%
CMYK2.87%0.00%28.16%
31.76%

Color #A9AE7D in popluar number systems.

HEXA9AE7D
Decimal169174125
Binary10101001101011101111101
Octal251256175

Shades and tints

Shades of #A9AE7D

#A9AE7D
(169,174,125)
#9A9F72
(154,159,114)
#8B9067
(139,144,103)
#7C815C
(124,129,92)
#6D7251
(109,114,81)
#5E6346
(94,99,70)
#4F543B
(79,84,59)
#404530
(64,69,48)
#313625
(49,54,37)
#22271A
(34,39,26)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #A9AE7D

#A9AE7D
(169,174,125)
#B0B588
(176,181,136)
#B7BC93
(183,188,147)
#BEC39E
(190,195,158)
#C5CAA9
(197,202,169)
#CCD1B4
(204,209,180)
#D3D8BF
(211,216,191)
#DADFCA
(218,223,202)
#E1E6D5
(225,230,213)
#E8EDE0
(232,237,224)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AE7D; }

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

This text font color is #A9AE7D.


Background Color

.myBgColor { background-color: #A9AE7D; }

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

This div background color is #A9AE7D.


Border color

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

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

This div border color is #A9AE7D.


Opacity

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

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

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

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

This text has shadow with #A9AE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AE7D on black background.


Color preview on white background

This text has color #A9AE7D on white background.



Black color preview on #A9AE7D background

This text has black color on #A9AE7D background.


White color preview on #A9AE7D background

This text has white color on #A9AE7D background.