COLOR #AD5A92

HEX: #AD5A92
RGB: (173,90,146)

Color info

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

RGB color model

#AD5A92 color RGB value is (173,90,146).

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

RGB channels and saturation

R 173 of 255 = 68%
G 90 of 255 = 35%
B 146 of 255 = 57%

173
90
146

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

Portions of RGB colors in percentages

R + G + B =
173 + 90 + 146 = 409 (100%)
R 173 of 409 ~ 42.3%
G 90 of 409 ~ 22%
B 146 of 409 ~ 35.7%

%42.3
%22
%35.7

CMYK color model

#AD5A92 color CMYK value is (0,48,16,32).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,48,16,32)
C0M48Y16K32 
(0%,48%,16%,32%)
(0.00/0.48/0.16/0.32)	

CMYK percentages

%0
%47.98
%15.61
%32.16

Codes

Color #AD5A92 in popluar color models

AD5A92
RGB17390146
HSL320°33.60%51.57%
HSB/HSV320°47.98%67.84%
CMYK0.00%47.98%15.61%
32.16%

Color #AD5A92 in popluar number systems.

HEXAD5A92
Decimal17390146
Binary10101101101101010010010
Octal255132222

Shades and tints

Shades of #AD5A92

#AD5A92
(173,90,146)
#9E5285
(158,82,133)
#8F4A78
(143,74,120)
#80426B
(128,66,107)
#713A5E
(113,58,94)
#623251
(98,50,81)
#532A44
(83,42,68)
#442237
(68,34,55)
#351A2A
(53,26,42)
#26121D
(38,18,29)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #AD5A92

#AD5A92
(173,90,146)
#B4699B
(180,105,155)
#BB78A4
(187,120,164)
#C287AD
(194,135,173)
#C996B6
(201,150,182)
#D0A5BF
(208,165,191)
#D7B4C8
(215,180,200)
#DEC3D1
(222,195,209)
#E5D2DA
(229,210,218)
#ECE1E3
(236,225,227)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5A92; }

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

This text font color is #AD5A92.


Background Color

.myBgColor { background-color: #AD5A92; }

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

This div background color is #AD5A92.


Border color

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

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

This div border color is #AD5A92.


Opacity

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

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

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

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

This text has shadow with #AD5A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5A92 on black background.


Color preview on white background

This text has color #AD5A92 on white background.



Black color preview on #AD5A92 background

This text has black color on #AD5A92 background.


White color preview on #AD5A92 background

This text has white color on #AD5A92 background.