COLOR #A5AAB1

HEX: #A5AAB1
RGB: (165,170,177)

Color info

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

RGB color model

#A5AAB1 color RGB value is (165,170,177).

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

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 177 of 255 = 69%

165
170
177

R + G + B ~ 67%. #A5AAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 177 = 512 (100%)
R 165 of 512 ~ 32.23%
G 170 of 512 ~ 33.2%
B 177 of 512 ~ 34.57%

%32.23
%33.2
%34.57

CMYK color model

#A5AAB1 color CMYK value is (7,4,0,31).

  • cyan value is 6.78%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(7,4,0,31)
C7M4Y0K31 
(7%,4%,0%,31%)
(0.07/0.04/0.00/0.31)	

CMYK percentages

%6.78
%3.95
%0
%30.59

Codes

Color #A5AAB1 in popluar color models

A5AAB1
RGB165170177
HSL215°7.14%67.06%
HSB/HSV215°6.78%69.41%
CMYK6.78%3.95%0.00%
30.59%

Color #A5AAB1 in popluar number systems.

HEXA5AAB1
Decimal165170177
Binary101001011010101010110001
Octal245252261

Shades and tints

Shades of #A5AAB1

#A5AAB1
(165,170,177)
#969BA1
(150,155,161)
#878C91
(135,140,145)
#787D81
(120,125,129)
#696E71
(105,110,113)
#5A5F61
(90,95,97)
#4B5051
(75,80,81)
#3C4141
(60,65,65)
#2D3231
(45,50,49)
#1E2321
(30,35,33)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A5AAB1

#A5AAB1
(165,170,177)
#ADB1B8
(173,177,184)
#B5B8BF
(181,184,191)
#BDBFC6
(189,191,198)
#C5C6CD
(197,198,205)
#CDCDD4
(205,205,212)
#D5D4DB
(213,212,219)
#DDDBE2
(221,219,226)
#E5E2E9
(229,226,233)
#EDE9F0
(237,233,240)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AAB1; }

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

This text font color is #A5AAB1.


Background Color

.myBgColor { background-color: #A5AAB1; }

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

This div background color is #A5AAB1.


Border color

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

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

This div border color is #A5AAB1.


Opacity

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

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

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

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

This text has shadow with #A5AAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AAB1 on black background.


Color preview on white background

This text has color #A5AAB1 on white background.



Black color preview on #A5AAB1 background

This text has black color on #A5AAB1 background.


White color preview on #A5AAB1 background

This text has white color on #A5AAB1 background.