COLOR #A5A9AF

HEX: #A5A9AF RGB: (165,169,175)

Color info

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

RGB color model

#A5A9AF color RGB value is (165,169,175).

RGB: (165,169,175) (65%, 66%, 69%)

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 175 of 255 = 69%

165
169
175

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

Portions of RGB colors in percentages

R + G + B = 165 + 169 + 175 = 509 (100%)
R 165 of 509 ~ 32.42%
G 169 of 509 ~ 33.2%
B 175 of 509 ~ 34.38'%

%32.42
%33.2
%34.38

CMYK color model

#A5A9AF color CMYK value is (6,3,0,31).

  • cyan value is 5.71%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (6,3,0,31)
C6M3Y0K31 (6%, 3%, 0%, 31%)
(0.06 / 0.03 / 0.00 / 0.31)

CMYK percentages

%5.71
%3.43
%0
%31.37

Codes

Color #A5A9AF in popluar color models

A5 A9 AF
RGB 165 169 175
HSL 216° 5.88% 66.67%
HSB/HSV 216° 5.71% 68.63%
CMYK 5.71% 3.43% 0.00%
31.37%

Color #A5A9AF in popluar number systems.

HEX A5 A9 AF
Decimal 165 169 175
Binary 10100101 10101001 10101111
Octal 245 251 257

Shades and tints

Shades of #A5A9AF

#A5A9AF
(165,169,175)
#969AA0
(150,154,160)
#878B91
(135,139,145)
#787C82
(120,124,130)
#696D73
(105,109,115)
#5A5E64
(90,94,100)
#4B4F55
(75,79,85)
#3C4046
(60,64,70)
#2D3137
(45,49,55)
#1E2228
(30,34,40)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #A5A9AF

#A5A9AF
(165,169,175)
#ADB0B6
(173,176,182)
#B5B7BD
(181,183,189)
#BDBEC4
(189,190,196)
#C5C5CB
(197,197,203)
#CDCCD2
(205,204,210)
#D5D3D9
(213,211,217)
#DDDAE0
(221,218,224)
#E5E1E7
(229,225,231)
#EDE8EE
(237,232,238)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A9AF; }

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

This text font color is #A5A9AF.

Background Color

.myBgColor { background-color: #A5A9AF; }

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

This div background color is #A5A9AF.

Border color

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

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

This div border color is #A5A9AF.

Opacity

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

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

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

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

This text has shadow with #A5A9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A9AF.

Preview

Color preview on black background

This text has color #A5A9AF on black background.


Color preview on white background

This text has color #A5A9AF on white background.


Black color preview on #A5A9AF background

This text has black color on #A5A9AF background.


White color preview on #A5A9AF background

This text has white color on #A5A9AF background.


Related colors

Complementary color

Complementary color for #hex is #5A5650.


I love getcolorcode.com

Triadic colors

1 #AFA5A9 and #A9AFA5 with #A5A9AF are triadic colors.

2 #AFA9A5 and #A9A5AF with #A5A9AF are triadic colors.