COLOR #A5A6AA

HEX: #A5A6AA
RGB: (165,166,170)

Color info

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

RGB color model

#A5A6AA color RGB value is (165,166,170).

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

RGB channels and saturation

R 165 of 255 = 65%
G 166 of 255 = 65%
B 170 of 255 = 67%

165
166
170

R + G + B ~ 66%. #A5A6AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 166 + 170 = 501 (100%)
R 165 of 501 ~ 32.93%
G 166 of 501 ~ 33.13%
B 170 of 501 ~ 33.93%

%32.93
%33.13
%33.93

CMYK color model

#A5A6AA color CMYK value is (3,2,0,33).

  • cyan value is 2.94%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(3,2,0,33)
C3M2Y0K33 
(3%,2%,0%,33%)
(0.03/0.02/0.00/0.33)	

CMYK percentages

%2.94
%2.35
%0
%33.33

Codes

Color #A5A6AA in popluar color models

A5A6AA
RGB165166170
HSL228°2.86%65.69%
HSB/HSV228°2.94%66.67%
CMYK2.94%2.35%0.00%
33.33%

Color #A5A6AA in popluar number systems.

HEXA5A6AA
Decimal165166170
Binary101001011010011010101010
Octal245246252

Shades and tints

Shades of #A5A6AA

#A5A6AA
(165,166,170)
#96979B
(150,151,155)
#87888C
(135,136,140)
#78797D
(120,121,125)
#696A6E
(105,106,110)
#5A5B5F
(90,91,95)
#4B4C50
(75,76,80)
#3C3D41
(60,61,65)
#2D2E32
(45,46,50)
#1E1F23
(30,31,35)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #A5A6AA

#A5A6AA
(165,166,170)
#ADAEB1
(173,174,177)
#B5B6B8
(181,182,184)
#BDBEBF
(189,190,191)
#C5C6C6
(197,198,198)
#CDCECD
(205,206,205)
#D5D6D4
(213,214,212)
#DDDEDB
(221,222,219)
#E5E6E2
(229,230,226)
#EDEEE9
(237,238,233)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A6AA; }

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

This text font color is #A5A6AA.


Background Color

.myBgColor { background-color: #A5A6AA; }

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

This div background color is #A5A6AA.


Border color

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

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

This div border color is #A5A6AA.


Opacity

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

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

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

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

This text has shadow with #A5A6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A6AA on black background.


Color preview on white background

This text has color #A5A6AA on white background.



Black color preview on #A5A6AA background

This text has black color on #A5A6AA background.


White color preview on #A5A6AA background

This text has white color on #A5A6AA background.