COLOR #AA9392

HEX: #AA9392 RGB: (170,147,146)

Color info

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

RGB color model

#AA9392 color RGB value is (170,147,146).

RGB: (170,147,146) (67%, 58%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 146 of 255 = 57%

170
147
146

R + G + B ~ 61%. #AA9392 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 147 + 146 = 463 (100%)
R 170 of 463 ~ 36.72%
G 147 of 463 ~ 31.75%
B 146 of 463 ~ 31.53'%

%36.72
%31.75
%31.53

CMYK color model

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

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

CMYK: (0,14,14,33)
C0M14Y14K33 (0%, 14%, 14%, 33%)
(0.00 / 0.14 / 0.14 / 0.33)

CMYK percentages

%0
%13.53
%14.12
%33.33

Codes

Color #AA9392 in popluar color models

AA 93 92
RGB 170 147 146
HSL 12.37% 61.96%
HSB/HSV 14.12% 66.67%
CMYK 0.00% 13.53% 14.12%
33.33%

Color #AA9392 in popluar number systems.

HEX AA 93 92
Decimal 170 147 146
Binary 10101010 10010011 10010010
Octal 252 223 222

Shades and tints

Shades of #AA9392

#AA9392
(170,147,146)
#9B8685
(155,134,133)
#8C7978
(140,121,120)
#7D6C6B
(125,108,107)
#6E5F5E
(110,95,94)
#5F5251
(95,82,81)
#504544
(80,69,68)
#413837
(65,56,55)
#322B2A
(50,43,42)
#231E1D
(35,30,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA9392

#AA9392
(170,147,146)
#B19C9B
(177,156,155)
#B8A5A4
(184,165,164)
#BFAEAD
(191,174,173)
#C6B7B6
(198,183,182)
#CDC0BF
(205,192,191)
#D4C9C8
(212,201,200)
#DBD2D1
(219,210,209)
#E2DBDA
(226,219,218)
#E9E4E3
(233,228,227)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9392; }

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

This text font color is #AA9392.

Background Color

.myBgColor { background-color: #AA9392; }

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

This div background color is #AA9392.

Border color

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

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

This div border color is #AA9392.

Opacity

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

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

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

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

This text has shadow with #AA9392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9392.

Preview

Color preview on black background

This text has color #AA9392 on black background.


Color preview on white background

This text has color #AA9392 on white background.


Black color preview on #AA9392 background

This text has black color on #AA9392 background.


White color preview on #AA9392 background

This text has white color on #AA9392 background.


Related colors

Complementary color

Complementary color for #hex is #556C6D.


I love getcolorcode.com

Triadic colors

1 #92AA93 and #9392AA with #AA9392 are triadic colors.

2 #9293AA and #93AA92 with #AA9392 are triadic colors.