COLOR #A5B1AF

HEX: #A5B1AF
RGB: (165,177,175)

Color info

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

RGB color model

#A5B1AF color RGB value is (165,177,175).

  • red value is 165;
  • green value is 177;
  • blue value is 175.
RGB:
(165,177,175)
(65%,69%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 175 of 255 = 69%

165
177
175

R + G + B ~ 68%. #A5B1AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 177 + 175 = 517 (100%)
R 165 of 517 ~ 31.91%
G 177 of 517 ~ 34.24%
B 175 of 517 ~ 33.85%

%31.91
%34.24
%33.85

CMYK color model

#A5B1AF color CMYK value is (7,0,1,31).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 1.13%
  • key color value is 30.59%
CMYK:
(7,0,1,31)
C7M0Y1K31 
(7%,0%,1%,31%)
(0.07/0.00/0.01/0.31)	

CMYK percentages

%6.78
%0
%1.13
%30.59

Codes

Color #A5B1AF in popluar color models

A5B1AF
RGB165177175
HSL170°7.14%67.06%
HSB/HSV170°6.78%69.41%
CMYK6.78%0.00%1.13%
30.59%

Color #A5B1AF in popluar number systems.

HEXA5B1AF
Decimal165177175
Binary101001011011000110101111
Octal245261257

Shades and tints

Shades of #A5B1AF

#A5B1AF
(165,177,175)
#96A1A0
(150,161,160)
#879191
(135,145,145)
#788182
(120,129,130)
#697173
(105,113,115)
#5A6164
(90,97,100)
#4B5155
(75,81,85)
#3C4146
(60,65,70)
#2D3137
(45,49,55)
#1E2128
(30,33,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #A5B1AF

#A5B1AF
(165,177,175)
#ADB8B6
(173,184,182)
#B5BFBD
(181,191,189)
#BDC6C4
(189,198,196)
#C5CDCB
(197,205,203)
#CDD4D2
(205,212,210)
#D5DBD9
(213,219,217)
#DDE2E0
(221,226,224)
#E5E9E7
(229,233,231)
#EDF0EE
(237,240,238)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B1AF color. Also use rgb(165,177,175) instead hex code.

Text Font Color

.myTextColor { color: #A5B1AF; }

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

This text font color is #A5B1AF.


Background Color

.myBgColor { background-color: #A5B1AF; }

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

This div background color is #A5B1AF.


Border color

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

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

This div border color is #A5B1AF.


Opacity

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

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

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

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

This text has shadow with #A5B1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B1AF on black background.


Color preview on white background

This text has color #A5B1AF on white background.



Black color preview on #A5B1AF background

This text has black color on #A5B1AF background.


White color preview on #A5B1AF background

This text has white color on #A5B1AF background.