COLOR #AA98AD

HEX: #AA98AD RGB: (170,152,173)

Color info

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

RGB color model

#AA98AD color RGB value is (170,152,173).

RGB: (170,152,173) (67%, 60%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 173 of 255 = 68%

170
152
173

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

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 173 = 495 (100%)
R 170 of 495 ~ 34.34%
G 152 of 495 ~ 30.71%
B 173 of 495 ~ 34.95'%

%34.34
%30.71
%34.95

CMYK color model

#AA98AD color CMYK value is (2,12,0,32).

  • cyan value is 1.73%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (2,12,0,32)
C2M12Y0K32 (2%, 12%, 0%, 32%)
(0.02 / 0.12 / 0.00 / 0.32)

CMYK percentages

%1.73
%12.14
%0
%32.16

Codes

Color #AA98AD in popluar color models

AA 98 AD
RGB 170 152 173
HSL 291° 11.35% 63.73%
HSB/HSV 291° 12.14% 67.84%
CMYK 1.73% 12.14% 0.00%
32.16%

Color #AA98AD in popluar number systems.

HEX AA 98 AD
Decimal 170 152 173
Binary 10101010 10011000 10101101
Octal 252 230 255

Shades and tints

Shades of #AA98AD

#AA98AD
(170,152,173)
#9B8B9E
(155,139,158)
#8C7E8F
(140,126,143)
#7D7180
(125,113,128)
#6E6471
(110,100,113)
#5F5762
(95,87,98)
#504A53
(80,74,83)
#413D44
(65,61,68)
#323035
(50,48,53)
#232326
(35,35,38)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #AA98AD

#AA98AD
(170,152,173)
#B1A1B4
(177,161,180)
#B8AABB
(184,170,187)
#BFB3C2
(191,179,194)
#C6BCC9
(198,188,201)
#CDC5D0
(205,197,208)
#D4CED7
(212,206,215)
#DBD7DE
(219,215,222)
#E2E0E5
(226,224,229)
#E9E9EC
(233,233,236)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98AD; }

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

This text font color is #AA98AD.

Background Color

.myBgColor { background-color: #AA98AD; }

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

This div background color is #AA98AD.

Border color

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

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

This div border color is #AA98AD.

Opacity

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

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

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

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

This text has shadow with #AA98AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA98AD.

Preview

Color preview on black background

This text has color #AA98AD on black background.


Color preview on white background

This text has color #AA98AD on white background.


Black color preview on #AA98AD background

This text has black color on #AA98AD background.


White color preview on #AA98AD background

This text has white color on #AA98AD background.


Related colors

Complementary color

Complementary color for #hex is #556752.


I love getcolorcode.com

Triadic colors

1 #ADAA98 and #98ADAA with #AA98AD are triadic colors.

2 #AD98AA and #98AAAD with #AA98AD are triadic colors.