COLOR #A9AE8D

HEX: #A9AE8D
RGB: (169,174,141)

Color info

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

RGB color model

#A9AE8D color RGB value is (169,174,141).

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

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 141 of 255 = 55%

169
174
141

R + G + B ~ 63%. #A9AE8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 141 = 484 (100%)
R 169 of 484 ~ 34.92%
G 174 of 484 ~ 35.95%
B 141 of 484 ~ 29.13%

%34.92
%35.95
%29.13

CMYK color model

#A9AE8D color CMYK value is (3,0,19,32).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK:
(3,0,19,32)
C3M0Y19K32 
(3%,0%,19%,32%)
(0.03/0.00/0.19/0.32)	

CMYK percentages

%2.87
%0
%18.97
%31.76

Codes

Color #A9AE8D in popluar color models

A9AE8D
RGB169174141
HSL69°16.92%61.76%
HSB/HSV69°18.97%68.24%
CMYK2.87%0.00%18.97%
31.76%

Color #A9AE8D in popluar number systems.

HEXA9AE8D
Decimal169174141
Binary101010011010111010001101
Octal251256215

Shades and tints

Shades of #A9AE8D

#A9AE8D
(169,174,141)
#9A9F81
(154,159,129)
#8B9075
(139,144,117)
#7C8169
(124,129,105)
#6D725D
(109,114,93)
#5E6351
(94,99,81)
#4F5445
(79,84,69)
#404539
(64,69,57)
#31362D
(49,54,45)
#222721
(34,39,33)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #A9AE8D

#A9AE8D
(169,174,141)
#B0B597
(176,181,151)
#B7BCA1
(183,188,161)
#BEC3AB
(190,195,171)
#C5CAB5
(197,202,181)
#CCD1BF
(204,209,191)
#D3D8C9
(211,216,201)
#DADFD3
(218,223,211)
#E1E6DD
(225,230,221)
#E8EDE7
(232,237,231)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AE8D; }

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

This text font color is #A9AE8D.


Background Color

.myBgColor { background-color: #A9AE8D; }

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

This div background color is #A9AE8D.


Border color

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

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

This div border color is #A9AE8D.


Opacity

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

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

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

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

This text has shadow with #A9AE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AE8D on black background.


Color preview on white background

This text has color #A9AE8D on white background.



Black color preview on #A9AE8D background

This text has black color on #A9AE8D background.


White color preview on #A9AE8D background

This text has white color on #A9AE8D background.