COLOR #A0AAA5

HEX: #A0AAA5 RGB: (160,170,165)

Color info

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

RGB color model

#A0AAA5 color RGB value is (160,170,165).

RGB: (160,170,165) (63%, 67%, 65%)

RGB channels and saturation

R 160 of 255 = 63%
G 170 of 255 = 67%
B 165 of 255 = 65%

160
170
165

R + G + B ~ 65%. #A0AAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 170 + 165 = 495 (100%)
R 160 of 495 ~ 32.32%
G 170 of 495 ~ 34.34%
B 165 of 495 ~ 33.33'%

%32.32
%34.34
%33.33

CMYK color model

#A0AAA5 color CMYK value is (6,0,3,33).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 33.33%

CMYK: (6,0,3,33)
C6M0Y3K33 (6%, 0%, 3%, 33%)
(0.06 / 0.00 / 0.03 / 0.33)

CMYK percentages

%5.88
%0
%2.94
%33.33

Codes

Color #A0AAA5 in popluar color models

A0 AA A5
RGB 160 170 165
HSL 150° 5.56% 64.71%
HSB/HSV 150° 5.88% 66.67%
CMYK 5.88% 0.00% 2.94%
33.33%

Color #A0AAA5 in popluar number systems.

HEX A0 AA A5
Decimal 160 170 165
Binary 10100000 10101010 10100101
Octal 240 252 245

Shades and tints

Shades of #A0AAA5

#A0AAA5
(160,170,165)
#929B96
(146,155,150)
#848C87
(132,140,135)
#767D78
(118,125,120)
#686E69
(104,110,105)
#5A5F5A
(90,95,90)
#4C504B
(76,80,75)
#3E413C
(62,65,60)
#30322D
(48,50,45)
#22231E
(34,35,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #A0AAA5

#A0AAA5
(160,170,165)
#A8B1AD
(168,177,173)
#B0B8B5
(176,184,181)
#B8BFBD
(184,191,189)
#C0C6C5
(192,198,197)
#C8CDCD
(200,205,205)
#D0D4D5
(208,212,213)
#D8DBDD
(216,219,221)
#E0E2E5
(224,226,229)
#E8E9ED
(232,233,237)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AAA5 color. Also use rgb(160,170,165) instead hex code.

Text Font Color

.myTextColor { color: #A0AAA5; }

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

This text font color is #A0AAA5.

Background Color

.myBgColor { background-color: #A0AAA5; }

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

This div background color is #A0AAA5.

Border color

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

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

This div border color is #A0AAA5.

Opacity

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

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

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

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

This text has shadow with #A0AAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AAA5.

Preview

Color preview on black background

This text has color #A0AAA5 on black background.


Color preview on white background

This text has color #A0AAA5 on white background.


Black color preview on #A0AAA5 background

This text has black color on #A0AAA5 background.


White color preview on #A0AAA5 background

This text has white color on #A0AAA5 background.


Related colors

Complementary color

Complementary color for #hex is #5F555A.


I love getcolorcode.com

Triadic colors

1 #A5A0AA and #AAA5A0 with #A0AAA5 are triadic colors.

2 #A5AAA0 and #AAA0A5 with #A0AAA5 are triadic colors.