COLOR #AA9292

HEX: #AA9292 RGB: (170,146,146)

Color info

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

RGB color model

#AA9292 color RGB value is (170,146,146).

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

RGB channels and saturation

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

170
146
146

R + G + B ~ 60%. #AA9292 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 146 + 146 = 462 (100%)
R 170 of 462 ~ 36.8%
G 146 of 462 ~ 31.6%
B 146 of 462 ~ 31.6'%

%36.8
%31.6
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.12%
  • 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
%14.12
%14.12
%33.33

Codes

Color #AA9292 in popluar color models

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

Color #AA9292 in popluar number systems.

HEX AA 92 92
Decimal 170 146 146
Binary 10101010 10010010 10010010
Octal 252 222 222

Shades and tints

Shades of #AA9292

#AA9292
(170,146,146)
#9B8585
(155,133,133)
#8C7878
(140,120,120)
#7D6B6B
(125,107,107)
#6E5E5E
(110,94,94)
#5F5151
(95,81,81)
#504444
(80,68,68)
#413737
(65,55,55)
#322A2A
(50,42,42)
#231D1D
(35,29,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #AA9292

#AA9292
(170,146,146)
#B19B9B
(177,155,155)
#B8A4A4
(184,164,164)
#BFADAD
(191,173,173)
#C6B6B6
(198,182,182)
#CDBFBF
(205,191,191)
#D4C8C8
(212,200,200)
#DBD1D1
(219,209,209)
#E2DADA
(226,218,218)
#E9E3E3
(233,227,227)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9292; }

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

This text font color is #AA9292.

Background Color

.myBgColor { background-color: #AA9292; }

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

This div background color is #AA9292.

Border color

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

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

This div border color is #AA9292.

Opacity

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

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

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

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

This text has shadow with #AA9292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9292.

Preview

Color preview on black background

This text has color #AA9292 on black background.


Color preview on white background

This text has color #AA9292 on white background.


Black color preview on #AA9292 background

This text has black color on #AA9292 background.


White color preview on #AA9292 background

This text has white color on #AA9292 background.


Related colors

Complementary color

Complementary color for #hex is #556D6D.


I love getcolorcode.com