COLOR #A2AAB1

HEX: #A2AAB1
RGB: (162,170,177)

Color info

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

RGB color model

#A2AAB1 color RGB value is (162,170,177).

  • red value is 162;
  • green value is 170;
  • blue value is 177.
RGB:
(162,170,177)
(64%,67%,69%)

RGB channels and saturation

R 162 of 255 = 64%
G 170 of 255 = 67%
B 177 of 255 = 69%

162
170
177

R + G + B ~ 67%. #A2AAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 170 + 177 = 509 (100%)
R 162 of 509 ~ 31.83%
G 170 of 509 ~ 33.4%
B 177 of 509 ~ 34.77%

%31.83
%33.4
%34.77

CMYK color model

#A2AAB1 color CMYK value is (8,4,0,31).

  • cyan value is 8.47%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(8,4,0,31)
C8M4Y0K31 
(8%,4%,0%,31%)
(0.08/0.04/0.00/0.31)	

CMYK percentages

%8.47
%3.95
%0
%30.59

Codes

Color #A2AAB1 in popluar color models

A2AAB1
RGB162170177
HSL208°8.77%66.47%
HSB/HSV208°8.47%69.41%
CMYK8.47%3.95%0.00%
30.59%

Color #A2AAB1 in popluar number systems.

HEXA2AAB1
Decimal162170177
Binary101000101010101010110001
Octal242252261

Shades and tints

Shades of #A2AAB1

#A2AAB1
(162,170,177)
#949BA1
(148,155,161)
#868C91
(134,140,145)
#787D81
(120,125,129)
#6A6E71
(106,110,113)
#5C5F61
(92,95,97)
#4E5051
(78,80,81)
#404141
(64,65,65)
#323231
(50,50,49)
#242321
(36,35,33)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2AAB1

#A2AAB1
(162,170,177)
#AAB1B8
(170,177,184)
#B2B8BF
(178,184,191)
#BABFC6
(186,191,198)
#C2C6CD
(194,198,205)
#CACDD4
(202,205,212)
#D2D4DB
(210,212,219)
#DADBE2
(218,219,226)
#E2E2E9
(226,226,233)
#EAE9F0
(234,233,240)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AAB1; }

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

This text font color is #A2AAB1.


Background Color

.myBgColor { background-color: #A2AAB1; }

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

This div background color is #A2AAB1.


Border color

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

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

This div border color is #A2AAB1.


Opacity

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

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

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

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

This text has shadow with #A2AAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AAB1 on black background.


Color preview on white background

This text has color #A2AAB1 on white background.



Black color preview on #A2AAB1 background

This text has black color on #A2AAB1 background.


White color preview on #A2AAB1 background

This text has white color on #A2AAB1 background.