COLOR #AAB0AE

HEX: #AAB0AE RGB: (170,176,174)

Color info

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

RGB color model

#AAB0AE color RGB value is (170,176,174).

RGB: (170,176,174) (67%, 69%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 174 of 255 = 68%

170
176
174

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

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 174 = 520 (100%)
R 170 of 520 ~ 32.69%
G 176 of 520 ~ 33.85%
B 174 of 520 ~ 33.46'%

%32.69
%33.85
%33.46

CMYK color model

#AAB0AE color CMYK value is (3,0,1,31).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK: (3,0,1,31) C3M0Y1K31 (3%,0%,1%,31%) (0.03/0.00/0.01/0.31) 

CMYK percentages

%3.41
%0
%1.14
%30.98

Codes

Color #AAB0AE in popluar color models

AA B0 AE
RGB 170 176 174
HSL 160° 3.66% 67.84%
HSB/HSV 160° 3.41% 69.02%
CMYK 3.41% 0.00% 1.14%
30.98%

Color #AAB0AE in popluar number systems.

HEX AA B0 AE
Decimal 170 176 174
Binary 10101010 10110000 10101110
Octal 252 260 256

Shades and tints

Shades of #AAB0AE

#AAB0AE
(170,176,174)
#9BA09F
(155,160,159)
#8C9090
(140,144,144)
#7D8081
(125,128,129)
#6E7072
(110,112,114)
#5F6063
(95,96,99)
#505054
(80,80,84)
#414045
(65,64,69)
#323036
(50,48,54)
#232027
(35,32,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #AAB0AE

#AAB0AE
(170,176,174)
#B1B7B5
(177,183,181)
#B8BEBC
(184,190,188)
#BFC5C3
(191,197,195)
#C6CCCA
(198,204,202)
#CDD3D1
(205,211,209)
#D4DAD8
(212,218,216)
#DBE1DF
(219,225,223)
#E2E8E6
(226,232,230)
#E9EFED
(233,239,237)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB0AE; }

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

This text font color is #AAB0AE.

Background Color

.myBgColor { background-color: #AAB0AE; }

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

This div background color is #AAB0AE.

Border color

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

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

This div border color is #AAB0AE.

Opacity

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

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

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

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

This text has shadow with #AAB0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB0AE.

Preview

Color preview on black background

This text has color #AAB0AE on black background.


Color preview on white background

This text has color #AAB0AE on white background.


Black color preview on #AAB0AE background

This text has black color on #AAB0AE background.


White color preview on #AAB0AE background

This text has white color on #AAB0AE background.


Related colors

Complementary color

Complementary color for #hex is #554F51.


I love getcolorcode.com

Triadic colors

1 #AEAAB0 and #B0AEAA with #AAB0AE are triadic colors.

2 #AEB0AA and #B0AAAE with #AAB0AE are triadic colors.