COLOR #AA98AF

HEX: #AA98AF
RGB: (170,152,175)

Color info

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

RGB color model

#AA98AF color RGB value is (170,152,175).

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

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 175 of 255 = 69%

170
152
175

R + G + B ~ 65%. #AA98AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 152 + 175 = 497 (100%)
R 170 of 497 ~ 34.21%
G 152 of 497 ~ 30.58%
B 175 of 497 ~ 35.21%

%34.21
%30.58
%35.21

CMYK color model

#AA98AF color CMYK value is (3,13,0,31).

  • cyan value is 2.86%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,13,0,31)
C3M13Y0K31 
(3%,13%,0%,31%)
(0.03/0.13/0.00/0.31)	

CMYK percentages

%2.86
%13.14
%0
%31.37

Codes

Color #AA98AF in popluar color models

AA98AF
RGB170152175
HSL287°12.57%64.12%
HSB/HSV287°13.14%68.63%
CMYK2.86%13.14%0.00%
31.37%

Color #AA98AF in popluar number systems.

HEXAA98AF
Decimal170152175
Binary101010101001100010101111
Octal252230257

Shades and tints

Shades of #AA98AF

#AA98AF
(170,152,175)
#9B8BA0
(155,139,160)
#8C7E91
(140,126,145)
#7D7182
(125,113,130)
#6E6473
(110,100,115)
#5F5764
(95,87,100)
#504A55
(80,74,85)
#413D46
(65,61,70)
#323037
(50,48,55)
#232328
(35,35,40)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #AA98AF

#AA98AF
(170,152,175)
#B1A1B6
(177,161,182)
#B8AABD
(184,170,189)
#BFB3C4
(191,179,196)
#C6BCCB
(198,188,203)
#CDC5D2
(205,197,210)
#D4CED9
(212,206,217)
#DBD7E0
(219,215,224)
#E2E0E7
(226,224,231)
#E9E9EE
(233,233,238)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98AF; }

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

This text font color is #AA98AF.


Background Color

.myBgColor { background-color: #AA98AF; }

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

This div background color is #AA98AF.


Border color

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

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

This div border color is #AA98AF.


Opacity

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

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

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

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

This text has shadow with #AA98AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA98AF on black background.


Color preview on white background

This text has color #AA98AF on white background.



Black color preview on #AA98AF background

This text has black color on #AA98AF background.


White color preview on #AA98AF background

This text has white color on #AA98AF background.