COLOR #AA8098

HEX: #AA8098 RGB: (170,128,152)

Color info

#AA8098 contains red, green and blue colors in about the same proportion. Web safe color of #AA8098 is #996699 (or #969).

RGB color model

#AA8098 color RGB value is (170,128,152).

RGB: (170,128,152) (67%, 50%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 152 of 255 = 60%

170
128
152

R + G + B ~ 59%. #AA8098 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 152 = 450 (100%)
R 170 of 450 ~ 37.78%
G 128 of 450 ~ 28.44%
B 152 of 450 ~ 33.78'%

%37.78
%28.44
%33.78

CMYK color model

#AA8098 color CMYK value is (0,25,11,33).

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

CMYK: (0,25,11,33)
C0M25Y11K33 (0%, 25%, 11%, 33%)
(0.00 / 0.25 / 0.11 / 0.33)

CMYK percentages

%0
%24.71
%10.59
%33.33

Codes

Color #AA8098 in popluar color models

AA 80 98
RGB 170 128 152
HSL 326° 19.81% 58.43%
HSB/HSV 326° 24.71% 66.67%
CMYK 0.00% 24.71% 10.59%
33.33%

Color #AA8098 in popluar number systems.

HEX AA 80 98
Decimal 170 128 152
Binary 10101010 10000000 10011000
Octal 252 200 230

Shades and tints

Shades of #AA8098

#AA8098
(170,128,152)
#9B758B
(155,117,139)
#8C6A7E
(140,106,126)
#7D5F71
(125,95,113)
#6E5464
(110,84,100)
#5F4957
(95,73,87)
#503E4A
(80,62,74)
#41333D
(65,51,61)
#322830
(50,40,48)
#231D23
(35,29,35)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AA8098

#AA8098
(170,128,152)
#B18BA1
(177,139,161)
#B896AA
(184,150,170)
#BFA1B3
(191,161,179)
#C6ACBC
(198,172,188)
#CDB7C5
(205,183,197)
#D4C2CE
(212,194,206)
#DBCDD7
(219,205,215)
#E2D8E0
(226,216,224)
#E9E3E9
(233,227,233)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8098; }

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

This text font color is #AA8098.

Background Color

.myBgColor { background-color: #AA8098; }

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

This div background color is #AA8098.

Border color

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

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

This div border color is #AA8098.

Opacity

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

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

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

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

This text has shadow with #AA8098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8098.

Preview

Color preview on black background

This text has color #AA8098 on black background.


Color preview on white background

This text has color #AA8098 on white background.


Black color preview on #AA8098 background

This text has black color on #AA8098 background.


White color preview on #AA8098 background

This text has white color on #AA8098 background.


Related colors

Complementary color

Complementary color for #hex is #557F67.


I love getcolorcode.com

Triadic colors

1 #98AA80 and #8098AA with #AA8098 are triadic colors.

2 #9880AA and #80AA98 with #AA8098 are triadic colors.