COLOR #A3A2A5

HEX: #A3A2A5
RGB: (163,162,165)

Color info

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

RGB color model

#A3A2A5 color RGB value is (163,162,165).

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

RGB channels and saturation

R 163 of 255 = 64%
G 162 of 255 = 64%
B 165 of 255 = 65%

163
162
165

R + G + B ~ 64%. #A3A2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 162 + 165 = 490 (100%)
R 163 of 490 ~ 33.27%
G 162 of 490 ~ 33.06%
B 165 of 490 ~ 33.67%

%33.27
%33.06
%33.67

CMYK color model

#A3A2A5 color CMYK value is (1,2,0,35).

  • cyan value is 1.21%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(1,2,0,35)
C1M2Y0K35 
(1%,2%,0%,35%)
(0.01/0.02/0.00/0.35)	

CMYK percentages

%1.21
%1.82
%0
%35.29

Codes

Color #A3A2A5 in popluar color models

A3A2A5
RGB163162165
HSL260°1.64%64.12%
HSB/HSV260°1.82%64.71%
CMYK1.21%1.82%0.00%
35.29%

Color #A3A2A5 in popluar number systems.

HEXA3A2A5
Decimal163162165
Binary101000111010001010100101
Octal243242245

Shades and tints

Shades of #A3A2A5

#A3A2A5
(163,162,165)
#959496
(149,148,150)
#878687
(135,134,135)
#797878
(121,120,120)
#6B6A69
(107,106,105)
#5D5C5A
(93,92,90)
#4F4E4B
(79,78,75)
#41403C
(65,64,60)
#33322D
(51,50,45)
#25241E
(37,36,30)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #A3A2A5

#A3A2A5
(163,162,165)
#ABAAAD
(171,170,173)
#B3B2B5
(179,178,181)
#BBBABD
(187,186,189)
#C3C2C5
(195,194,197)
#CBCACD
(203,202,205)
#D3D2D5
(211,210,213)
#DBDADD
(219,218,221)
#E3E2E5
(227,226,229)
#EBEAED
(235,234,237)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A2A5; }

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

This text font color is #A3A2A5.


Background Color

.myBgColor { background-color: #A3A2A5; }

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

This div background color is #A3A2A5.


Border color

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

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

This div border color is #A3A2A5.


Opacity

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

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

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

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

This text has shadow with #A3A2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A2A5 on black background.


Color preview on white background

This text has color #A3A2A5 on white background.



Black color preview on #A3A2A5 background

This text has black color on #A3A2A5 background.


White color preview on #A3A2A5 background

This text has white color on #A3A2A5 background.