COLOR #AAB2AF

HEX: #AAB2AF RGB: (170,178,175)

Color info

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

RGB color model

#AAB2AF color RGB value is (170,178,175).

RGB: (170,178,175) (67%, 70%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 175 of 255 = 69%

170
178
175

R + G + B ~ 69%. #AAB2AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 178 + 175 = 523 (100%)
R 170 of 523 ~ 32.5%
G 178 of 523 ~ 34.03%
B 175 of 523 ~ 33.46'%

%32.5
%34.03
%33.46

CMYK color model

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

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • 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
%1.69
%30.2

Codes

Color #AAB2AF in popluar color models

AA B2 AF
RGB 170 178 175
HSL 158° 4.94% 68.24%
HSB/HSV 158° 4.49% 69.80%
CMYK 4.49% 0.00% 1.69%
30.20%

Color #AAB2AF in popluar number systems.

HEX AA B2 AF
Decimal 170 178 175
Binary 10101010 10110010 10101111
Octal 252 262 257

Shades and tints

Shades of #AAB2AF

#AAB2AF
(170,178,175)
#9BA2A0
(155,162,160)
#8C9291
(140,146,145)
#7D8282
(125,130,130)
#6E7273
(110,114,115)
#5F6264
(95,98,100)
#505255
(80,82,85)
#414246
(65,66,70)
#323237
(50,50,55)
#232228
(35,34,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #AAB2AF

#AAB2AF
(170,178,175)
#B1B9B6
(177,185,182)
#B8C0BD
(184,192,189)
#BFC7C4
(191,199,196)
#C6CECB
(198,206,203)
#CDD5D2
(205,213,210)
#D4DCD9
(212,220,217)
#DBE3E0
(219,227,224)
#E2EAE7
(226,234,231)
#E9F1EE
(233,241,238)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB2AF; }

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

This text font color is #AAB2AF.

Background Color

.myBgColor { background-color: #AAB2AF; }

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

This div background color is #AAB2AF.

Border color

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

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

This div border color is #AAB2AF.

Opacity

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

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

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

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

This text has shadow with #AAB2AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB2AF.

Preview

Color preview on black background

This text has color #AAB2AF on black background.


Color preview on white background

This text has color #AAB2AF on white background.


Black color preview on #AAB2AF background

This text has black color on #AAB2AF background.


White color preview on #AAB2AF background

This text has white color on #AAB2AF background.


Related colors

Complementary color

Complementary color for #hex is #554D50.


I love getcolorcode.com

Triadic colors

1 #AFAAB2 and #B2AFAA with #AAB2AF are triadic colors.

2 #AFB2AA and #B2AAAF with #AAB2AF are triadic colors.