COLOR #AA9A93

HEX: #AA9A93 RGB: (170,154,147)

Color info

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

RGB color model

#AA9A93 color RGB value is (170,154,147).

RGB: (170,154,147) (67%, 60%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 154 of 255 = 60%
B 147 of 255 = 58%

170
154
147

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

Portions of RGB colors in percentages

R + G + B = 170 + 154 + 147 = 471 (100%)
R 170 of 471 ~ 36.09%
G 154 of 471 ~ 32.7%
B 147 of 471 ~ 31.21'%

%36.09
%32.7
%31.21

CMYK color model

#AA9A93 color CMYK value is (0,9,14,33).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 13.53%
  • key color value is 33.33%

CMYK: (0,9,14,33)
C0M9Y14K33 (0%, 9%, 14%, 33%)
(0.00 / 0.09 / 0.14 / 0.33)

CMYK percentages

%0
%9.41
%13.53
%33.33

Codes

Color #AA9A93 in popluar color models

AA 9A 93
RGB 170 154 147
HSL 18° 11.92% 62.16%
HSB/HSV 18° 13.53% 66.67%
CMYK 0.00% 9.41% 13.53%
33.33%

Color #AA9A93 in popluar number systems.

HEX AA 9A 93
Decimal 170 154 147
Binary 10101010 10011010 10010011
Octal 252 232 223

Shades and tints

Shades of #AA9A93

#AA9A93
(170,154,147)
#9B8C86
(155,140,134)
#8C7E79
(140,126,121)
#7D706C
(125,112,108)
#6E625F
(110,98,95)
#5F5452
(95,84,82)
#504645
(80,70,69)
#413838
(65,56,56)
#322A2B
(50,42,43)
#231C1E
(35,28,30)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #AA9A93

#AA9A93
(170,154,147)
#B1A39C
(177,163,156)
#B8ACA5
(184,172,165)
#BFB5AE
(191,181,174)
#C6BEB7
(198,190,183)
#CDC7C0
(205,199,192)
#D4D0C9
(212,208,201)
#DBD9D2
(219,217,210)
#E2E2DB
(226,226,219)
#E9EBE4
(233,235,228)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9A93 color. Also use rgb(170,154,147) instead hex code.

Text Font Color

.myTextColor { color: #AA9A93; }

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

This text font color is #AA9A93.

Background Color

.myBgColor { background-color: #AA9A93; }

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

This div background color is #AA9A93.

Border color

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

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

This div border color is #AA9A93.

Opacity

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

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

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

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

This text has shadow with #AA9A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9A93.

Preview

Color preview on black background

This text has color #AA9A93 on black background.


Color preview on white background

This text has color #AA9A93 on white background.


Black color preview on #AA9A93 background

This text has black color on #AA9A93 background.


White color preview on #AA9A93 background

This text has white color on #AA9A93 background.


Related colors

Complementary color

Complementary color for #hex is #55656C.


I love getcolorcode.com

Triadic colors

1 #93AA9A and #9A93AA with #AA9A93 are triadic colors.

2 #939AAA and #9AAA93 with #AA9A93 are triadic colors.