COLOR #A9AB99

HEX: #A9AB99 RGB: (169,171,153)

Color info

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

RGB color model

#A9AB99 color RGB value is (169,171,153).

RGB: (169,171,153) (66%, 67%, 60%)

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 153 of 255 = 60%

169
171
153

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

Portions of RGB colors in percentages

R + G + B = 169 + 171 + 153 = 493 (100%)
R 169 of 493 ~ 34.28%
G 171 of 493 ~ 34.69%
B 153 of 493 ~ 31.03'%

%34.28
%34.69
%31.03

CMYK color model

#A9AB99 color CMYK value is (1,0,11,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK: (1,0,11,33) C1M0Y11K33 (1%,0%,11%,33%) (0.01/0.00/0.11/0.33) 

CMYK percentages

%1.17
%0
%10.53
%32.94

Codes

Color #A9AB99 in popluar color models

A9 AB 99
RGB 169 171 153
HSL 67° 9.68% 63.53%
HSB/HSV 67° 10.53% 67.06%
CMYK 1.17% 0.00% 10.53%
32.94%

Color #A9AB99 in popluar number systems.

HEX A9 AB 99
Decimal 169 171 153
Binary 10101001 10101011 10011001
Octal 251 253 231

Shades and tints

Shades of #A9AB99

#A9AB99
(169,171,153)
#9A9C8C
(154,156,140)
#8B8D7F
(139,141,127)
#7C7E72
(124,126,114)
#6D6F65
(109,111,101)
#5E6058
(94,96,88)
#4F514B
(79,81,75)
#40423E
(64,66,62)
#313331
(49,51,49)
#222424
(34,36,36)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #A9AB99

#A9AB99
(169,171,153)
#B0B2A2
(176,178,162)
#B7B9AB
(183,185,171)
#BEC0B4
(190,192,180)
#C5C7BD
(197,199,189)
#CCCEC6
(204,206,198)
#D3D5CF
(211,213,207)
#DADCD8
(218,220,216)
#E1E3E1
(225,227,225)
#E8EAEA
(232,234,234)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AB99 color. Also use rgb(169,171,153) instead hex code.

Text Font Color

.myTextColor { color: #A9AB99; }

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

This text font color is #A9AB99.

Background Color

.myBgColor { background-color: #A9AB99; }

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

This div background color is #A9AB99.

Border color

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

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

This div border color is #A9AB99.

Opacity

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

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

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

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

This text has shadow with #A9AB99 color.

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

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

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

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

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

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #A9AB99.

Preview

Color preview on black background

This text has color #A9AB99 on black background.


Color preview on white background

This text has color #A9AB99 on white background.



Black color preview on #A9AB99 background

This text has black color on #A9AB99 background.


White color preview on #A9AB99 background

This text has white color on #A9AB99 background.


Related colors


Complementary color

Complementary color for #A9AB99 is #565466.


I love getcolorcode.com

Triadic colors

1 #99A9AB and #AB99A9 with #A9AB99 are triadic colors.

2 #99ABA9 and #ABA999 with #A9AB99 are triadic colors.