COLOR #A9A0AF

HEX: #A9A0AF RGB: (169,160,175)

Color info

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

RGB color model

#A9A0AF color RGB value is (169,160,175).

RGB: (169,160,175) (66%, 63%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 175 of 255 = 69%

169
160
175

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

Portions of RGB colors in percentages

R + G + B = 169 + 160 + 175 = 504 (100%)
R 169 of 504 ~ 33.53%
G 160 of 504 ~ 31.75%
B 175 of 504 ~ 34.72'%

%33.53
%31.75
%34.72

CMYK color model

#A9A0AF color CMYK value is (3,9,0,31).

  • cyan value is 3.43%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (3,9,0,31)
C3M9Y0K31 (3%, 9%, 0%, 31%)
(0.03 / 0.09 / 0.00 / 0.31)

CMYK percentages

%3.43
%8.57
%0
%31.37

Codes

Color #A9A0AF in popluar color models

A9 A0 AF
RGB 169 160 175
HSL 276° 8.57% 65.69%
HSB/HSV 276° 8.57% 68.63%
CMYK 3.43% 8.57% 0.00%
31.37%

Color #A9A0AF in popluar number systems.

HEX A9 A0 AF
Decimal 169 160 175
Binary 10101001 10100000 10101111
Octal 251 240 257

Shades and tints

Shades of #A9A0AF

#A9A0AF
(169,160,175)
#9A92A0
(154,146,160)
#8B8491
(139,132,145)
#7C7682
(124,118,130)
#6D6873
(109,104,115)
#5E5A64
(94,90,100)
#4F4C55
(79,76,85)
#403E46
(64,62,70)
#313037
(49,48,55)
#222228
(34,34,40)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #A9A0AF

#A9A0AF
(169,160,175)
#B0A8B6
(176,168,182)
#B7B0BD
(183,176,189)
#BEB8C4
(190,184,196)
#C5C0CB
(197,192,203)
#CCC8D2
(204,200,210)
#D3D0D9
(211,208,217)
#DAD8E0
(218,216,224)
#E1E0E7
(225,224,231)
#E8E8EE
(232,232,238)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A0AF color. Also use rgb(169,160,175) instead hex code.

Text Font Color

.myTextColor { color: #A9A0AF; }

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

This text font color is #A9A0AF.

Background Color

.myBgColor { background-color: #A9A0AF; }

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

This div background color is #A9A0AF.

Border color

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

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

This div border color is #A9A0AF.

Opacity

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

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

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

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

This text has shadow with #A9A0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A0AF.

Preview

Color preview on black background

This text has color #A9A0AF on black background.


Color preview on white background

This text has color #A9A0AF on white background.


Black color preview on #A9A0AF background

This text has black color on #A9A0AF background.


White color preview on #A9A0AF background

This text has white color on #A9A0AF background.


Related colors

Complementary color

Complementary color for #hex is #565F50.


I love getcolorcode.com

Triadic colors

1 #AFA9A0 and #A0AFA9 with #A9A0AF are triadic colors.

2 #AFA0A9 and #A0A9AF with #A9A0AF are triadic colors.