COLOR #A5A4AD

HEX: #A5A4AD RGB: (165,164,173)

Color info

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

RGB color model

#A5A4AD color RGB value is (165,164,173).

RGB: (165,164,173) (65%, 64%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 164 of 255 = 64%
B 173 of 255 = 68%

165
164
173

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

Portions of RGB colors in percentages

R + G + B = 165 + 164 + 173 = 502 (100%)
R 165 of 502 ~ 32.87%
G 164 of 502 ~ 32.67%
B 173 of 502 ~ 34.46'%

%32.87
%32.67
%34.46

CMYK color model

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

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

CMYK: (5,5,0,32)
C5M5Y0K32 (5%, 5%, 0%, 32%)
(0.05 / 0.05 / 0.00 / 0.32)

CMYK percentages

%4.62
%5.2
%0
%32.16

Codes

Color #A5A4AD in popluar color models

A5 A4 AD
RGB 165 164 173
HSL 247° 5.20% 66.08%
HSB/HSV 247° 5.20% 67.84%
CMYK 4.62% 5.20% 0.00%
32.16%

Color #A5A4AD in popluar number systems.

HEX A5 A4 AD
Decimal 165 164 173
Binary 10100101 10100100 10101101
Octal 245 244 255

Shades and tints

Shades of #A5A4AD

#A5A4AD
(165,164,173)
#96969E
(150,150,158)
#87888F
(135,136,143)
#787A80
(120,122,128)
#696C71
(105,108,113)
#5A5E62
(90,94,98)
#4B5053
(75,80,83)
#3C4244
(60,66,68)
#2D3435
(45,52,53)
#1E2626
(30,38,38)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #A5A4AD

#A5A4AD
(165,164,173)
#ADACB4
(173,172,180)
#B5B4BB
(181,180,187)
#BDBCC2
(189,188,194)
#C5C4C9
(197,196,201)
#CDCCD0
(205,204,208)
#D5D4D7
(213,212,215)
#DDDCDE
(221,220,222)
#E5E4E5
(229,228,229)
#EDECEC
(237,236,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A4AD; }

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

This text font color is #A5A4AD.

Background Color

.myBgColor { background-color: #A5A4AD; }

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

This div background color is #A5A4AD.

Border color

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

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

This div border color is #A5A4AD.

Opacity

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

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

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

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

This text has shadow with #A5A4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A4AD.

Preview

Color preview on black background

This text has color #A5A4AD on black background.


Color preview on white background

This text has color #A5A4AD on white background.


Black color preview on #A5A4AD background

This text has black color on #A5A4AD background.


White color preview on #A5A4AD background

This text has white color on #A5A4AD background.


Related colors

Complementary color

Complementary color for #hex is #5A5B52.


I love getcolorcode.com

Triadic colors

1 #ADA5A4 and #A4ADA5 with #A5A4AD are triadic colors.

2 #ADA4A5 and #A4A5AD with #A5A4AD are triadic colors.