COLOR #A9AAC0

HEX: #A9AAC0 RGB: (169,170,192)

Color info

#A9AAC0 contains red, green and blue colors in about the same proportion. Web safe color of #A9AAC0 is #9999CC (or #99C).

RGB color model

#A9AAC0 color RGB value is (169,170,192).

RGB: (169,170,192) (66%, 67%, 75%)

RGB channels and saturation

R 169 of 255 = 66%
G 170 of 255 = 67%
B 192 of 255 = 75%

169
170
192

R + G + B ~ 69%. #A9AAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 170 + 192 = 531 (100%)
R 169 of 531 ~ 31.83%
G 170 of 531 ~ 32.02%
B 192 of 531 ~ 36.16'%

%31.83
%32.02
%36.16

CMYK color model

#A9AAC0 color CMYK value is (12,11,0,25).

  • cyan value is 11.98%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (12,11,0,25) C12M11Y0K25 (12%,11%,0%,25%) (0.12/0.11/0.00/0.25) 

CMYK percentages

%11.98
%11.46
%0
%24.71

Codes

Color #A9AAC0 in popluar color models

A9 AA C0
RGB 169 170 192
HSL 237° 15.44% 70.78%
HSB/HSV 237° 11.98% 75.29%
CMYK 11.98% 11.46% 0.00%
24.71%

Color #A9AAC0 in popluar number systems.

HEX A9 AA C0
Decimal 169 170 192
Binary 10101001 10101010 11000000
Octal 251 252 300

Shades and tints

Shades of #A9AAC0

#A9AAC0
(169,170,192)
#9A9BAF
(154,155,175)
#8B8C9E
(139,140,158)
#7C7D8D
(124,125,141)
#6D6E7C
(109,110,124)
#5E5F6B
(94,95,107)
#4F505A
(79,80,90)
#404149
(64,65,73)
#313238
(49,50,56)
#222327
(34,35,39)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #A9AAC0

#A9AAC0
(169,170,192)
#B0B1C5
(176,177,197)
#B7B8CA
(183,184,202)
#BEBFCF
(190,191,207)
#C5C6D4
(197,198,212)
#CCCDD9
(204,205,217)
#D3D4DE
(211,212,222)
#DADBE3
(218,219,227)
#E1E2E8
(225,226,232)
#E8E9ED
(232,233,237)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AAC0 color. Also use rgb(169,170,192) instead hex code.

Text Font Color

.myTextColor { color: #A9AAC0; }

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

This text font color is #A9AAC0.

Background Color

.myBgColor { background-color: #A9AAC0; }

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

This div background color is #A9AAC0.

Border color

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

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

This div border color is #A9AAC0.

Opacity

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

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

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

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

This text has shadow with #A9AAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AAC0.

Preview

Color preview on black background

This text has color #A9AAC0 on black background.


Color preview on white background

This text has color #A9AAC0 on white background.


Black color preview on #A9AAC0 background

This text has black color on #A9AAC0 background.


White color preview on #A9AAC0 background

This text has white color on #A9AAC0 background.


Related colors

Complementary color

Complementary color for #hex is #56553F.


I love getcolorcode.com

Triadic colors

1 #C0A9AA and #AAC0A9 with #A9AAC0 are triadic colors.

2 #C0AAA9 and #AAA9C0 with #A9AAC0 are triadic colors.