COLOR #AA979C

HEX: #AA979C RGB: (170,151,156)

Color info

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

RGB color model

#AA979C color RGB value is (170,151,156).

RGB: (170,151,156) (67%, 59%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 151 of 255 = 59%
B 156 of 255 = 61%

170
151
156

R + G + B ~ 62%. #AA979C is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 151 + 156 = 477 (100%)
R 170 of 477 ~ 35.64%
G 151 of 477 ~ 31.66%
B 156 of 477 ~ 32.7'%

%35.64
%31.66
%32.7

CMYK color model

#AA979C color CMYK value is (0,11,8,33).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 8.24%
  • key color value is 33.33%

CMYK: (0,11,8,33)
C0M11Y8K33 (0%, 11%, 8%, 33%)
(0.00 / 0.11 / 0.08 / 0.33)

CMYK percentages

%0
%11.18
%8.24
%33.33

Codes

Color #AA979C in popluar color models

AA 97 9C
RGB 170 151 156
HSL 344° 10.05% 62.94%
HSB/HSV 344° 11.18% 66.67%
CMYK 0.00% 11.18% 8.24%
33.33%

Color #AA979C in popluar number systems.

HEX AA 97 9C
Decimal 170 151 156
Binary 10101010 10010111 10011100
Octal 252 227 234

Shades and tints

Shades of #AA979C

#AA979C
(170,151,156)
#9B8A8E
(155,138,142)
#8C7D80
(140,125,128)
#7D7072
(125,112,114)
#6E6364
(110,99,100)
#5F5656
(95,86,86)
#504948
(80,73,72)
#413C3A
(65,60,58)
#322F2C
(50,47,44)
#23221E
(35,34,30)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AA979C

#AA979C
(170,151,156)
#B1A0A5
(177,160,165)
#B8A9AE
(184,169,174)
#BFB2B7
(191,178,183)
#C6BBC0
(198,187,192)
#CDC4C9
(205,196,201)
#D4CDD2
(212,205,210)
#DBD6DB
(219,214,219)
#E2DFE4
(226,223,228)
#E9E8ED
(233,232,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA979C color. Also use rgb(170,151,156) instead hex code.

Text Font Color

.myTextColor { color: #AA979C; }

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

This text font color is #AA979C.

Background Color

.myBgColor { background-color: #AA979C; }

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

This div background color is #AA979C.

Border color

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

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

This div border color is #AA979C.

Opacity

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

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

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

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

This text has shadow with #AA979C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA979C.

Preview

Color preview on black background

This text has color #AA979C on black background.


Color preview on white background

This text has color #AA979C on white background.


Black color preview on #AA979C background

This text has black color on #AA979C background.


White color preview on #AA979C background

This text has white color on #AA979C background.


Related colors

Complementary color

Complementary color for #hex is #556863.


I love getcolorcode.com

Triadic colors

1 #9CAA97 and #979CAA with #AA979C are triadic colors.

2 #9C97AA and #97AA9C with #AA979C are triadic colors.