COLOR #A5A9AB

HEX: #A5A9AB RGB: (165,169,171)

Color info

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

RGB color model

#A5A9AB color RGB value is (165,169,171).

RGB: (165,169,171) (65%, 66%, 67%)

RGB channels and saturation

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

165
169
171

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

Portions of RGB colors in percentages

R + G + B = 165 + 169 + 171 = 505 (100%)
R 165 of 505 ~ 32.67%
G 169 of 505 ~ 33.47%
B 171 of 505 ~ 33.86'%

%32.67
%33.47
%33.86

CMYK color model

#A5A9AB color CMYK value is (4,1,0,33).

  • cyan value is 3.51%
  • magenta value is 1.17%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (4,1,0,33)
C4M1Y0K33 (4%, 1%, 0%, 33%)
(0.04 / 0.01 / 0.00 / 0.33)

CMYK percentages

%3.51
%1.17
%0
%32.94

Codes

Color #A5A9AB in popluar color models

A5 A9 AB
RGB 165 169 171
HSL 200° 3.45% 65.88%
HSB/HSV 200° 3.51% 67.06%
CMYK 3.51% 1.17% 0.00%
32.94%

Color #A5A9AB in popluar number systems.

HEX A5 A9 AB
Decimal 165 169 171
Binary 10100101 10101001 10101011
Octal 245 251 253

Shades and tints

Shades of #A5A9AB

#A5A9AB
(165,169,171)
#969A9C
(150,154,156)
#878B8D
(135,139,141)
#787C7E
(120,124,126)
#696D6F
(105,109,111)
#5A5E60
(90,94,96)
#4B4F51
(75,79,81)
#3C4042
(60,64,66)
#2D3133
(45,49,51)
#1E2224
(30,34,36)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A5A9AB

#A5A9AB
(165,169,171)
#ADB0B2
(173,176,178)
#B5B7B9
(181,183,185)
#BDBEC0
(189,190,192)
#C5C5C7
(197,197,199)
#CDCCCE
(205,204,206)
#D5D3D5
(213,211,213)
#DDDADC
(221,218,220)
#E5E1E3
(229,225,227)
#EDE8EA
(237,232,234)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A9AB; }

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

This text font color is #A5A9AB.

Background Color

.myBgColor { background-color: #A5A9AB; }

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

This div background color is #A5A9AB.

Border color

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

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

This div border color is #A5A9AB.

Opacity

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

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

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

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

This text has shadow with #A5A9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A9AB.

Preview

Color preview on black background

This text has color #A5A9AB on black background.


Color preview on white background

This text has color #A5A9AB on white background.


Black color preview on #A5A9AB background

This text has black color on #A5A9AB background.


White color preview on #A5A9AB background

This text has white color on #A5A9AB background.


Related colors

Complementary color

Complementary color for #hex is #5A5654.


I love getcolorcode.com

Triadic colors

1 #ABA5A9 and #A9ABA5 with #A5A9AB are triadic colors.

2 #ABA9A5 and #A9A5AB with #A5A9AB are triadic colors.