COLOR #A5AA9D

HEX: #A5AA9D RGB: (165,170,157)

Color info

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

RGB color model

#A5AA9D color RGB value is (165,170,157).

RGB: (165,170,157) (65%, 67%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 157 of 255 = 62%

165
170
157

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

Portions of RGB colors in percentages

R + G + B = 165 + 170 + 157 = 492 (100%)
R 165 of 492 ~ 33.54%
G 170 of 492 ~ 34.55%
B 157 of 492 ~ 31.91'%

%33.54
%34.55
%31.91

CMYK color model

#A5AA9D color CMYK value is (3,0,8,33).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 33.33%
CMYK: (3,0,8,33) C3M0Y8K33 (3%,0%,8%,33%) (0.03/0.00/0.08/0.33) 

CMYK percentages

%2.94
%0
%7.65
%33.33

Codes

Color #A5AA9D in popluar color models

A5 AA 9D
RGB 165 170 157
HSL 83° 7.10% 64.12%
HSB/HSV 83° 7.65% 66.67%
CMYK 2.94% 0.00% 7.65%
33.33%

Color #A5AA9D in popluar number systems.

HEX A5 AA 9D
Decimal 165 170 157
Binary 10100101 10101010 10011101
Octal 245 252 235

Shades and tints

Shades of #A5AA9D

#A5AA9D
(165,170,157)
#969B8F
(150,155,143)
#878C81
(135,140,129)
#787D73
(120,125,115)
#696E65
(105,110,101)
#5A5F57
(90,95,87)
#4B5049
(75,80,73)
#3C413B
(60,65,59)
#2D322D
(45,50,45)
#1E231F
(30,35,31)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A5AA9D

#A5AA9D
(165,170,157)
#ADB1A5
(173,177,165)
#B5B8AD
(181,184,173)
#BDBFB5
(189,191,181)
#C5C6BD
(197,198,189)
#CDCDC5
(205,205,197)
#D5D4CD
(213,212,205)
#DDDBD5
(221,219,213)
#E5E2DD
(229,226,221)
#EDE9E5
(237,233,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AA9D; }

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

This text font color is #A5AA9D.

Background Color

.myBgColor { background-color: #A5AA9D; }

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

This div background color is #A5AA9D.

Border color

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

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

This div border color is #A5AA9D.

Opacity

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

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

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

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

This text has shadow with #A5AA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AA9D.

Preview

Color preview on black background

This text has color #A5AA9D on black background.


Color preview on white background

This text has color #A5AA9D on white background.


Black color preview on #A5AA9D background

This text has black color on #A5AA9D background.


White color preview on #A5AA9D background

This text has white color on #A5AA9D background.


Related colors

Complementary color

Complementary color for #hex is #5A5562.


I love getcolorcode.com

Triadic colors

1 #9DA5AA and #AA9DA5 with #A5AA9D are triadic colors.

2 #9DAAA5 and #AAA59D with #A5AA9D are triadic colors.