COLOR #AAB2A6

HEX: #AAB2A6 RGB: (170,178,166)

Color info

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

RGB color model

#AAB2A6 color RGB value is (170,178,166).

RGB: (170,178,166) (67%, 70%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 178 of 255 = 70%
B 166 of 255 = 65%

170
178
166

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

Portions of RGB colors in percentages

R + G + B = 170 + 178 + 166 = 514 (100%)
R 170 of 514 ~ 33.07%
G 178 of 514 ~ 34.63%
B 166 of 514 ~ 32.3'%

%33.07
%34.63
%32.3

CMYK color model

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

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

CMYK: (4,0,7,30)
C4M0Y7K30 (4%, 0%, 7%, 30%)
(0.04 / 0.00 / 0.07 / 0.30)

CMYK percentages

%4.49
%0
%6.74
%30.2

Codes

Color #AAB2A6 in popluar color models

AA B2 A6
RGB 170 178 166
HSL 100° 7.23% 67.45%
HSB/HSV 100° 6.74% 69.80%
CMYK 4.49% 0.00% 6.74%
30.20%

Color #AAB2A6 in popluar number systems.

HEX AA B2 A6
Decimal 170 178 166
Binary 10101010 10110010 10100110
Octal 252 262 246

Shades and tints

Shades of #AAB2A6

#AAB2A6
(170,178,166)
#9BA297
(155,162,151)
#8C9288
(140,146,136)
#7D8279
(125,130,121)
#6E726A
(110,114,106)
#5F625B
(95,98,91)
#50524C
(80,82,76)
#41423D
(65,66,61)
#32322E
(50,50,46)
#23221F
(35,34,31)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #AAB2A6

#AAB2A6
(170,178,166)
#B1B9AE
(177,185,174)
#B8C0B6
(184,192,182)
#BFC7BE
(191,199,190)
#C6CEC6
(198,206,198)
#CDD5CE
(205,213,206)
#D4DCD6
(212,220,214)
#DBE3DE
(219,227,222)
#E2EAE6
(226,234,230)
#E9F1EE
(233,241,238)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB2A6; }

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

This text font color is #AAB2A6.

Background Color

.myBgColor { background-color: #AAB2A6; }

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

This div background color is #AAB2A6.

Border color

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

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

This div border color is #AAB2A6.

Opacity

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

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

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

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

This text has shadow with #AAB2A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB2A6.

Preview

Color preview on black background

This text has color #AAB2A6 on black background.


Color preview on white background

This text has color #AAB2A6 on white background.


Black color preview on #AAB2A6 background

This text has black color on #AAB2A6 background.


White color preview on #AAB2A6 background

This text has white color on #AAB2A6 background.


Related colors

Complementary color

Complementary color for #hex is #554D59.


I love getcolorcode.com

Triadic colors

1 #A6AAB2 and #B2A6AA with #AAB2A6 are triadic colors.

2 #A6B2AA and #B2AAA6 with #AAB2A6 are triadic colors.