COLOR #AA598B

HEX: #AA598B
RGB: (170,89,139)

Color info

#AA598B contains mainly red and blue colors. Web safe color of #AA598B is #996699 (or #969).

RGB color model

#AA598B color RGB value is (170,89,139).

  • red value is 170;
  • green value is 89;
  • blue value is 139.
RGB:
(170,89,139)
(67%,35%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 89 of 255 = 35%
B 139 of 255 = 55%

170
89
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 89 + 139 = 398 (100%)
R 170 of 398 ~ 42.71%
G 89 of 398 ~ 22.36%
B 139 of 398 ~ 34.92%

%42.71
%22.36
%34.92

CMYK color model

#AA598B color CMYK value is (0,48,18,33).

  • cyan value is 0.00%
  • magenta value is 47.65%
  • yellow value is 18.24%
  • key color value is 33.33%
CMYK:
(0,48,18,33)
C0M48Y18K33 
(0%,48%,18%,33%)
(0.00/0.48/0.18/0.33)	

CMYK percentages

%0
%47.65
%18.24
%33.33

Codes

Color #AA598B in popluar color models

AA598B
RGB17089139
HSL323°32.27%50.78%
HSB/HSV323°47.65%66.67%
CMYK0.00%47.65%18.24%
33.33%

Color #AA598B in popluar number systems.

HEXAA598B
Decimal17089139
Binary10101010101100110001011
Octal252131213

Shades and tints

Shades of #AA598B

#AA598B
(170,89,139)
#9B517F
(155,81,127)
#8C4973
(140,73,115)
#7D4167
(125,65,103)
#6E395B
(110,57,91)
#5F314F
(95,49,79)
#502943
(80,41,67)
#412137
(65,33,55)
#32192B
(50,25,43)
#23111F
(35,17,31)
#140913
(20,9,19)
#000000
(0,0,0)

Tints of #AA598B

#AA598B
(170,89,139)
#B16895
(177,104,149)
#B8779F
(184,119,159)
#BF86A9
(191,134,169)
#C695B3
(198,149,179)
#CDA4BD
(205,164,189)
#D4B3C7
(212,179,199)
#DBC2D1
(219,194,209)
#E2D1DB
(226,209,219)
#E9E0E5
(233,224,229)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA598B color. Also use rgb(170,89,139) instead hex code.

Text Font Color

.myTextColor { color: #AA598B; }

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

This text font color is #AA598B.


Background Color

.myBgColor { background-color: #AA598B; }

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

This div background color is #AA598B.


Border color

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

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

This div border color is #AA598B.


Opacity

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

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

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

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

This text has shadow with #AA598B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA598B on black background.


Color preview on white background

This text has color #AA598B on white background.



Black color preview on #AA598B background

This text has black color on #AA598B background.


White color preview on #AA598B background

This text has white color on #AA598B background.