COLOR #A5A8AB

HEX: #A5A8AB
RGB: (165,168,171)

Color info

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

RGB color model

#A5A8AB color RGB value is (165,168,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 171 of 255 = 67%

165
168
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 171 = 504 (100%)
R 165 of 504 ~ 32.74%
G 168 of 504 ~ 33.33%
B 171 of 504 ~ 33.93%

%32.74
%33.33
%33.93

CMYK color model

#A5A8AB color CMYK value is (4,2,0,33).

  • cyan value is 3.51%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,2,0,33)
C4M2Y0K33 
(4%,2%,0%,33%)
(0.04/0.02/0.00/0.33)	

CMYK percentages

%3.51
%1.75
%0
%32.94

Codes

Color #A5A8AB in popluar color models

A5A8AB
RGB165168171
HSL210°3.45%65.88%
HSB/HSV210°3.51%67.06%
CMYK3.51%1.75%0.00%
32.94%

Color #A5A8AB in popluar number systems.

HEXA5A8AB
Decimal165168171
Binary101001011010100010101011
Octal245250253

Shades and tints

Shades of #A5A8AB

#A5A8AB
(165,168,171)
#96999C
(150,153,156)
#878A8D
(135,138,141)
#787B7E
(120,123,126)
#696C6F
(105,108,111)
#5A5D60
(90,93,96)
#4B4E51
(75,78,81)
#3C3F42
(60,63,66)
#2D3033
(45,48,51)
#1E2124
(30,33,36)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A5A8AB

#A5A8AB
(165,168,171)
#ADAFB2
(173,175,178)
#B5B6B9
(181,182,185)
#BDBDC0
(189,189,192)
#C5C4C7
(197,196,199)
#CDCBCE
(205,203,206)
#D5D2D5
(213,210,213)
#DDD9DC
(221,217,220)
#E5E0E3
(229,224,227)
#EDE7EA
(237,231,234)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A8AB; }

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

This text font color is #A5A8AB.


Background Color

.myBgColor { background-color: #A5A8AB; }

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

This div background color is #A5A8AB.


Border color

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

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

This div border color is #A5A8AB.


Opacity

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

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

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

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

This text has shadow with #A5A8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A8AB on black background.


Color preview on white background

This text has color #A5A8AB on white background.



Black color preview on #A5A8AB background

This text has black color on #A5A8AB background.


White color preview on #A5A8AB background

This text has white color on #A5A8AB background.