COLOR #A5A8AD

HEX: #A5A8AD RGB: (165,168,173)

Color info

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

RGB color model

#A5A8AD color RGB value is (165,168,173).

RGB: (165,168,173) (65%, 66%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 173 of 255 = 68%

165
168
173

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

Portions of RGB colors in percentages

R + G + B = 165 + 168 + 173 = 506 (100%)
R 165 of 506 ~ 32.61%
G 168 of 506 ~ 33.2%
B 173 of 506 ~ 34.19'%

%32.61
%33.2
%34.19

CMYK color model

#A5A8AD color CMYK value is (5,3,0,32).

  • cyan value is 4.62%
  • magenta value is 2.89%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (5,3,0,32)
C5M3Y0K32 (5%, 3%, 0%, 32%)
(0.05 / 0.03 / 0.00 / 0.32)

CMYK percentages

%4.62
%2.89
%0
%32.16

Codes

Color #A5A8AD in popluar color models

A5 A8 AD
RGB 165 168 173
HSL 218° 4.65% 66.27%
HSB/HSV 218° 4.62% 67.84%
CMYK 4.62% 2.89% 0.00%
32.16%

Color #A5A8AD in popluar number systems.

HEX A5 A8 AD
Decimal 165 168 173
Binary 10100101 10101000 10101101
Octal 245 250 255

Shades and tints

Shades of #A5A8AD

#A5A8AD
(165,168,173)
#96999E
(150,153,158)
#878A8F
(135,138,143)
#787B80
(120,123,128)
#696C71
(105,108,113)
#5A5D62
(90,93,98)
#4B4E53
(75,78,83)
#3C3F44
(60,63,68)
#2D3035
(45,48,53)
#1E2126
(30,33,38)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #A5A8AD

#A5A8AD
(165,168,173)
#ADAFB4
(173,175,180)
#B5B6BB
(181,182,187)
#BDBDC2
(189,189,194)
#C5C4C9
(197,196,201)
#CDCBD0
(205,203,208)
#D5D2D7
(213,210,215)
#DDD9DE
(221,217,222)
#E5E0E5
(229,224,229)
#EDE7EC
(237,231,236)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A8AD color. Also use rgb(165,168,173) instead hex code.

Text Font Color

.myTextColor { color: #A5A8AD; }

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

This text font color is #A5A8AD.

Background Color

.myBgColor { background-color: #A5A8AD; }

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

This div background color is #A5A8AD.

Border color

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

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

This div border color is #A5A8AD.

Opacity

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

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

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

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

This text has shadow with #A5A8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A8AD.

Preview

Color preview on black background

This text has color #A5A8AD on black background.


Color preview on white background

This text has color #A5A8AD on white background.


Black color preview on #A5A8AD background

This text has black color on #A5A8AD background.


White color preview on #A5A8AD background

This text has white color on #A5A8AD background.


Related colors

Complementary color

Complementary color for #hex is #5A5752.


I love getcolorcode.com

Triadic colors

1 #ADA5A8 and #A8ADA5 with #A5A8AD are triadic colors.

2 #ADA8A5 and #A8A5AD with #A5A8AD are triadic colors.