COLOR #AAB3AE

HEX: #AAB3AE RGB: (170,179,174)

Color info

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

RGB color model

#AAB3AE color RGB value is (170,179,174).

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

RGB channels and saturation

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

170
179
174

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

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 174 = 523 (100%)
R 170 of 523 ~ 32.5%
G 179 of 523 ~ 34.23%
B 174 of 523 ~ 33.27'%

%32.5
%34.23
%33.27

CMYK color model

#AAB3AE color CMYK value is (5,0,3,30).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 29.80%

CMYK: (5,0,3,30)
C5M0Y3K30 (5%, 0%, 3%, 30%)
(0.05 / 0.00 / 0.03 / 0.30)

CMYK percentages

%5.03
%0
%2.79
%29.8

Codes

Color #AAB3AE in popluar color models

AA B3 AE
RGB 170 179 174
HSL 147° 5.59% 68.43%
HSB/HSV 147° 5.03% 70.20%
CMYK 5.03% 0.00% 2.79%
29.80%

Color #AAB3AE in popluar number systems.

HEX AA B3 AE
Decimal 170 179 174
Binary 10101010 10110011 10101110
Octal 252 263 256

Shades and tints

Shades of #AAB3AE

#AAB3AE
(170,179,174)
#9BA39F
(155,163,159)
#8C9390
(140,147,144)
#7D8381
(125,131,129)
#6E7372
(110,115,114)
#5F6363
(95,99,99)
#505354
(80,83,84)
#414345
(65,67,69)
#323336
(50,51,54)
#232327
(35,35,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #AAB3AE

#AAB3AE
(170,179,174)
#B1B9B5
(177,185,181)
#B8BFBC
(184,191,188)
#BFC5C3
(191,197,195)
#C6CBCA
(198,203,202)
#CDD1D1
(205,209,209)
#D4D7D8
(212,215,216)
#DBDDDF
(219,221,223)
#E2E3E6
(226,227,230)
#E9E9ED
(233,233,237)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB3AE; }

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

This text font color is #AAB3AE.

Background Color

.myBgColor { background-color: #AAB3AE; }

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

This div background color is #AAB3AE.

Border color

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

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

This div border color is #AAB3AE.

Opacity

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

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

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

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

This text has shadow with #AAB3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB3AE.

Preview

Color preview on black background

This text has color #AAB3AE on black background.


Color preview on white background

This text has color #AAB3AE on white background.


Black color preview on #AAB3AE background

This text has black color on #AAB3AE background.


White color preview on #AAB3AE background

This text has white color on #AAB3AE background.


Related colors

Complementary color

Complementary color for #hex is #554C51.


I love getcolorcode.com

Triadic colors

1 #AEAAB3 and #B3AEAA with #AAB3AE are triadic colors.

2 #AEB3AA and #B3AAAE with #AAB3AE are triadic colors.