COLOR #AD5A96

HEX: #AD5A96
RGB: (173,90,150)

Color info

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

RGB color model

#AD5A96 color RGB value is (173,90,150).

  • red value is 173;
  • green value is 90;
  • blue value is 150.
RGB:
(173,90,150)
(68%,35%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 90 of 255 = 35%
B 150 of 255 = 59%

173
90
150

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

Portions of RGB colors in percentages

R + G + B =
173 + 90 + 150 = 413 (100%)
R 173 of 413 ~ 41.89%
G 90 of 413 ~ 21.79%
B 150 of 413 ~ 36.32%

%41.89
%21.79
%36.32

CMYK color model

#AD5A96 color CMYK value is (0,48,13,32).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(0,48,13,32)
C0M48Y13K32 
(0%,48%,13%,32%)
(0.00/0.48/0.13/0.32)	

CMYK percentages

%0
%47.98
%13.29
%32.16

Codes

Color #AD5A96 in popluar color models

AD5A96
RGB17390150
HSL317°33.60%51.57%
HSB/HSV317°47.98%67.84%
CMYK0.00%47.98%13.29%
32.16%

Color #AD5A96 in popluar number systems.

HEXAD5A96
Decimal17390150
Binary10101101101101010010110
Octal255132226

Shades and tints

Shades of #AD5A96

#AD5A96
(173,90,150)
#9E5289
(158,82,137)
#8F4A7C
(143,74,124)
#80426F
(128,66,111)
#713A62
(113,58,98)
#623255
(98,50,85)
#532A48
(83,42,72)
#44223B
(68,34,59)
#351A2E
(53,26,46)
#261221
(38,18,33)
#170A14
(23,10,20)
#000000
(0,0,0)

Tints of #AD5A96

#AD5A96
(173,90,150)
#B4699F
(180,105,159)
#BB78A8
(187,120,168)
#C287B1
(194,135,177)
#C996BA
(201,150,186)
#D0A5C3
(208,165,195)
#D7B4CC
(215,180,204)
#DEC3D5
(222,195,213)
#E5D2DE
(229,210,222)
#ECE1E7
(236,225,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5A96 color. Also use rgb(173,90,150) instead hex code.

Text Font Color

.myTextColor { color: #AD5A96; }

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

This text font color is #AD5A96.


Background Color

.myBgColor { background-color: #AD5A96; }

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

This div background color is #AD5A96.


Border color

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

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

This div border color is #AD5A96.


Opacity

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

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

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

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

This text has shadow with #AD5A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5A96 on black background.


Color preview on white background

This text has color #AD5A96 on white background.



Black color preview on #AD5A96 background

This text has black color on #AD5A96 background.


White color preview on #AD5A96 background

This text has white color on #AD5A96 background.