COLOR #A5A2AA

HEX: #A5A2AA
RGB: (165,162,170)

Color info

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

RGB color model

#A5A2AA color RGB value is (165,162,170).

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

RGB channels and saturation

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

165
162
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 162 + 170 = 497 (100%)
R 165 of 497 ~ 33.2%
G 162 of 497 ~ 32.6%
B 170 of 497 ~ 34.21%

%33.2
%32.6
%34.21

CMYK color model

#A5A2AA color CMYK value is (3,5,0,33).

  • cyan value is 2.94%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(3,5,0,33)
C3M5Y0K33 
(3%,5%,0%,33%)
(0.03/0.05/0.00/0.33)	

CMYK percentages

%2.94
%4.71
%0
%33.33

Codes

Color #A5A2AA in popluar color models

A5A2AA
RGB165162170
HSL263°4.49%65.10%
HSB/HSV263°4.71%66.67%
CMYK2.94%4.71%0.00%
33.33%

Color #A5A2AA in popluar number systems.

HEXA5A2AA
Decimal165162170
Binary101001011010001010101010
Octal245242252

Shades and tints

Shades of #A5A2AA

#A5A2AA
(165,162,170)
#96949B
(150,148,155)
#87868C
(135,134,140)
#78787D
(120,120,125)
#696A6E
(105,106,110)
#5A5C5F
(90,92,95)
#4B4E50
(75,78,80)
#3C4041
(60,64,65)
#2D3232
(45,50,50)
#1E2423
(30,36,35)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5A2AA

#A5A2AA
(165,162,170)
#ADAAB1
(173,170,177)
#B5B2B8
(181,178,184)
#BDBABF
(189,186,191)
#C5C2C6
(197,194,198)
#CDCACD
(205,202,205)
#D5D2D4
(213,210,212)
#DDDADB
(221,218,219)
#E5E2E2
(229,226,226)
#EDEAE9
(237,234,233)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A2AA; }

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

This text font color is #A5A2AA.


Background Color

.myBgColor { background-color: #A5A2AA; }

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

This div background color is #A5A2AA.


Border color

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

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

This div border color is #A5A2AA.


Opacity

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

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

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

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

This text has shadow with #A5A2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A2AA on black background.


Color preview on white background

This text has color #A5A2AA on white background.



Black color preview on #A5A2AA background

This text has black color on #A5A2AA background.


White color preview on #A5A2AA background

This text has white color on #A5A2AA background.