COLOR #A9ABA4

HEX: #A9ABA4 RGB: (169,171,164)

Color info

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

RGB color model

#A9ABA4 color RGB value is (169,171,164).

RGB: (169,171,164) (66%, 67%, 64%)

RGB channels and saturation

R 169 of 255 = 66%
G 171 of 255 = 67%
B 164 of 255 = 64%

169
171
164

R + G + B ~ 66%. #A9ABA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 171 + 164 = 504 (100%)
R 169 of 504 ~ 33.53%
G 171 of 504 ~ 33.93%
B 164 of 504 ~ 32.54'%

%33.53
%33.93
%32.54

CMYK color model

#A9ABA4 color CMYK value is (1,0,4,33).

  • cyan value is 1.17%
  • magenta value is 0.00%
  • yellow value is 4.09%
  • key color value is 32.94%

CMYK: (1,0,4,33)
C1M0Y4K33 (1%, 0%, 4%, 33%)
(0.01 / 0.00 / 0.04 / 0.33)

CMYK percentages

%1.17
%0
%4.09
%32.94

Codes

Color #A9ABA4 in popluar color models

A9 AB A4
RGB 169 171 164
HSL 77° 4.00% 65.69%
HSB/HSV 77° 4.09% 67.06%
CMYK 1.17% 0.00% 4.09%
32.94%

Color #A9ABA4 in popluar number systems.

HEX A9 AB A4
Decimal 169 171 164
Binary 10101001 10101011 10100100
Octal 251 253 244

Shades and tints

Shades of #A9ABA4

#A9ABA4
(169,171,164)
#9A9C96
(154,156,150)
#8B8D88
(139,141,136)
#7C7E7A
(124,126,122)
#6D6F6C
(109,111,108)
#5E605E
(94,96,94)
#4F5150
(79,81,80)
#404242
(64,66,66)
#313334
(49,51,52)
#222426
(34,36,38)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A9ABA4

#A9ABA4
(169,171,164)
#B0B2AC
(176,178,172)
#B7B9B4
(183,185,180)
#BEC0BC
(190,192,188)
#C5C7C4
(197,199,196)
#CCCECC
(204,206,204)
#D3D5D4
(211,213,212)
#DADCDC
(218,220,220)
#E1E3E4
(225,227,228)
#E8EAEC
(232,234,236)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ABA4; }

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

This text font color is #A9ABA4.

Background Color

.myBgColor { background-color: #A9ABA4; }

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

This div background color is #A9ABA4.

Border color

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

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

This div border color is #A9ABA4.

Opacity

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

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

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

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

This text has shadow with #A9ABA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9ABA4.

Preview

Color preview on black background

This text has color #A9ABA4 on black background.


Color preview on white background

This text has color #A9ABA4 on white background.


Black color preview on #A9ABA4 background

This text has black color on #A9ABA4 background.


White color preview on #A9ABA4 background

This text has white color on #A9ABA4 background.


Related colors

Complementary color

Complementary color for #hex is #56545B.


I love getcolorcode.com

Triadic colors

1 #A4A9AB and #ABA4A9 with #A9ABA4 are triadic colors.

2 #A4ABA9 and #ABA9A4 with #A9ABA4 are triadic colors.