COLOR #AD6573

HEX: #AD6573 RGB: (173,101,115)

Color info

#AD6573 contains mainly red and blue colors. Web safe color of #AD6573 is #996666 (or #966).

RGB color model

#AD6573 color RGB value is (173,101,115).

RGB: (173,101,115) (68%, 40%, 45%)

RGB channels and saturation

R 173 of 255 = 68%
G 101 of 255 = 40%
B 115 of 255 = 45%

173
101
115

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

Portions of RGB colors in percentages

R + G + B = 173 + 101 + 115 = 389 (100%)
R 173 of 389 ~ 44.47%
G 101 of 389 ~ 25.96%
B 115 of 389 ~ 29.56'%

%44.47
%25.96
%29.56

CMYK color model

#AD6573 color CMYK value is (0,42,34,32).

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

CMYK: (0,42,34,32)
C0M42Y34K32 (0%, 42%, 34%, 32%)
(0.00 / 0.42 / 0.34 / 0.32)

CMYK percentages

%0
%41.62
%33.53
%32.16

Codes

Color #AD6573 in popluar color models

AD 65 73
RGB 173 101 115
HSL 348° 30.51% 53.73%
HSB/HSV 348° 41.62% 67.84%
CMYK 0.00% 41.62% 33.53%
32.16%

Color #AD6573 in popluar number systems.

HEX AD 65 73
Decimal 173 101 115
Binary 10101101 1100101 1110011
Octal 255 145 163

Shades and tints

Shades of #AD6573

#AD6573
(173,101,115)
#9E5C69
(158,92,105)
#8F535F
(143,83,95)
#804A55
(128,74,85)
#71414B
(113,65,75)
#623841
(98,56,65)
#532F37
(83,47,55)
#44262D
(68,38,45)
#351D23
(53,29,35)
#261419
(38,20,25)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #AD6573

#AD6573
(173,101,115)
#B4737F
(180,115,127)
#BB818B
(187,129,139)
#C28F97
(194,143,151)
#C99DA3
(201,157,163)
#D0ABAF
(208,171,175)
#D7B9BB
(215,185,187)
#DEC7C7
(222,199,199)
#E5D5D3
(229,213,211)
#ECE3DF
(236,227,223)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6573; }

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

This text font color is #AD6573.

Background Color

.myBgColor { background-color: #AD6573; }

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

This div background color is #AD6573.

Border color

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

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

This div border color is #AD6573.

Opacity

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

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

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

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

This text has shadow with #AD6573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6573.

Preview

Color preview on black background

This text has color #AD6573 on black background.


Color preview on white background

This text has color #AD6573 on white background.


Black color preview on #AD6573 background

This text has black color on #AD6573 background.


White color preview on #AD6573 background

This text has white color on #AD6573 background.


Related colors

Complementary color

Complementary color for #hex is #529A8C.


I love getcolorcode.com

Triadic colors

1 #73AD65 and #6573AD with #AD6573 are triadic colors.

2 #7365AD and #65AD73 with #AD6573 are triadic colors.