COLOR #AAB2A4

HEX: #AAB2A4 RGB: (170,178,164)

Color info

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

RGB color model

#AAB2A4 color RGB value is (170,178,164).

RGB: (170,178,164) (67%, 70%, 64%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 164 of 255 = 64%

170
178
164

R + G + B ~ 67%. #AAB2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 178 + 164 = 512 (100%)
R 170 of 512 ~ 33.2%
G 178 of 512 ~ 34.77%
B 164 of 512 ~ 32.03'%

%33.2
%34.77
%32.03

CMYK color model

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

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

CMYK: (4,0,8,30)
C4M0Y8K30 (4%, 0%, 8%, 30%)
(0.04 / 0.00 / 0.08 / 0.30)

CMYK percentages

%4.49
%0
%7.87
%30.2

Codes

Color #AAB2A4 in popluar color models

AA B2 A4
RGB 170 178 164
HSL 94° 8.33% 67.06%
HSB/HSV 94° 7.87% 69.80%
CMYK 4.49% 0.00% 7.87%
30.20%

Color #AAB2A4 in popluar number systems.

HEX AA B2 A4
Decimal 170 178 164
Binary 10101010 10110010 10100100
Octal 252 262 244

Shades and tints

Shades of #AAB2A4

#AAB2A4
(170,178,164)
#9BA296
(155,162,150)
#8C9288
(140,146,136)
#7D827A
(125,130,122)
#6E726C
(110,114,108)
#5F625E
(95,98,94)
#505250
(80,82,80)
#414242
(65,66,66)
#323234
(50,50,52)
#232226
(35,34,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #AAB2A4

#AAB2A4
(170,178,164)
#B1B9AC
(177,185,172)
#B8C0B4
(184,192,180)
#BFC7BC
(191,199,188)
#C6CEC4
(198,206,196)
#CDD5CC
(205,213,204)
#D4DCD4
(212,220,212)
#DBE3DC
(219,227,220)
#E2EAE4
(226,234,228)
#E9F1EC
(233,241,236)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB2A4; }

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

This text font color is #AAB2A4.

Background Color

.myBgColor { background-color: #AAB2A4; }

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

This div background color is #AAB2A4.

Border color

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

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

This div border color is #AAB2A4.

Opacity

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

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

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

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

This text has shadow with #AAB2A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB2A4.

Preview

Color preview on black background

This text has color #AAB2A4 on black background.


Color preview on white background

This text has color #AAB2A4 on white background.


Black color preview on #AAB2A4 background

This text has black color on #AAB2A4 background.


White color preview on #AAB2A4 background

This text has white color on #AAB2A4 background.


Related colors

Complementary color

Complementary color for #hex is #554D5B.


I love getcolorcode.com

Triadic colors

1 #A4AAB2 and #B2A4AA with #AAB2A4 are triadic colors.

2 #A4B2AA and #B2AAA4 with #AAB2A4 are triadic colors.