COLOR #A5A6AB

HEX: #A5A6AB
RGB: (165,166,171)

Color info

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

RGB color model

#A5A6AB color RGB value is (165,166,171).

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

RGB channels and saturation

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

165
166
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 166 + 171 = 502 (100%)
R 165 of 502 ~ 32.87%
G 166 of 502 ~ 33.07%
B 171 of 502 ~ 34.06%

%32.87
%33.07
%34.06

CMYK color model

#A5A6AB color CMYK value is (4,3,0,33).

  • cyan value is 3.51%
  • magenta value is 2.92%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,3,0,33)
C4M3Y0K33 
(4%,3%,0%,33%)
(0.04/0.03/0.00/0.33)	

CMYK percentages

%3.51
%2.92
%0
%32.94

Codes

Color #A5A6AB in popluar color models

A5A6AB
RGB165166171
HSL230°3.45%65.88%
HSB/HSV230°3.51%67.06%
CMYK3.51%2.92%0.00%
32.94%

Color #A5A6AB in popluar number systems.

HEXA5A6AB
Decimal165166171
Binary101001011010011010101011
Octal245246253

Shades and tints

Shades of #A5A6AB

#A5A6AB
(165,166,171)
#96979C
(150,151,156)
#87888D
(135,136,141)
#78797E
(120,121,126)
#696A6F
(105,106,111)
#5A5B60
(90,91,96)
#4B4C51
(75,76,81)
#3C3D42
(60,61,66)
#2D2E33
(45,46,51)
#1E1F24
(30,31,36)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #A5A6AB

#A5A6AB
(165,166,171)
#ADAEB2
(173,174,178)
#B5B6B9
(181,182,185)
#BDBEC0
(189,190,192)
#C5C6C7
(197,198,199)
#CDCECE
(205,206,206)
#D5D6D5
(213,214,213)
#DDDEDC
(221,222,220)
#E5E6E3
(229,230,227)
#EDEEEA
(237,238,234)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A6AB; }

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

This text font color is #A5A6AB.


Background Color

.myBgColor { background-color: #A5A6AB; }

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

This div background color is #A5A6AB.


Border color

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

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

This div border color is #A5A6AB.


Opacity

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

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

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

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

This text has shadow with #A5A6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A6AB on black background.


Color preview on white background

This text has color #A5A6AB on white background.



Black color preview on #A5A6AB background

This text has black color on #A5A6AB background.


White color preview on #A5A6AB background

This text has white color on #A5A6AB background.