COLOR #AD567F

HEX: #AD567F RGB: (173,86,127)

Color info

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

RGB color model

#AD567F color RGB value is (173,86,127).

RGB: (173,86,127) (68%, 34%, 50%)

RGB channels and saturation

R 173 of 255 = 68%
G 86 of 255 = 34%
B 127 of 255 = 50%

173
86
127

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

Portions of RGB colors in percentages

R + G + B = 173 + 86 + 127 = 386 (100%)
R 173 of 386 ~ 44.82%
G 86 of 386 ~ 22.28%
B 127 of 386 ~ 32.9'%

%44.82
%22.28
%32.9

CMYK color model

#AD567F color CMYK value is (0,50,27,32).

  • cyan value is 0.00%
  • magenta value is 50.29%
  • yellow value is 26.59%
  • key color value is 32.16%

CMYK: (0,50,27,32)
C0M50Y27K32 (0%, 50%, 27%, 32%)
(0.00 / 0.50 / 0.27 / 0.32)

CMYK percentages

%0
%50.29
%26.59
%32.16

Codes

Color #AD567F in popluar color models

AD 56 7F
RGB 173 86 127
HSL 332° 34.66% 50.78%
HSB/HSV 332° 50.29% 67.84%
CMYK 0.00% 50.29% 26.59%
32.16%

Color #AD567F in popluar number systems.

HEX AD 56 7F
Decimal 173 86 127
Binary 10101101 1010110 1111111
Octal 255 126 177

Shades and tints

Shades of #AD567F

#AD567F
(173,86,127)
#9E4F74
(158,79,116)
#8F4869
(143,72,105)
#80415E
(128,65,94)
#713A53
(113,58,83)
#623348
(98,51,72)
#532C3D
(83,44,61)
#442532
(68,37,50)
#351E27
(53,30,39)
#26171C
(38,23,28)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD567F

#AD567F
(173,86,127)
#B4658A
(180,101,138)
#BB7495
(187,116,149)
#C283A0
(194,131,160)
#C992AB
(201,146,171)
#D0A1B6
(208,161,182)
#D7B0C1
(215,176,193)
#DEBFCC
(222,191,204)
#E5CED7
(229,206,215)
#ECDDE2
(236,221,226)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD567F color. Also use rgb(173,86,127) instead hex code.

Text Font Color

.myTextColor { color: #AD567F; }

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

This text font color is #AD567F.

Background Color

.myBgColor { background-color: #AD567F; }

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

This div background color is #AD567F.

Border color

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

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

This div border color is #AD567F.

Opacity

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

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

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

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

This text has shadow with #AD567F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD567F.

Preview

Color preview on black background

This text has color #AD567F on black background.


Color preview on white background

This text has color #AD567F on white background.


Black color preview on #AD567F background

This text has black color on #AD567F background.


White color preview on #AD567F background

This text has white color on #AD567F background.


Related colors

Complementary color

Complementary color for #hex is #52A980.


I love getcolorcode.com

Triadic colors

1 #7FAD56 and #567FAD with #AD567F are triadic colors.

2 #7F56AD and #56AD7F with #AD567F are triadic colors.