COLOR #A5A4AA

HEX: #A5A4AA RGB: (165,164,170)

Color info

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

RGB color model

#A5A4AA color RGB value is (165,164,170).

RGB: (165,164,170) (65%, 64%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 164 of 255 = 64%
B 170 of 255 = 67%

165
164
170

R + G + B ~ 65%. #A5A4AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 164 + 170 = 499 (100%)
R 165 of 499 ~ 33.07%
G 164 of 499 ~ 32.87%
B 170 of 499 ~ 34.07'%

%33.07
%32.87
%34.07

CMYK color model

#A5A4AA color CMYK value is (3,4,0,33).

  • cyan value is 2.94%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (3,4,0,33)
C3M4Y0K33 (3%, 4%, 0%, 33%)
(0.03 / 0.04 / 0.00 / 0.33)

CMYK percentages

%2.94
%3.53
%0
%33.33

Codes

Color #A5A4AA in popluar color models

A5 A4 AA
RGB 165 164 170
HSL 250° 3.41% 65.49%
HSB/HSV 250° 3.53% 66.67%
CMYK 2.94% 3.53% 0.00%
33.33%

Color #A5A4AA in popluar number systems.

HEX A5 A4 AA
Decimal 165 164 170
Binary 10100101 10100100 10101010
Octal 245 244 252

Shades and tints

Shades of #A5A4AA

#A5A4AA
(165,164,170)
#96969B
(150,150,155)
#87888C
(135,136,140)
#787A7D
(120,122,125)
#696C6E
(105,108,110)
#5A5E5F
(90,94,95)
#4B5050
(75,80,80)
#3C4241
(60,66,65)
#2D3432
(45,52,50)
#1E2623
(30,38,35)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #A5A4AA

#A5A4AA
(165,164,170)
#ADACB1
(173,172,177)
#B5B4B8
(181,180,184)
#BDBCBF
(189,188,191)
#C5C4C6
(197,196,198)
#CDCCCD
(205,204,205)
#D5D4D4
(213,212,212)
#DDDCDB
(221,220,219)
#E5E4E2
(229,228,226)
#EDECE9
(237,236,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A4AA; }

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

This text font color is #A5A4AA.

Background Color

.myBgColor { background-color: #A5A4AA; }

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

This div background color is #A5A4AA.

Border color

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

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

This div border color is #A5A4AA.

Opacity

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

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

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

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

This text has shadow with #A5A4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A4AA.

Preview

Color preview on black background

This text has color #A5A4AA on black background.


Color preview on white background

This text has color #A5A4AA on white background.


Black color preview on #A5A4AA background

This text has black color on #A5A4AA background.


White color preview on #A5A4AA background

This text has white color on #A5A4AA background.


Related colors

Complementary color

Complementary color for #hex is #5A5B55.


I love getcolorcode.com

Triadic colors

1 #AAA5A4 and #A4AAA5 with #A5A4AA are triadic colors.

2 #AAA4A5 and #A4A5AA with #A5A4AA are triadic colors.