COLOR #A5A1AB

HEX: #A5A1AB
RGB: (165,161,171)

Color info

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

RGB color model

#A5A1AB color RGB value is (165,161,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 171 of 255 = 67%

165
161
171

R + G + B ~ 65%. #A5A1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 171 = 497 (100%)
R 165 of 497 ~ 33.2%
G 161 of 497 ~ 32.39%
B 171 of 497 ~ 34.41%

%33.2
%32.39
%34.41

CMYK color model

#A5A1AB color CMYK value is (4,6,0,33).

  • cyan value is 3.51%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,6,0,33)
C4M6Y0K33 
(4%,6%,0%,33%)
(0.04/0.06/0.00/0.33)	

CMYK percentages

%3.51
%5.85
%0
%32.94

Codes

Color #A5A1AB in popluar color models

A5A1AB
RGB165161171
HSL264°5.62%65.10%
HSB/HSV264°5.85%67.06%
CMYK3.51%5.85%0.00%
32.94%

Color #A5A1AB in popluar number systems.

HEXA5A1AB
Decimal165161171
Binary101001011010000110101011
Octal245241253

Shades and tints

Shades of #A5A1AB

#A5A1AB
(165,161,171)
#96939C
(150,147,156)
#87858D
(135,133,141)
#78777E
(120,119,126)
#69696F
(105,105,111)
#5A5B60
(90,91,96)
#4B4D51
(75,77,81)
#3C3F42
(60,63,66)
#2D3133
(45,49,51)
#1E2324
(30,35,36)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A5A1AB

#A5A1AB
(165,161,171)
#ADA9B2
(173,169,178)
#B5B1B9
(181,177,185)
#BDB9C0
(189,185,192)
#C5C1C7
(197,193,199)
#CDC9CE
(205,201,206)
#D5D1D5
(213,209,213)
#DDD9DC
(221,217,220)
#E5E1E3
(229,225,227)
#EDE9EA
(237,233,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A1AB; }

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

This text font color is #A5A1AB.


Background Color

.myBgColor { background-color: #A5A1AB; }

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

This div background color is #A5A1AB.


Border color

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

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

This div border color is #A5A1AB.


Opacity

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

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

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

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

This text has shadow with #A5A1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A1AB on black background.


Color preview on white background

This text has color #A5A1AB on white background.



Black color preview on #A5A1AB background

This text has black color on #A5A1AB background.


White color preview on #A5A1AB background

This text has white color on #A5A1AB background.