COLOR #AA9492

HEX: #AA9492
RGB: (170,148,146)

Color info

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

RGB color model

#AA9492 color RGB value is (170,148,146).

  • red value is 170;
  • green value is 148;
  • blue value is 146.
RGB:
(170,148,146)
(67%,58%,57%)

RGB channels and saturation

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

170
148
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 148 + 146 = 464 (100%)
R 170 of 464 ~ 36.64%
G 148 of 464 ~ 31.9%
B 146 of 464 ~ 31.47%

%36.64
%31.9
%31.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,13,14,33)
C0M13Y14K33 
(0%,13%,14%,33%)
(0.00/0.13/0.14/0.33)	

CMYK percentages

%0
%12.94
%14.12
%33.33

Codes

Color #AA9492 in popluar color models

AA9492
RGB170148146
HSL12.37%61.96%
HSB/HSV14.12%66.67%
CMYK0.00%12.94%14.12%
33.33%

Color #AA9492 in popluar number systems.

HEXAA9492
Decimal170148146
Binary101010101001010010010010
Octal252224222

Shades and tints

Shades of #AA9492

#AA9492
(170,148,146)
#9B8785
(155,135,133)
#8C7A78
(140,122,120)
#7D6D6B
(125,109,107)
#6E605E
(110,96,94)
#5F5351
(95,83,81)
#504644
(80,70,68)
#413937
(65,57,55)
#322C2A
(50,44,42)
#231F1D
(35,31,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #AA9492

#AA9492
(170,148,146)
#B19D9B
(177,157,155)
#B8A6A4
(184,166,164)
#BFAFAD
(191,175,173)
#C6B8B6
(198,184,182)
#CDC1BF
(205,193,191)
#D4CAC8
(212,202,200)
#DBD3D1
(219,211,209)
#E2DCDA
(226,220,218)
#E9E5E3
(233,229,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9492; }

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

This text font color is #AA9492.


Background Color

.myBgColor { background-color: #AA9492; }

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

This div background color is #AA9492.


Border color

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

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

This div border color is #AA9492.


Opacity

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

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

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

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

This text has shadow with #AA9492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9492 on black background.


Color preview on white background

This text has color #AA9492 on white background.



Black color preview on #AA9492 background

This text has black color on #AA9492 background.


White color preview on #AA9492 background

This text has white color on #AA9492 background.