COLOR #AAA3AD

HEX: #AAA3AD RGB: (170,163,173)

Color info

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

RGB color model

#AAA3AD color RGB value is (170,163,173).

RGB: (170,163,173) (67%, 64%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 163 of 255 = 64%
B 173 of 255 = 68%

170
163
173

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

Portions of RGB colors in percentages

R + G + B = 170 + 163 + 173 = 506 (100%)
R 170 of 506 ~ 33.6%
G 163 of 506 ~ 32.21%
B 173 of 506 ~ 34.19'%

%33.6
%32.21
%34.19

CMYK color model

#AAA3AD color CMYK value is (2,6,0,32).

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

CMYK: (2,6,0,32)
C2M6Y0K32 (2%, 6%, 0%, 32%)
(0.02 / 0.06 / 0.00 / 0.32)

CMYK percentages

%1.73
%5.78
%0
%32.16

Codes

Color #AAA3AD in popluar color models

AA A3 AD
RGB 170 163 173
HSL 282° 5.75% 65.88%
HSB/HSV 282° 5.78% 67.84%
CMYK 1.73% 5.78% 0.00%
32.16%

Color #AAA3AD in popluar number systems.

HEX AA A3 AD
Decimal 170 163 173
Binary 10101010 10100011 10101101
Octal 252 243 255

Shades and tints

Shades of #AAA3AD

#AAA3AD
(170,163,173)
#9B959E
(155,149,158)
#8C878F
(140,135,143)
#7D7980
(125,121,128)
#6E6B71
(110,107,113)
#5F5D62
(95,93,98)
#504F53
(80,79,83)
#414144
(65,65,68)
#323335
(50,51,53)
#232526
(35,37,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #AAA3AD

#AAA3AD
(170,163,173)
#B1ABB4
(177,171,180)
#B8B3BB
(184,179,187)
#BFBBC2
(191,187,194)
#C6C3C9
(198,195,201)
#CDCBD0
(205,203,208)
#D4D3D7
(212,211,215)
#DBDBDE
(219,219,222)
#E2E3E5
(226,227,229)
#E9EBEC
(233,235,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA3AD; }

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

This text font color is #AAA3AD.

Background Color

.myBgColor { background-color: #AAA3AD; }

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

This div background color is #AAA3AD.

Border color

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

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

This div border color is #AAA3AD.

Opacity

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

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

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

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

This text has shadow with #AAA3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA3AD.

Preview

Color preview on black background

This text has color #AAA3AD on black background.


Color preview on white background

This text has color #AAA3AD on white background.


Black color preview on #AAA3AD background

This text has black color on #AAA3AD background.


White color preview on #AAA3AD background

This text has white color on #AAA3AD background.


Related colors

Complementary color

Complementary color for #hex is #555C52.


I love getcolorcode.com

Triadic colors

1 #ADAAA3 and #A3ADAA with #AAA3AD are triadic colors.

2 #ADA3AA and #A3AAAD with #AAA3AD are triadic colors.