COLOR #AA98A6

HEX: #AA98A6 RGB: (170,152,166)

Color info

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

RGB color model

#AA98A6 color RGB value is (170,152,166).

RGB: (170,152,166) (67%, 60%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 166 of 255 = 65%

170
152
166

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

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 166 = 488 (100%)
R 170 of 488 ~ 34.84%
G 152 of 488 ~ 31.15%
B 166 of 488 ~ 34.02'%

%34.84
%31.15
%34.02

CMYK color model

#AA98A6 color CMYK value is (0,11,2,33).

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

CMYK: (0,11,2,33)
C0M11Y2K33 (0%, 11%, 2%, 33%)
(0.00 / 0.11 / 0.02 / 0.33)

CMYK percentages

%0
%10.59
%2.35
%33.33

Codes

Color #AA98A6 in popluar color models

AA 98 A6
RGB 170 152 166
HSL 313° 9.57% 63.14%
HSB/HSV 313° 10.59% 66.67%
CMYK 0.00% 10.59% 2.35%
33.33%

Color #AA98A6 in popluar number systems.

HEX AA 98 A6
Decimal 170 152 166
Binary 10101010 10011000 10100110
Octal 252 230 246

Shades and tints

Shades of #AA98A6

#AA98A6
(170,152,166)
#9B8B97
(155,139,151)
#8C7E88
(140,126,136)
#7D7179
(125,113,121)
#6E646A
(110,100,106)
#5F575B
(95,87,91)
#504A4C
(80,74,76)
#413D3D
(65,61,61)
#32302E
(50,48,46)
#23231F
(35,35,31)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #AA98A6

#AA98A6
(170,152,166)
#B1A1AE
(177,161,174)
#B8AAB6
(184,170,182)
#BFB3BE
(191,179,190)
#C6BCC6
(198,188,198)
#CDC5CE
(205,197,206)
#D4CED6
(212,206,214)
#DBD7DE
(219,215,222)
#E2E0E6
(226,224,230)
#E9E9EE
(233,233,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA98A6; }

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

This text font color is #AA98A6.

Background Color

.myBgColor { background-color: #AA98A6; }

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

This div background color is #AA98A6.

Border color

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

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

This div border color is #AA98A6.

Opacity

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

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

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

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

This text has shadow with #AA98A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA98A6.

Preview

Color preview on black background

This text has color #AA98A6 on black background.


Color preview on white background

This text has color #AA98A6 on white background.


Black color preview on #AA98A6 background

This text has black color on #AA98A6 background.


White color preview on #AA98A6 background

This text has white color on #AA98A6 background.


Related colors

Complementary color

Complementary color for #hex is #556759.


I love getcolorcode.com

Triadic colors

1 #A6AA98 and #98A6AA with #AA98A6 are triadic colors.

2 #A698AA and #98AAA6 with #AA98A6 are triadic colors.