COLOR #AA98A2

HEX: #AA98A2
RGB: (170,152,162)

Color info

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

RGB color model

#AA98A2 color RGB value is (170,152,162).

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

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 162 of 255 = 64%

170
152
162

R + G + B ~ 64%. #AA98A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 152 + 162 = 484 (100%)
R 170 of 484 ~ 35.12%
G 152 of 484 ~ 31.4%
B 162 of 484 ~ 33.47%

%35.12
%31.4
%33.47

CMYK color model

#AA98A2 color CMYK value is (0,11,5,33).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 4.71%
  • key color value is 33.33%
CMYK:
(0,11,5,33)
C0M11Y5K33 
(0%,11%,5%,33%)
(0.00/0.11/0.05/0.33)	

CMYK percentages

%0
%10.59
%4.71
%33.33

Codes

Color #AA98A2 in popluar color models

AA98A2
RGB170152162
HSL327°9.57%63.14%
HSB/HSV327°10.59%66.67%
CMYK0.00%10.59%4.71%
33.33%

Color #AA98A2 in popluar number systems.

HEXAA98A2
Decimal170152162
Binary101010101001100010100010
Octal252230242

Shades and tints

Shades of #AA98A2

#AA98A2
(170,152,162)
#9B8B94
(155,139,148)
#8C7E86
(140,126,134)
#7D7178
(125,113,120)
#6E646A
(110,100,106)
#5F575C
(95,87,92)
#504A4E
(80,74,78)
#413D40
(65,61,64)
#323032
(50,48,50)
#232324
(35,35,36)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #AA98A2

#AA98A2
(170,152,162)
#B1A1AA
(177,161,170)
#B8AAB2
(184,170,178)
#BFB3BA
(191,179,186)
#C6BCC2
(198,188,194)
#CDC5CA
(205,197,202)
#D4CED2
(212,206,210)
#DBD7DA
(219,215,218)
#E2E0E2
(226,224,226)
#E9E9EA
(233,233,234)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98A2; }

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

This text font color is #AA98A2.


Background Color

.myBgColor { background-color: #AA98A2; }

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

This div background color is #AA98A2.


Border color

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

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

This div border color is #AA98A2.


Opacity

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

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

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

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

This text has shadow with #AA98A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA98A2 on black background.


Color preview on white background

This text has color #AA98A2 on white background.



Black color preview on #AA98A2 background

This text has black color on #AA98A2 background.


White color preview on #AA98A2 background

This text has white color on #AA98A2 background.