COLOR #A2A5AB

HEX: #A2A5AB
RGB: (162,165,171)

Color info

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

RGB color model

#A2A5AB color RGB value is (162,165,171).

  • red value is 162;
  • green value is 165;
  • blue value is 171.
RGB:
(162,165,171)
(64%,65%,67%)

RGB channels and saturation

R 162 of 255 = 64%
G 165 of 255 = 65%
B 171 of 255 = 67%

162
165
171

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

Portions of RGB colors in percentages

R + G + B =
162 + 165 + 171 = 498 (100%)
R 162 of 498 ~ 32.53%
G 165 of 498 ~ 33.13%
B 171 of 498 ~ 34.34%

%32.53
%33.13
%34.34

CMYK color model

#A2A5AB color CMYK value is (5,4,0,33).

  • cyan value is 5.26%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(5,4,0,33)
C5M4Y0K33 
(5%,4%,0%,33%)
(0.05/0.04/0.00/0.33)	

CMYK percentages

%5.26
%3.51
%0
%32.94

Codes

Color #A2A5AB in popluar color models

A2A5AB
RGB162165171
HSL220°5.08%65.29%
HSB/HSV220°5.26%67.06%
CMYK5.26%3.51%0.00%
32.94%

Color #A2A5AB in popluar number systems.

HEXA2A5AB
Decimal162165171
Binary101000101010010110101011
Octal242245253

Shades and tints

Shades of #A2A5AB

#A2A5AB
(162,165,171)
#94969C
(148,150,156)
#86878D
(134,135,141)
#78787E
(120,120,126)
#6A696F
(106,105,111)
#5C5A60
(92,90,96)
#4E4B51
(78,75,81)
#403C42
(64,60,66)
#322D33
(50,45,51)
#241E24
(36,30,36)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #A2A5AB

#A2A5AB
(162,165,171)
#AAADB2
(170,173,178)
#B2B5B9
(178,181,185)
#BABDC0
(186,189,192)
#C2C5C7
(194,197,199)
#CACDCE
(202,205,206)
#D2D5D5
(210,213,213)
#DADDDC
(218,221,220)
#E2E5E3
(226,229,227)
#EAEDEA
(234,237,234)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A5AB color. Also use rgb(162,165,171) instead hex code.

Text Font Color

.myTextColor { color: #A2A5AB; }

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

This text font color is #A2A5AB.


Background Color

.myBgColor { background-color: #A2A5AB; }

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

This div background color is #A2A5AB.


Border color

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

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

This div border color is #A2A5AB.


Opacity

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

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

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

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

This text has shadow with #A2A5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A5AB on black background.


Color preview on white background

This text has color #A2A5AB on white background.



Black color preview on #A2A5AB background

This text has black color on #A2A5AB background.


White color preview on #A2A5AB background

This text has white color on #A2A5AB background.