COLOR #AAA5AD

HEX: #AAA5AD RGB: (170,165,173)

Color info

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

RGB color model

#AAA5AD color RGB value is (170,165,173).

RGB: (170,165,173) (67%, 65%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 173 of 255 = 68%

170
165
173

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

Portions of RGB colors in percentages

R + G + B = 170 + 165 + 173 = 508 (100%)
R 170 of 508 ~ 33.46%
G 165 of 508 ~ 32.48%
B 173 of 508 ~ 34.06'%

%33.46
%32.48
%34.06

CMYK color model

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

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

CMYK: (2,5,0,32)
C2M5Y0K32 (2%, 5%, 0%, 32%)
(0.02 / 0.05 / 0.00 / 0.32)

CMYK percentages

%1.73
%4.62
%0
%32.16

Codes

Color #AAA5AD in popluar color models

AA A5 AD
RGB 170 165 173
HSL 278° 4.65% 66.27%
HSB/HSV 278° 4.62% 67.84%
CMYK 1.73% 4.62% 0.00%
32.16%

Color #AAA5AD in popluar number systems.

HEX AA A5 AD
Decimal 170 165 173
Binary 10101010 10100101 10101101
Octal 252 245 255

Shades and tints

Shades of #AAA5AD

#AAA5AD
(170,165,173)
#9B969E
(155,150,158)
#8C878F
(140,135,143)
#7D7880
(125,120,128)
#6E6971
(110,105,113)
#5F5A62
(95,90,98)
#504B53
(80,75,83)
#413C44
(65,60,68)
#322D35
(50,45,53)
#231E26
(35,30,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #AAA5AD

#AAA5AD
(170,165,173)
#B1ADB4
(177,173,180)
#B8B5BB
(184,181,187)
#BFBDC2
(191,189,194)
#C6C5C9
(198,197,201)
#CDCDD0
(205,205,208)
#D4D5D7
(212,213,215)
#DBDDDE
(219,221,222)
#E2E5E5
(226,229,229)
#E9EDEC
(233,237,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA5AD; }

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

This text font color is #AAA5AD.

Background Color

.myBgColor { background-color: #AAA5AD; }

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

This div background color is #AAA5AD.

Border color

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

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

This div border color is #AAA5AD.

Opacity

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

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

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

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

This text has shadow with #AAA5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA5AD.

Preview

Color preview on black background

This text has color #AAA5AD on black background.


Color preview on white background

This text has color #AAA5AD on white background.


Black color preview on #AAA5AD background

This text has black color on #AAA5AD background.


White color preview on #AAA5AD background

This text has white color on #AAA5AD background.


Related colors

Complementary color

Complementary color for #hex is #555A52.


I love getcolorcode.com

Triadic colors

1 #ADAAA5 and #A5ADAA with #AAA5AD are triadic colors.

2 #ADA5AA and #A5AAAD with #AAA5AD are triadic colors.