COLOR #AAA4AE

HEX: #AAA4AE RGB: (170,164,174)

Color info

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

RGB color model

#AAA4AE color RGB value is (170,164,174).

RGB: (170,164,174) (67%, 64%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 174 of 255 = 68%

170
164
174

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

Portions of RGB colors in percentages

R + G + B = 170 + 164 + 174 = 508 (100%)
R 170 of 508 ~ 33.46%
G 164 of 508 ~ 32.28%
B 174 of 508 ~ 34.25'%

%33.46
%32.28
%34.25

CMYK color model

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

  • cyan value is 2.30%
  • magenta value is 5.75%
  • yellow value is 0.00%
  • key color value is 31.76%

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

CMYK percentages

%2.3
%5.75
%0
%31.76

Codes

Color #AAA4AE in popluar color models

AA A4 AE
RGB 170 164 174
HSL 276° 5.81% 66.27%
HSB/HSV 276° 5.75% 68.24%
CMYK 2.30% 5.75% 0.00%
31.76%

Color #AAA4AE in popluar number systems.

HEX AA A4 AE
Decimal 170 164 174
Binary 10101010 10100100 10101110
Octal 252 244 256

Shades and tints

Shades of #AAA4AE

#AAA4AE
(170,164,174)
#9B969F
(155,150,159)
#8C8890
(140,136,144)
#7D7A81
(125,122,129)
#6E6C72
(110,108,114)
#5F5E63
(95,94,99)
#505054
(80,80,84)
#414245
(65,66,69)
#323436
(50,52,54)
#232627
(35,38,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #AAA4AE

#AAA4AE
(170,164,174)
#B1ACB5
(177,172,181)
#B8B4BC
(184,180,188)
#BFBCC3
(191,188,195)
#C6C4CA
(198,196,202)
#CDCCD1
(205,204,209)
#D4D4D8
(212,212,216)
#DBDCDF
(219,220,223)
#E2E4E6
(226,228,230)
#E9ECED
(233,236,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA4AE; }

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

This text font color is #AAA4AE.

Background Color

.myBgColor { background-color: #AAA4AE; }

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

This div background color is #AAA4AE.

Border color

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

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

This div border color is #AAA4AE.

Opacity

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

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

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

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

This text has shadow with #AAA4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA4AE.

Preview

Color preview on black background

This text has color #AAA4AE on black background.


Color preview on white background

This text has color #AAA4AE on white background.


Black color preview on #AAA4AE background

This text has black color on #AAA4AE background.


White color preview on #AAA4AE background

This text has white color on #AAA4AE background.


Related colors

Complementary color

Complementary color for #hex is #555B51.


I love getcolorcode.com

Triadic colors

1 #AEAAA4 and #A4AEAA with #AAA4AE are triadic colors.

2 #AEA4AA and #A4AAAE with #AAA4AE are triadic colors.