COLOR #AA98A9

HEX: #AA98A9 RGB: (170,152,169)

Color info

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

RGB color model

#AA98A9 color RGB value is (170,152,169).

RGB: (170,152,169) (67%, 60%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 169 of 255 = 66%

170
152
169

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

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 169 = 491 (100%)
R 170 of 491 ~ 34.62%
G 152 of 491 ~ 30.96%
B 169 of 491 ~ 34.42'%

%34.62
%30.96
%34.42

CMYK color model

#AA98A9 color CMYK value is (0,11,1,33).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 0.59%
  • key color value is 33.33%

CMYK: (0,11,1,33)
C0M11Y1K33 (0%, 11%, 1%, 33%)
(0.00 / 0.11 / 0.01 / 0.33)

CMYK percentages

%0
%10.59
%0.59
%33.33

Codes

Color #AA98A9 in popluar color models

AA 98 A9
RGB 170 152 169
HSL 303° 9.57% 63.14%
HSB/HSV 303° 10.59% 66.67%
CMYK 0.00% 10.59% 0.59%
33.33%

Color #AA98A9 in popluar number systems.

HEX AA 98 A9
Decimal 170 152 169
Binary 10101010 10011000 10101001
Octal 252 230 251

Shades and tints

Shades of #AA98A9

#AA98A9
(170,152,169)
#9B8B9A
(155,139,154)
#8C7E8B
(140,126,139)
#7D717C
(125,113,124)
#6E646D
(110,100,109)
#5F575E
(95,87,94)
#504A4F
(80,74,79)
#413D40
(65,61,64)
#323031
(50,48,49)
#232322
(35,35,34)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AA98A9

#AA98A9
(170,152,169)
#B1A1B0
(177,161,176)
#B8AAB7
(184,170,183)
#BFB3BE
(191,179,190)
#C6BCC5
(198,188,197)
#CDC5CC
(205,197,204)
#D4CED3
(212,206,211)
#DBD7DA
(219,215,218)
#E2E0E1
(226,224,225)
#E9E9E8
(233,233,232)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98A9; }

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

This text font color is #AA98A9.

Background Color

.myBgColor { background-color: #AA98A9; }

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

This div background color is #AA98A9.

Border color

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

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

This div border color is #AA98A9.

Opacity

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

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

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

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

This text has shadow with #AA98A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA98A9.

Preview

Color preview on black background

This text has color #AA98A9 on black background.


Color preview on white background

This text has color #AA98A9 on white background.


Black color preview on #AA98A9 background

This text has black color on #AA98A9 background.


White color preview on #AA98A9 background

This text has white color on #AA98A9 background.


Related colors

Complementary color

Complementary color for #hex is #556756.


I love getcolorcode.com

Gradients

Color #AA98A9 is used in Rose Quartz gradient.

Rose Quartz


Triadic colors

1 #A9AA98 and #98A9AA with #AA98A9 are triadic colors.

2 #A998AA and #98AAA9 with #AA98A9 are triadic colors.