COLOR #AAA7AC

HEX: #AAA7AC RGB: (170,167,172)

Color info

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

RGB color model

#AAA7AC color RGB value is (170,167,172).

RGB: (170,167,172) (67%, 65%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 172 of 255 = 67%

170
167
172

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

Portions of RGB colors in percentages

R + G + B = 170 + 167 + 172 = 509 (100%)
R 170 of 509 ~ 33.4%
G 167 of 509 ~ 32.81%
B 172 of 509 ~ 33.79'%

%33.4
%32.81
%33.79

CMYK color model

#AAA7AC color CMYK value is (1,3,0,33).

  • cyan value is 1.16%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (1,3,0,33)
C1M3Y0K33 (1%, 3%, 0%, 33%)
(0.01 / 0.03 / 0.00 / 0.33)

CMYK percentages

%1.16
%2.91
%0
%32.55

Codes

Color #AAA7AC in popluar color models

AA A7 AC
RGB 170 167 172
HSL 276° 2.92% 66.47%
HSB/HSV 276° 2.91% 67.45%
CMYK 1.16% 2.91% 0.00%
32.55%

Color #AAA7AC in popluar number systems.

HEX AA A7 AC
Decimal 170 167 172
Binary 10101010 10100111 10101100
Octal 252 247 254

Shades and tints

Shades of #AAA7AC

#AAA7AC
(170,167,172)
#9B989D
(155,152,157)
#8C898E
(140,137,142)
#7D7A7F
(125,122,127)
#6E6B70
(110,107,112)
#5F5C61
(95,92,97)
#504D52
(80,77,82)
#413E43
(65,62,67)
#322F34
(50,47,52)
#232025
(35,32,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #AAA7AC

#AAA7AC
(170,167,172)
#B1AFB3
(177,175,179)
#B8B7BA
(184,183,186)
#BFBFC1
(191,191,193)
#C6C7C8
(198,199,200)
#CDCFCF
(205,207,207)
#D4D7D6
(212,215,214)
#DBDFDD
(219,223,221)
#E2E7E4
(226,231,228)
#E9EFEB
(233,239,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA7AC; }

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

This text font color is #AAA7AC.

Background Color

.myBgColor { background-color: #AAA7AC; }

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

This div background color is #AAA7AC.

Border color

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

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

This div border color is #AAA7AC.

Opacity

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

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

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

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

This text has shadow with #AAA7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA7AC.

Preview

Color preview on black background

This text has color #AAA7AC on black background.


Color preview on white background

This text has color #AAA7AC on white background.


Black color preview on #AAA7AC background

This text has black color on #AAA7AC background.


White color preview on #AAA7AC background

This text has white color on #AAA7AC background.


Related colors

Complementary color

Complementary color for #hex is #555853.


I love getcolorcode.com

Triadic colors

1 #ACAAA7 and #A7ACAA with #AAA7AC are triadic colors.

2 #ACA7AA and #A7AAAC with #AAA7AC are triadic colors.