COLOR #AD709A

HEX: #AD709A
RGB: (173,112,154)

Color info

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

RGB color model

#AD709A color RGB value is (173,112,154).

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

RGB channels and saturation

R 173 of 255 = 68%
G 112 of 255 = 44%
B 154 of 255 = 60%

173
112
154

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

Portions of RGB colors in percentages

R + G + B =
173 + 112 + 154 = 439 (100%)
R 173 of 439 ~ 39.41%
G 112 of 439 ~ 25.51%
B 154 of 439 ~ 35.08%

%39.41
%25.51
%35.08

CMYK color model

#AD709A color CMYK value is (0,35,11,32).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(0,35,11,32)
C0M35Y11K32 
(0%,35%,11%,32%)
(0.00/0.35/0.11/0.32)	

CMYK percentages

%0
%35.26
%10.98
%32.16

Codes

Color #AD709A in popluar color models

AD709A
RGB173112154
HSL319°27.11%55.88%
HSB/HSV319°35.26%67.84%
CMYK0.00%35.26%10.98%
32.16%

Color #AD709A in popluar number systems.

HEXAD709A
Decimal173112154
Binary10101101111000010011010
Octal255160232

Shades and tints

Shades of #AD709A

#AD709A
(173,112,154)
#9E668C
(158,102,140)
#8F5C7E
(143,92,126)
#805270
(128,82,112)
#714862
(113,72,98)
#623E54
(98,62,84)
#533446
(83,52,70)
#442A38
(68,42,56)
#35202A
(53,32,42)
#26161C
(38,22,28)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #AD709A

#AD709A
(173,112,154)
#B47DA3
(180,125,163)
#BB8AAC
(187,138,172)
#C297B5
(194,151,181)
#C9A4BE
(201,164,190)
#D0B1C7
(208,177,199)
#D7BED0
(215,190,208)
#DECBD9
(222,203,217)
#E5D8E2
(229,216,226)
#ECE5EB
(236,229,235)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD709A; }

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

This text font color is #AD709A.


Background Color

.myBgColor { background-color: #AD709A; }

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

This div background color is #AD709A.


Border color

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

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

This div border color is #AD709A.


Opacity

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

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

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

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

This text has shadow with #AD709A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD709A on black background.


Color preview on white background

This text has color #AD709A on white background.



Black color preview on #AD709A background

This text has black color on #AD709A background.


White color preview on #AD709A background

This text has white color on #AD709A background.