COLOR #AAB3AC

HEX: #AAB3AC RGB: (170,179,172)

Color info

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

RGB color model

#AAB3AC color RGB value is (170,179,172).

RGB: (170,179,172) (67%, 70%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 179 of 255 = 70%
B 172 of 255 = 67%

170
179
172

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

Portions of RGB colors in percentages

R + G + B = 170 + 179 + 172 = 521 (100%)
R 170 of 521 ~ 32.63%
G 179 of 521 ~ 34.36%
B 172 of 521 ~ 33.01'%

%32.63
%34.36
%33.01

CMYK color model

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

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 29.80%

CMYK: (5,0,4,30)
C5M0Y4K30 (5%, 0%, 4%, 30%)
(0.05 / 0.00 / 0.04 / 0.30)

CMYK percentages

%5.03
%0
%3.91
%29.8

Codes

Color #AAB3AC in popluar color models

AA B3 AC
RGB 170 179 172
HSL 133° 5.59% 68.43%
HSB/HSV 133° 5.03% 70.20%
CMYK 5.03% 0.00% 3.91%
29.80%

Color #AAB3AC in popluar number systems.

HEX AA B3 AC
Decimal 170 179 172
Binary 10101010 10110011 10101100
Octal 252 263 254

Shades and tints

Shades of #AAB3AC

#AAB3AC
(170,179,172)
#9BA39D
(155,163,157)
#8C938E
(140,147,142)
#7D837F
(125,131,127)
#6E7370
(110,115,112)
#5F6361
(95,99,97)
#505352
(80,83,82)
#414343
(65,67,67)
#323334
(50,51,52)
#232325
(35,35,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #AAB3AC

#AAB3AC
(170,179,172)
#B1B9B3
(177,185,179)
#B8BFBA
(184,191,186)
#BFC5C1
(191,197,193)
#C6CBC8
(198,203,200)
#CDD1CF
(205,209,207)
#D4D7D6
(212,215,214)
#DBDDDD
(219,221,221)
#E2E3E4
(226,227,228)
#E9E9EB
(233,233,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB3AC color. Also use rgb(170,179,172) instead hex code.

Text Font Color

.myTextColor { color: #AAB3AC; }

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

This text font color is #AAB3AC.

Background Color

.myBgColor { background-color: #AAB3AC; }

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

This div background color is #AAB3AC.

Border color

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

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

This div border color is #AAB3AC.

Opacity

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

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

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

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

This text has shadow with #AAB3AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB3AC.

Preview

Color preview on black background

This text has color #AAB3AC on black background.


Color preview on white background

This text has color #AAB3AC on white background.


Black color preview on #AAB3AC background

This text has black color on #AAB3AC background.


White color preview on #AAB3AC background

This text has white color on #AAB3AC background.


Related colors

Complementary color

Complementary color for #hex is #554C53.


I love getcolorcode.com

Triadic colors

1 #ACAAB3 and #B3ACAA with #AAB3AC are triadic colors.

2 #ACB3AA and #B3AAAC with #AAB3AC are triadic colors.