COLOR #AD739A

HEX: #AD739A RGB: (173,115,154)

Color info

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

RGB color model

#AD739A color RGB value is (173,115,154).

RGB: (173,115,154) (68%, 45%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 115 of 255 = 45%
B 154 of 255 = 60%

173
115
154

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

Portions of RGB colors in percentages

R + G + B = 173 + 115 + 154 = 442 (100%)
R 173 of 442 ~ 39.14%
G 115 of 442 ~ 26.02%
B 154 of 442 ~ 34.84'%

%39.14
%26.02
%34.84

CMYK color model

#AD739A color CMYK value is (0,34,11,32).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK: (0,34,11,32) C0M34Y11K32 (0%,34%,11%,32%) (0.00/0.34/0.11/0.32) 

CMYK percentages

%0
%33.53
%10.98
%32.16

Codes

Color #AD739A in popluar color models

AD 73 9A
RGB 173 115 154
HSL 320° 26.13% 56.47%
HSB/HSV 320° 33.53% 67.84%
CMYK 0.00% 33.53% 10.98%
32.16%

Color #AD739A in popluar number systems.

HEX AD 73 9A
Decimal 173 115 154
Binary 10101101 1110011 10011010
Octal 255 163 232

Shades and tints

Shades of #AD739A

#AD739A
(173,115,154)
#9E698C
(158,105,140)
#8F5F7E
(143,95,126)
#805570
(128,85,112)
#714B62
(113,75,98)
#624154
(98,65,84)
#533746
(83,55,70)
#442D38
(68,45,56)
#35232A
(53,35,42)
#26191C
(38,25,28)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #AD739A

#AD739A
(173,115,154)
#B47FA3
(180,127,163)
#BB8BAC
(187,139,172)
#C297B5
(194,151,181)
#C9A3BE
(201,163,190)
#D0AFC7
(208,175,199)
#D7BBD0
(215,187,208)
#DEC7D9
(222,199,217)
#E5D3E2
(229,211,226)
#ECDFEB
(236,223,235)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD739A; }

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

This text font color is #AD739A.

Background Color

.myBgColor { background-color: #AD739A; }

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

This div background color is #AD739A.

Border color

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

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

This div border color is #AD739A.

Opacity

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

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

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

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

This text has shadow with #AD739A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD739A.

Preview

Color preview on black background

This text has color #AD739A on black background.


Color preview on white background

This text has color #AD739A on white background.


Black color preview on #AD739A background

This text has black color on #AD739A background.


White color preview on #AD739A background

This text has white color on #AD739A background.


Related colors

Complementary color

Complementary color for #hex is #528C65.


I love getcolorcode.com

Triadic colors

1 #9AAD73 and #739AAD with #AD739A are triadic colors.

2 #9A73AD and #73AD9A with #AD739A are triadic colors.