COLOR #A5A6A0

HEX: #A5A6A0
RGB: (165,166,160)

Color info

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

RGB color model

#A5A6A0 color RGB value is (165,166,160).

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

RGB channels and saturation

R 165 of 255 = 65%
G 166 of 255 = 65%
B 160 of 255 = 63%

165
166
160

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

Portions of RGB colors in percentages

R + G + B =
165 + 166 + 160 = 491 (100%)
R 165 of 491 ~ 33.6%
G 166 of 491 ~ 33.81%
B 160 of 491 ~ 32.59%

%33.6
%33.81
%32.59

CMYK color model

#A5A6A0 color CMYK value is (1,0,4,35).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 34.90%
CMYK:
(1,0,4,35)
C1M0Y4K35 
(1%,0%,4%,35%)
(0.01/0.00/0.04/0.35)	

CMYK percentages

%0.6
%0
%3.61
%34.9

Codes

Color #A5A6A0 in popluar color models

A5A6A0
RGB165166160
HSL70°3.26%63.92%
HSB/HSV70°3.61%65.10%
CMYK0.60%0.00%3.61%
34.90%

Color #A5A6A0 in popluar number systems.

HEXA5A6A0
Decimal165166160
Binary101001011010011010100000
Octal245246240

Shades and tints

Shades of #A5A6A0

#A5A6A0
(165,166,160)
#969792
(150,151,146)
#878884
(135,136,132)
#787976
(120,121,118)
#696A68
(105,106,104)
#5A5B5A
(90,91,90)
#4B4C4C
(75,76,76)
#3C3D3E
(60,61,62)
#2D2E30
(45,46,48)
#1E1F22
(30,31,34)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #A5A6A0

#A5A6A0
(165,166,160)
#ADAEA8
(173,174,168)
#B5B6B0
(181,182,176)
#BDBEB8
(189,190,184)
#C5C6C0
(197,198,192)
#CDCEC8
(205,206,200)
#D5D6D0
(213,214,208)
#DDDED8
(221,222,216)
#E5E6E0
(229,230,224)
#EDEEE8
(237,238,232)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A6A0; }

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

This text font color is #A5A6A0.


Background Color

.myBgColor { background-color: #A5A6A0; }

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

This div background color is #A5A6A0.


Border color

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

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

This div border color is #A5A6A0.


Opacity

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

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

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

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

This text has shadow with #A5A6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A6A0 on black background.


Color preview on white background

This text has color #A5A6A0 on white background.



Black color preview on #A5A6A0 background

This text has black color on #A5A6A0 background.


White color preview on #A5A6A0 background

This text has white color on #A5A6A0 background.