COLOR #A9AD90

HEX: #A9AD90
RGB: (169,173,144)

Color info

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

RGB color model

#A9AD90 color RGB value is (169,173,144).

  • red value is 169;
  • green value is 173;
  • blue value is 144.
RGB:
(169,173,144)
(66%,68%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 173 of 255 = 68%
B 144 of 255 = 56%

169
173
144

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

Portions of RGB colors in percentages

R + G + B =
169 + 173 + 144 = 486 (100%)
R 169 of 486 ~ 34.77%
G 173 of 486 ~ 35.6%
B 144 of 486 ~ 29.63%

%34.77
%35.6
%29.63

CMYK color model

#A9AD90 color CMYK value is (2,0,17,32).

  • cyan value is 2.31%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(2,0,17,32)
C2M0Y17K32 
(2%,0%,17%,32%)
(0.02/0.00/0.17/0.32)	

CMYK percentages

%2.31
%0
%16.76
%32.16

Codes

Color #A9AD90 in popluar color models

A9AD90
RGB169173144
HSL68°15.03%62.16%
HSB/HSV68°16.76%67.84%
CMYK2.31%0.00%16.76%
32.16%

Color #A9AD90 in popluar number systems.

HEXA9AD90
Decimal169173144
Binary101010011010110110010000
Octal251255220

Shades and tints

Shades of #A9AD90

#A9AD90
(169,173,144)
#9A9E83
(154,158,131)
#8B8F76
(139,143,118)
#7C8069
(124,128,105)
#6D715C
(109,113,92)
#5E624F
(94,98,79)
#4F5342
(79,83,66)
#404435
(64,68,53)
#313528
(49,53,40)
#22261B
(34,38,27)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #A9AD90

#A9AD90
(169,173,144)
#B0B49A
(176,180,154)
#B7BBA4
(183,187,164)
#BEC2AE
(190,194,174)
#C5C9B8
(197,201,184)
#CCD0C2
(204,208,194)
#D3D7CC
(211,215,204)
#DADED6
(218,222,214)
#E1E5E0
(225,229,224)
#E8ECEA
(232,236,234)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AD90 color. Also use rgb(169,173,144) instead hex code.

Text Font Color

.myTextColor { color: #A9AD90; }

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

This text font color is #A9AD90.


Background Color

.myBgColor { background-color: #A9AD90; }

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

This div background color is #A9AD90.


Border color

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

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

This div border color is #A9AD90.


Opacity

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

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

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

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

This text has shadow with #A9AD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AD90 on black background.


Color preview on white background

This text has color #A9AD90 on white background.



Black color preview on #A9AD90 background

This text has black color on #A9AD90 background.


White color preview on #A9AD90 background

This text has white color on #A9AD90 background.