COLOR #A3A5A0

HEX: #A3A5A0
RGB: (163,165,160)

Color info

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

RGB color model

#A3A5A0 color RGB value is (163,165,160).

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

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 160 of 255 = 63%

163
165
160

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

Portions of RGB colors in percentages

R + G + B =
163 + 165 + 160 = 488 (100%)
R 163 of 488 ~ 33.4%
G 165 of 488 ~ 33.81%
B 160 of 488 ~ 32.79%

%33.4
%33.81
%32.79

CMYK color model

#A3A5A0 color CMYK value is (1,0,3,35).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 35.29%
CMYK:
(1,0,3,35)
C1M0Y3K35 
(1%,0%,3%,35%)
(0.01/0.00/0.03/0.35)	

CMYK percentages

%1.21
%0
%3.03
%35.29

Codes

Color #A3A5A0 in popluar color models

A3A5A0
RGB163165160
HSL84°2.70%63.73%
HSB/HSV84°3.03%64.71%
CMYK1.21%0.00%3.03%
35.29%

Color #A3A5A0 in popluar number systems.

HEXA3A5A0
Decimal163165160
Binary101000111010010110100000
Octal243245240

Shades and tints

Shades of #A3A5A0

#A3A5A0
(163,165,160)
#959692
(149,150,146)
#878784
(135,135,132)
#797876
(121,120,118)
#6B6968
(107,105,104)
#5D5A5A
(93,90,90)
#4F4B4C
(79,75,76)
#413C3E
(65,60,62)
#332D30
(51,45,48)
#251E22
(37,30,34)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #A3A5A0

#A3A5A0
(163,165,160)
#ABADA8
(171,173,168)
#B3B5B0
(179,181,176)
#BBBDB8
(187,189,184)
#C3C5C0
(195,197,192)
#CBCDC8
(203,205,200)
#D3D5D0
(211,213,208)
#DBDDD8
(219,221,216)
#E3E5E0
(227,229,224)
#EBEDE8
(235,237,232)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A5A0; }

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

This text font color is #A3A5A0.


Background Color

.myBgColor { background-color: #A3A5A0; }

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

This div background color is #A3A5A0.


Border color

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

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

This div border color is #A3A5A0.


Opacity

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

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

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

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

This text has shadow with #A3A5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A5A0 on black background.


Color preview on white background

This text has color #A3A5A0 on white background.



Black color preview on #A3A5A0 background

This text has black color on #A3A5A0 background.


White color preview on #A3A5A0 background

This text has white color on #A3A5A0 background.