COLOR #AD7AA6

HEX: #AD7AA6 RGB: (173,122,166)

Color info

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

RGB color model

#AD7AA6 color RGB value is (173,122,166).

RGB: (173,122,166) (68%, 48%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 122 of 255 = 48%
B 166 of 255 = 65%

173
122
166

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

Portions of RGB colors in percentages

R + G + B = 173 + 122 + 166 = 461 (100%)
R 173 of 461 ~ 37.53%
G 122 of 461 ~ 26.46%
B 166 of 461 ~ 36.01'%

%37.53
%26.46
%36.01

CMYK color model

#AD7AA6 color CMYK value is (0,29,4,32).

  • cyan value is 0.00%
  • magenta value is 29.48%
  • yellow value is 4.05%
  • key color value is 32.16%

CMYK: (0,29,4,32)
C0M29Y4K32 (0%, 29%, 4%, 32%)
(0.00 / 0.29 / 0.04 / 0.32)

CMYK percentages

%0
%29.48
%4.05
%32.16

Codes

Color #AD7AA6 in popluar color models

AD 7A A6
RGB 173 122 166
HSL 308° 23.72% 57.84%
HSB/HSV 308° 29.48% 67.84%
CMYK 0.00% 29.48% 4.05%
32.16%

Color #AD7AA6 in popluar number systems.

HEX AD 7A A6
Decimal 173 122 166
Binary 10101101 1111010 10100110
Octal 255 172 246

Shades and tints

Shades of #AD7AA6

#AD7AA6
(173,122,166)
#9E6F97
(158,111,151)
#8F6488
(143,100,136)
#805979
(128,89,121)
#714E6A
(113,78,106)
#62435B
(98,67,91)
#53384C
(83,56,76)
#442D3D
(68,45,61)
#35222E
(53,34,46)
#26171F
(38,23,31)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #AD7AA6

#AD7AA6
(173,122,166)
#B486AE
(180,134,174)
#BB92B6
(187,146,182)
#C29EBE
(194,158,190)
#C9AAC6
(201,170,198)
#D0B6CE
(208,182,206)
#D7C2D6
(215,194,214)
#DECEDE
(222,206,222)
#E5DAE6
(229,218,230)
#ECE6EE
(236,230,238)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7AA6 color. Also use rgb(173,122,166) instead hex code.

Text Font Color

.myTextColor { color: #AD7AA6; }

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

This text font color is #AD7AA6.

Background Color

.myBgColor { background-color: #AD7AA6; }

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

This div background color is #AD7AA6.

Border color

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

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

This div border color is #AD7AA6.

Opacity

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

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

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

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

This text has shadow with #AD7AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7AA6.

Preview

Color preview on black background

This text has color #AD7AA6 on black background.


Color preview on white background

This text has color #AD7AA6 on white background.


Black color preview on #AD7AA6 background

This text has black color on #AD7AA6 background.


White color preview on #AD7AA6 background

This text has white color on #AD7AA6 background.


Related colors

Complementary color

Complementary color for #hex is #528559.


I love getcolorcode.com

Triadic colors

1 #A6AD7A and #7AA6AD with #AD7AA6 are triadic colors.

2 #A67AAD and #7AADA6 with #AD7AA6 are triadic colors.