COLOR #AD5170

HEX: #AD5170
RGB: (173,81,112)

Color info

#AD5170 contains mainly red color. Web safe color of #AD5170 is #996666 (or #966).

RGB color model

#AD5170 color RGB value is (173,81,112).

  • red value is 173;
  • green value is 81;
  • blue value is 112.
RGB:
(173,81,112)
(68%,32%,44%)

RGB channels and saturation

R 173 of 255 = 68%
G 81 of 255 = 32%
B 112 of 255 = 44%

173
81
112

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

Portions of RGB colors in percentages

R + G + B =
173 + 81 + 112 = 366 (100%)
R 173 of 366 ~ 47.27%
G 81 of 366 ~ 22.13%
B 112 of 366 ~ 30.6%

%47.27
%22.13
%30.6

CMYK color model

#AD5170 color CMYK value is (0,53,35,32).

  • cyan value is 0.00%
  • magenta value is 53.18%
  • yellow value is 35.26%
  • key color value is 32.16%
CMYK:
(0,53,35,32)
C0M53Y35K32 
(0%,53%,35%,32%)
(0.00/0.53/0.35/0.32)	

CMYK percentages

%0
%53.18
%35.26
%32.16

Codes

Color #AD5170 in popluar color models

AD5170
RGB17381112
HSL340°36.22%49.80%
HSB/HSV340°53.18%67.84%
CMYK0.00%53.18%35.26%
32.16%

Color #AD5170 in popluar number systems.

HEXAD5170
Decimal17381112
Binary1010110110100011110000
Octal255121160

Shades and tints

Shades of #AD5170

#AD5170
(173,81,112)
#9E4A66
(158,74,102)
#8F435C
(143,67,92)
#803C52
(128,60,82)
#713548
(113,53,72)
#622E3E
(98,46,62)
#532734
(83,39,52)
#44202A
(68,32,42)
#351920
(53,25,32)
#261216
(38,18,22)
#170B0C
(23,11,12)
#000000
(0,0,0)

Tints of #AD5170

#AD5170
(173,81,112)
#B4607D
(180,96,125)
#BB6F8A
(187,111,138)
#C27E97
(194,126,151)
#C98DA4
(201,141,164)
#D09CB1
(208,156,177)
#D7ABBE
(215,171,190)
#DEBACB
(222,186,203)
#E5C9D8
(229,201,216)
#ECD8E5
(236,216,229)
#F3E7F2
(243,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5170 color. Also use rgb(173,81,112) instead hex code.

Text Font Color

.myTextColor { color: #AD5170; }

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

This text font color is #AD5170.


Background Color

.myBgColor { background-color: #AD5170; }

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

This div background color is #AD5170.


Border color

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

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

This div border color is #AD5170.


Opacity

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

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

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

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

This text has shadow with #AD5170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5170 on black background.


Color preview on white background

This text has color #AD5170 on white background.



Black color preview on #AD5170 background

This text has black color on #AD5170 background.


White color preview on #AD5170 background

This text has white color on #AD5170 background.