COLOR #A96588

HEX: #A96588 RGB: (169,101,136)

Color info

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

RGB color model

#A96588 color RGB value is (169,101,136).

RGB: (169,101,136) (66%, 40%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 101 of 255 = 40%
B 136 of 255 = 53%

169
101
136

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

Portions of RGB colors in percentages

R + G + B = 169 + 101 + 136 = 406 (100%)
R 169 of 406 ~ 41.63%
G 101 of 406 ~ 24.88%
B 136 of 406 ~ 33.5'%

%41.63
%24.88
%33.5

CMYK color model

#A96588 color CMYK value is (0,40,20,34).

  • cyan value is 0.00%
  • magenta value is 40.24%
  • yellow value is 19.53%
  • key color value is 33.73%

CMYK: (0,40,20,34)
C0M40Y20K34 (0%, 40%, 20%, 34%)
(0.00 / 0.40 / 0.20 / 0.34)

CMYK percentages

%0
%40.24
%19.53
%33.73

Codes

Color #A96588 in popluar color models

A9 65 88
RGB 169 101 136
HSL 329° 28.33% 52.94%
HSB/HSV 329° 40.24% 66.27%
CMYK 0.00% 40.24% 19.53%
33.73%

Color #A96588 in popluar number systems.

HEX A9 65 88
Decimal 169 101 136
Binary 10101001 1100101 10001000
Octal 251 145 210

Shades and tints

Shades of #A96588

#A96588
(169,101,136)
#9A5C7C
(154,92,124)
#8B5370
(139,83,112)
#7C4A64
(124,74,100)
#6D4158
(109,65,88)
#5E384C
(94,56,76)
#4F2F40
(79,47,64)
#402634
(64,38,52)
#311D28
(49,29,40)
#22141C
(34,20,28)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #A96588

#A96588
(169,101,136)
#B07392
(176,115,146)
#B7819C
(183,129,156)
#BE8FA6
(190,143,166)
#C59DB0
(197,157,176)
#CCABBA
(204,171,186)
#D3B9C4
(211,185,196)
#DAC7CE
(218,199,206)
#E1D5D8
(225,213,216)
#E8E3E2
(232,227,226)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96588 color. Also use rgb(169,101,136) instead hex code.

Text Font Color

.myTextColor { color: #A96588; }

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

This text font color is #A96588.

Background Color

.myBgColor { background-color: #A96588; }

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

This div background color is #A96588.

Border color

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

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

This div border color is #A96588.

Opacity

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

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

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

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

This text has shadow with #A96588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96588.

Preview

Color preview on black background

This text has color #A96588 on black background.


Color preview on white background

This text has color #A96588 on white background.


Black color preview on #A96588 background

This text has black color on #A96588 background.


White color preview on #A96588 background

This text has white color on #A96588 background.


Related colors

Complementary color

Complementary color for #hex is #569A77.


I love getcolorcode.com

Triadic colors

1 #88A965 and #6588A9 with #A96588 are triadic colors.

2 #8865A9 and #65A988 with #A96588 are triadic colors.