COLOR #AA9892

HEX: #AA9892
RGB: (170,152,146)

Color info

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

RGB color model

#AA9892 color RGB value is (170,152,146).

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

RGB channels and saturation

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

170
152
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 152 + 146 = 468 (100%)
R 170 of 468 ~ 36.32%
G 152 of 468 ~ 32.48%
B 146 of 468 ~ 31.2%

%36.32
%32.48
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 14.12%
  • key color value is 33.33%
CMYK:
(0,11,14,33)
C0M11Y14K33 
(0%,11%,14%,33%)
(0.00/0.11/0.14/0.33)	

CMYK percentages

%0
%10.59
%14.12
%33.33

Codes

Color #AA9892 in popluar color models

AA9892
RGB170152146
HSL15°12.37%61.96%
HSB/HSV15°14.12%66.67%
CMYK0.00%10.59%14.12%
33.33%

Color #AA9892 in popluar number systems.

HEXAA9892
Decimal170152146
Binary101010101001100010010010
Octal252230222

Shades and tints

Shades of #AA9892

#AA9892
(170,152,146)
#9B8B85
(155,139,133)
#8C7E78
(140,126,120)
#7D716B
(125,113,107)
#6E645E
(110,100,94)
#5F5751
(95,87,81)
#504A44
(80,74,68)
#413D37
(65,61,55)
#32302A
(50,48,42)
#23231D
(35,35,29)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #AA9892

#AA9892
(170,152,146)
#B1A19B
(177,161,155)
#B8AAA4
(184,170,164)
#BFB3AD
(191,179,173)
#C6BCB6
(198,188,182)
#CDC5BF
(205,197,191)
#D4CEC8
(212,206,200)
#DBD7D1
(219,215,209)
#E2E0DA
(226,224,218)
#E9E9E3
(233,233,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9892; }

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

This text font color is #AA9892.


Background Color

.myBgColor { background-color: #AA9892; }

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

This div background color is #AA9892.


Border color

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

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

This div border color is #AA9892.


Opacity

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

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

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

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

This text has shadow with #AA9892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9892 on black background.


Color preview on white background

This text has color #AA9892 on white background.



Black color preview on #AA9892 background

This text has black color on #AA9892 background.


White color preview on #AA9892 background

This text has white color on #AA9892 background.