COLOR #AAB2AB

HEX: #AAB2AB RGB: (170,178,171)

Color info

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

RGB color model

#AAB2AB color RGB value is (170,178,171).

RGB: (170,178,171) (67%, 70%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 171 of 255 = 67%

170
178
171

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

Portions of RGB colors in percentages

R + G + B = 170 + 178 + 171 = 519 (100%)
R 170 of 519 ~ 32.76%
G 178 of 519 ~ 34.3%
B 171 of 519 ~ 32.95'%

%32.76
%34.3
%32.95

CMYK color model

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

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 30.20%
CMYK: (4,0,4,30) C4M0Y4K30 (4%,0%,4%,30%) (0.04/0.00/0.04/0.30) 

CMYK percentages

%4.49
%0
%3.93
%30.2

Codes

Color #AAB2AB in popluar color models

AA B2 AB
RGB 170 178 171
HSL 128° 4.94% 68.24%
HSB/HSV 128° 4.49% 69.80%
CMYK 4.49% 0.00% 3.93%
30.20%

Color #AAB2AB in popluar number systems.

HEX AA B2 AB
Decimal 170 178 171
Binary 10101010 10110010 10101011
Octal 252 262 253

Shades and tints

Shades of #AAB2AB

#AAB2AB
(170,178,171)
#9BA29C
(155,162,156)
#8C928D
(140,146,141)
#7D827E
(125,130,126)
#6E726F
(110,114,111)
#5F6260
(95,98,96)
#505251
(80,82,81)
#414242
(65,66,66)
#323233
(50,50,51)
#232224
(35,34,36)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AAB2AB

#AAB2AB
(170,178,171)
#B1B9B2
(177,185,178)
#B8C0B9
(184,192,185)
#BFC7C0
(191,199,192)
#C6CEC7
(198,206,199)
#CDD5CE
(205,213,206)
#D4DCD5
(212,220,213)
#DBE3DC
(219,227,220)
#E2EAE3
(226,234,227)
#E9F1EA
(233,241,234)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB2AB; }

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

This text font color is #AAB2AB.

Background Color

.myBgColor { background-color: #AAB2AB; }

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

This div background color is #AAB2AB.

Border color

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

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

This div border color is #AAB2AB.

Opacity

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

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

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

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

This text has shadow with #AAB2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB2AB.

Preview

Color preview on black background

This text has color #AAB2AB on black background.


Color preview on white background

This text has color #AAB2AB on white background.


Black color preview on #AAB2AB background

This text has black color on #AAB2AB background.


White color preview on #AAB2AB background

This text has white color on #AAB2AB background.


Related colors

Complementary color

Complementary color for #hex is #554D54.


I love getcolorcode.com

Triadic colors

1 #ABAAB2 and #B2ABAA with #AAB2AB are triadic colors.

2 #ABB2AA and #B2AAAB with #AAB2AB are triadic colors.