COLOR #AD739C

HEX: #AD739C RGB: (173,115,156)

Color info

#AD739C contains red, green and blue colors in about the same proportion. Web safe color of #AD739C is #996699 (or #969).

RGB color model

#AD739C color RGB value is (173,115,156).

RGB: (173,115,156) (68%, 45%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 115 of 255 = 45%
B 156 of 255 = 61%

173
115
156

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

Portions of RGB colors in percentages

R + G + B = 173 + 115 + 156 = 444 (100%)
R 173 of 444 ~ 38.96%
G 115 of 444 ~ 25.9%
B 156 of 444 ~ 35.14'%

%38.96
%25.9
%35.14

CMYK color model

#AD739C color CMYK value is (0,34,10,32).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 9.83%
  • key color value is 32.16%

CMYK: (0,34,10,32)
C0M34Y10K32 (0%, 34%, 10%, 32%)
(0.00 / 0.34 / 0.10 / 0.32)

CMYK percentages

%0
%33.53
%9.83
%32.16

Codes

Color #AD739C in popluar color models

AD 73 9C
RGB 173 115 156
HSL 318° 26.13% 56.47%
HSB/HSV 318° 33.53% 67.84%
CMYK 0.00% 33.53% 9.83%
32.16%

Color #AD739C in popluar number systems.

HEX AD 73 9C
Decimal 173 115 156
Binary 10101101 1110011 10011100
Octal 255 163 234

Shades and tints

Shades of #AD739C

#AD739C
(173,115,156)
#9E698E
(158,105,142)
#8F5F80
(143,95,128)
#805572
(128,85,114)
#714B64
(113,75,100)
#624156
(98,65,86)
#533748
(83,55,72)
#442D3A
(68,45,58)
#35232C
(53,35,44)
#26191E
(38,25,30)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD739C

#AD739C
(173,115,156)
#B47FA5
(180,127,165)
#BB8BAE
(187,139,174)
#C297B7
(194,151,183)
#C9A3C0
(201,163,192)
#D0AFC9
(208,175,201)
#D7BBD2
(215,187,210)
#DEC7DB
(222,199,219)
#E5D3E4
(229,211,228)
#ECDFED
(236,223,237)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD739C color. Also use rgb(173,115,156) instead hex code.

Text Font Color

.myTextColor { color: #AD739C; }

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

This text font color is #AD739C.

Background Color

.myBgColor { background-color: #AD739C; }

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

This div background color is #AD739C.

Border color

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

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

This div border color is #AD739C.

Opacity

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

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

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

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

This text has shadow with #AD739C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD739C.

Preview

Color preview on black background

This text has color #AD739C on black background.


Color preview on white background

This text has color #AD739C on white background.


Black color preview on #AD739C background

This text has black color on #AD739C background.


White color preview on #AD739C background

This text has white color on #AD739C background.


Related colors

Complementary color

Complementary color for #hex is #528C63.


I love getcolorcode.com

Triadic colors

1 #9CAD73 and #739CAD with #AD739C are triadic colors.

2 #9C73AD and #73AD9C with #AD739C are triadic colors.