COLOR #AA98A4

HEX: #AA98A4
RGB: (170,152,164)

Color info

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

RGB color model

#AA98A4 color RGB value is (170,152,164).

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

RGB channels and saturation

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

170
152
164

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

Portions of RGB colors in percentages

R + G + B =
170 + 152 + 164 = 486 (100%)
R 170 of 486 ~ 34.98%
G 152 of 486 ~ 31.28%
B 164 of 486 ~ 33.74%

%34.98
%31.28
%33.74

CMYK color model

#AA98A4 color CMYK value is (0,11,4,33).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 3.53%
  • key color value is 33.33%
CMYK:
(0,11,4,33)
C0M11Y4K33 
(0%,11%,4%,33%)
(0.00/0.11/0.04/0.33)	

CMYK percentages

%0
%10.59
%3.53
%33.33

Codes

Color #AA98A4 in popluar color models

AA98A4
RGB170152164
HSL320°9.57%63.14%
HSB/HSV320°10.59%66.67%
CMYK0.00%10.59%3.53%
33.33%

Color #AA98A4 in popluar number systems.

HEXAA98A4
Decimal170152164
Binary101010101001100010100100
Octal252230244

Shades and tints

Shades of #AA98A4

#AA98A4
(170,152,164)
#9B8B96
(155,139,150)
#8C7E88
(140,126,136)
#7D717A
(125,113,122)
#6E646C
(110,100,108)
#5F575E
(95,87,94)
#504A50
(80,74,80)
#413D42
(65,61,66)
#323034
(50,48,52)
#232326
(35,35,38)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #AA98A4

#AA98A4
(170,152,164)
#B1A1AC
(177,161,172)
#B8AAB4
(184,170,180)
#BFB3BC
(191,179,188)
#C6BCC4
(198,188,196)
#CDC5CC
(205,197,204)
#D4CED4
(212,206,212)
#DBD7DC
(219,215,220)
#E2E0E4
(226,224,228)
#E9E9EC
(233,233,236)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98A4; }

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

This text font color is #AA98A4.


Background Color

.myBgColor { background-color: #AA98A4; }

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

This div background color is #AA98A4.


Border color

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

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

This div border color is #AA98A4.


Opacity

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

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

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

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

This text has shadow with #AA98A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA98A4 on black background.


Color preview on white background

This text has color #AA98A4 on white background.



Black color preview on #AA98A4 background

This text has black color on #AA98A4 background.


White color preview on #AA98A4 background

This text has white color on #AA98A4 background.