COLOR #A5A7AB

HEX: #A5A7AB
RGB: (165,167,171)

Color info

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

RGB color model

#A5A7AB color RGB value is (165,167,171).

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

RGB channels and saturation

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

165
167
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 167 + 171 = 503 (100%)
R 165 of 503 ~ 32.8%
G 167 of 503 ~ 33.2%
B 171 of 503 ~ 34%

%32.8
%33.2
%34

CMYK color model

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

  • cyan value is 3.51%
  • magenta value is 2.34%
  • 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
%2.34
%0
%32.94

Codes

Color #A5A7AB in popluar color models

A5A7AB
RGB165167171
HSL220°3.45%65.88%
HSB/HSV220°3.51%67.06%
CMYK3.51%2.34%0.00%
32.94%

Color #A5A7AB in popluar number systems.

HEXA5A7AB
Decimal165167171
Binary101001011010011110101011
Octal245247253

Shades and tints

Shades of #A5A7AB

#A5A7AB
(165,167,171)
#96989C
(150,152,156)
#87898D
(135,137,141)
#787A7E
(120,122,126)
#696B6F
(105,107,111)
#5A5C60
(90,92,96)
#4B4D51
(75,77,81)
#3C3E42
(60,62,66)
#2D2F33
(45,47,51)
#1E2024
(30,32,36)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A5A7AB

#A5A7AB
(165,167,171)
#ADAFB2
(173,175,178)
#B5B7B9
(181,183,185)
#BDBFC0
(189,191,192)
#C5C7C7
(197,199,199)
#CDCFCE
(205,207,206)
#D5D7D5
(213,215,213)
#DDDFDC
(221,223,220)
#E5E7E3
(229,231,227)
#EDEFEA
(237,239,234)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A7AB; }

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

This text font color is #A5A7AB.


Background Color

.myBgColor { background-color: #A5A7AB; }

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

This div background color is #A5A7AB.


Border color

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

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

This div border color is #A5A7AB.


Opacity

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

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

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

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

This text has shadow with #A5A7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A7AB on black background.


Color preview on white background

This text has color #A5A7AB on white background.



Black color preview on #A5A7AB background

This text has black color on #A5A7AB background.


White color preview on #A5A7AB background

This text has white color on #A5A7AB background.