COLOR #A9598A

HEX: #A9598A RGB: (169,89,138)

Color info

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

RGB color model

#A9598A color RGB value is (169,89,138).

RGB: (169,89,138) (66%, 35%, 54%)

RGB channels and saturation

R 169 of 255 = 66%
G 89 of 255 = 35%
B 138 of 255 = 54%

169
89
138

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

Portions of RGB colors in percentages

R + G + B = 169 + 89 + 138 = 396 (100%)
R 169 of 396 ~ 42.68%
G 89 of 396 ~ 22.47%
B 138 of 396 ~ 34.85'%

%42.68
%22.47
%34.85

CMYK color model

#A9598A color CMYK value is (0,47,18,34).

  • cyan value is 0.00%
  • magenta value is 47.34%
  • yellow value is 18.34%
  • key color value is 33.73%

CMYK: (0,47,18,34)
C0M47Y18K34 (0%, 47%, 18%, 34%)
(0.00 / 0.47 / 0.18 / 0.34)

CMYK percentages

%0
%47.34
%18.34
%33.73

Codes

Color #A9598A in popluar color models

A9 59 8A
RGB 169 89 138
HSL 323° 31.75% 50.59%
HSB/HSV 323° 47.34% 66.27%
CMYK 0.00% 47.34% 18.34%
33.73%

Color #A9598A in popluar number systems.

HEX A9 59 8A
Decimal 169 89 138
Binary 10101001 1011001 10001010
Octal 251 131 212

Shades and tints

Shades of #A9598A

#A9598A
(169,89,138)
#9A517E
(154,81,126)
#8B4972
(139,73,114)
#7C4166
(124,65,102)
#6D395A
(109,57,90)
#5E314E
(94,49,78)
#4F2942
(79,41,66)
#402136
(64,33,54)
#31192A
(49,25,42)
#22111E
(34,17,30)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #A9598A

#A9598A
(169,89,138)
#B06894
(176,104,148)
#B7779E
(183,119,158)
#BE86A8
(190,134,168)
#C595B2
(197,149,178)
#CCA4BC
(204,164,188)
#D3B3C6
(211,179,198)
#DAC2D0
(218,194,208)
#E1D1DA
(225,209,218)
#E8E0E4
(232,224,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9598A color. Also use rgb(169,89,138) instead hex code.

Text Font Color

.myTextColor { color: #A9598A; }

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

This text font color is #A9598A.

Background Color

.myBgColor { background-color: #A9598A; }

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

This div background color is #A9598A.

Border color

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

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

This div border color is #A9598A.

Opacity

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

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

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

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

This text has shadow with #A9598A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9598A.

Preview

Color preview on black background

This text has color #A9598A on black background.


Color preview on white background

This text has color #A9598A on white background.


Black color preview on #A9598A background

This text has black color on #A9598A background.


White color preview on #A9598A background

This text has white color on #A9598A background.


Related colors

Complementary color

Complementary color for #hex is #56A675.


I love getcolorcode.com

Triadic colors

1 #8AA959 and #598AA9 with #A9598A are triadic colors.

2 #8A59A9 and #59A98A with #A9598A are triadic colors.