COLOR #AAB2AE

HEX: #AAB2AE RGB: (170,178,174)

Color info

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

RGB color model

#AAB2AE color RGB value is (170,178,174).

RGB: (170,178,174) (67%, 70%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 174 of 255 = 68%

170
178
174

R + G + B ~ 68%. #AAB2AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 178 + 174 = 522 (100%)
R 170 of 522 ~ 32.57%
G 178 of 522 ~ 34.1%
B 174 of 522 ~ 33.33'%

%32.57
%34.1
%33.33

CMYK color model

#AAB2AE color CMYK value is (4,0,2,30).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%

CMYK: (4,0,2,30)
C4M0Y2K30 (4%, 0%, 2%, 30%)
(0.04 / 0.00 / 0.02 / 0.30)

CMYK percentages

%4.49
%0
%2.25
%30.2

Codes

Color #AAB2AE in popluar color models

AA B2 AE
RGB 170 178 174
HSL 150° 4.94% 68.24%
HSB/HSV 150° 4.49% 69.80%
CMYK 4.49% 0.00% 2.25%
30.20%

Color #AAB2AE in popluar number systems.

HEX AA B2 AE
Decimal 170 178 174
Binary 10101010 10110010 10101110
Octal 252 262 256

Shades and tints

Shades of #AAB2AE

#AAB2AE
(170,178,174)
#9BA29F
(155,162,159)
#8C9290
(140,146,144)
#7D8281
(125,130,129)
#6E7272
(110,114,114)
#5F6263
(95,98,99)
#505254
(80,82,84)
#414245
(65,66,69)
#323236
(50,50,54)
#232227
(35,34,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #AAB2AE

#AAB2AE
(170,178,174)
#B1B9B5
(177,185,181)
#B8C0BC
(184,192,188)
#BFC7C3
(191,199,195)
#C6CECA
(198,206,202)
#CDD5D1
(205,213,209)
#D4DCD8
(212,220,216)
#DBE3DF
(219,227,223)
#E2EAE6
(226,234,230)
#E9F1ED
(233,241,237)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB2AE; }

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

This text font color is #AAB2AE.

Background Color

.myBgColor { background-color: #AAB2AE; }

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

This div background color is #AAB2AE.

Border color

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

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

This div border color is #AAB2AE.

Opacity

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

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

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

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

This text has shadow with #AAB2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB2AE.

Preview

Color preview on black background

This text has color #AAB2AE on black background.


Color preview on white background

This text has color #AAB2AE on white background.


Black color preview on #AAB2AE background

This text has black color on #AAB2AE background.


White color preview on #AAB2AE background

This text has white color on #AAB2AE background.


Related colors

Complementary color

Complementary color for #hex is #554D51.


I love getcolorcode.com

Triadic colors

1 #AEAAB2 and #B2AEAA with #AAB2AE are triadic colors.

2 #AEB2AA and #B2AAAE with #AAB2AE are triadic colors.