COLOR #AAA4AB

HEX: #AAA4AB RGB: (170,164,171)

Color info

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

RGB color model

#AAA4AB color RGB value is (170,164,171).

RGB: (170,164,171) (67%, 64%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 171 of 255 = 67%

170
164
171

R + G + B ~ 66%. #AAA4AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 164 + 171 = 505 (100%)
R 170 of 505 ~ 33.66%
G 164 of 505 ~ 32.48%
B 171 of 505 ~ 33.86'%

%33.66
%32.48
%33.86

CMYK color model

#AAA4AB color CMYK value is (1,4,0,33).

  • cyan value is 0.58%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (1,4,0,33) C1M4Y0K33 (1%,4%,0%,33%) (0.01/0.04/0.00/0.33) 

CMYK percentages

%0.58
%4.09
%0
%32.94

Codes

Color #AAA4AB in popluar color models

AA A4 AB
RGB 170 164 171
HSL 291° 4.00% 65.69%
HSB/HSV 291° 4.09% 67.06%
CMYK 0.58% 4.09% 0.00%
32.94%

Color #AAA4AB in popluar number systems.

HEX AA A4 AB
Decimal 170 164 171
Binary 10101010 10100100 10101011
Octal 252 244 253

Shades and tints

Shades of #AAA4AB

#AAA4AB
(170,164,171)
#9B969C
(155,150,156)
#8C888D
(140,136,141)
#7D7A7E
(125,122,126)
#6E6C6F
(110,108,111)
#5F5E60
(95,94,96)
#505051
(80,80,81)
#414242
(65,66,66)
#323433
(50,52,51)
#232624
(35,38,36)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #AAA4AB

#AAA4AB
(170,164,171)
#B1ACB2
(177,172,178)
#B8B4B9
(184,180,185)
#BFBCC0
(191,188,192)
#C6C4C7
(198,196,199)
#CDCCCE
(205,204,206)
#D4D4D5
(212,212,213)
#DBDCDC
(219,220,220)
#E2E4E3
(226,228,227)
#E9ECEA
(233,236,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA4AB; }

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

This text font color is #AAA4AB.

Background Color

.myBgColor { background-color: #AAA4AB; }

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

This div background color is #AAA4AB.

Border color

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

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

This div border color is #AAA4AB.

Opacity

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

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

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

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

This text has shadow with #AAA4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA4AB.

Preview

Color preview on black background

This text has color #AAA4AB on black background.


Color preview on white background

This text has color #AAA4AB on white background.


Black color preview on #AAA4AB background

This text has black color on #AAA4AB background.


White color preview on #AAA4AB background

This text has white color on #AAA4AB background.


Related colors

Complementary color

Complementary color for #hex is #555B54.


I love getcolorcode.com

Triadic colors

1 #ABAAA4 and #A4ABAA with #AAA4AB are triadic colors.

2 #ABA4AA and #A4AAAB with #AAA4AB are triadic colors.