COLOR #A0A2AA

HEX: #A0A2AA RGB: (160,162,170)

Color info

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

RGB color model

#A0A2AA color RGB value is (160,162,170).

RGB: (160,162,170) (63%, 64%, 67%)

RGB channels and saturation

R 160 of 255 = 63%
G 162 of 255 = 64%
B 170 of 255 = 67%

160
162
170

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

Portions of RGB colors in percentages

R + G + B = 160 + 162 + 170 = 492 (100%)
R 160 of 492 ~ 32.52%
G 162 of 492 ~ 32.93%
B 170 of 492 ~ 34.55'%

%32.52
%32.93
%34.55

CMYK color model

#A0A2AA color CMYK value is (6,5,0,33).

  • cyan value is 5.88%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (6,5,0,33) C6M5Y0K33 (6%,5%,0%,33%) (0.06/0.05/0.00/0.33) 

CMYK percentages

%5.88
%4.71
%0
%33.33

Codes

Color #A0A2AA in popluar color models

A0 A2 AA
RGB 160 162 170
HSL 228° 5.56% 64.71%
HSB/HSV 228° 5.88% 66.67%
CMYK 5.88% 4.71% 0.00%
33.33%

Color #A0A2AA in popluar number systems.

HEX A0 A2 AA
Decimal 160 162 170
Binary 10100000 10100010 10101010
Octal 240 242 252

Shades and tints

Shades of #A0A2AA

#A0A2AA
(160,162,170)
#92949B
(146,148,155)
#84868C
(132,134,140)
#76787D
(118,120,125)
#686A6E
(104,106,110)
#5A5C5F
(90,92,95)
#4C4E50
(76,78,80)
#3E4041
(62,64,65)
#303232
(48,50,50)
#222423
(34,36,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #A0A2AA

#A0A2AA
(160,162,170)
#A8AAB1
(168,170,177)
#B0B2B8
(176,178,184)
#B8BABF
(184,186,191)
#C0C2C6
(192,194,198)
#C8CACD
(200,202,205)
#D0D2D4
(208,210,212)
#D8DADB
(216,218,219)
#E0E2E2
(224,226,226)
#E8EAE9
(232,234,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A2AA; }

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

This text font color is #A0A2AA.

Background Color

.myBgColor { background-color: #A0A2AA; }

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

This div background color is #A0A2AA.

Border color

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

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

This div border color is #A0A2AA.

Opacity

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

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

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

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

This text has shadow with #A0A2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A2AA.

Preview

Color preview on black background

This text has color #A0A2AA on black background.


Color preview on white background

This text has color #A0A2AA on white background.


Black color preview on #A0A2AA background

This text has black color on #A0A2AA background.


White color preview on #A0A2AA background

This text has white color on #A0A2AA background.


Related colors

Complementary color

Complementary color for #hex is #5F5D55.


I love getcolorcode.com

Triadic colors

1 #AAA0A2 and #A2AAA0 with #A0A2AA are triadic colors.

2 #AAA2A0 and #A2A0AA with #A0A2AA are triadic colors.