COLOR #AD7D91

HEX: #AD7D91 RGB: (173,125,145)

Color info

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

RGB color model

#AD7D91 color RGB value is (173,125,145).

RGB: (173,125,145) (68%, 49%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 125 of 255 = 49%
B 145 of 255 = 57%

173
125
145

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

Portions of RGB colors in percentages

R + G + B = 173 + 125 + 145 = 443 (100%)
R 173 of 443 ~ 39.05%
G 125 of 443 ~ 28.22%
B 145 of 443 ~ 32.73'%

%39.05
%28.22
%32.73

CMYK color model

#AD7D91 color CMYK value is (0,28,16,32).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 16.18%
  • key color value is 32.16%

CMYK: (0,28,16,32)
C0M28Y16K32 (0%, 28%, 16%, 32%)
(0.00 / 0.28 / 0.16 / 0.32)

CMYK percentages

%0
%27.75
%16.18
%32.16

Codes

Color #AD7D91 in popluar color models

AD 7D 91
RGB 173 125 145
HSL 335° 22.64% 58.43%
HSB/HSV 335° 27.75% 67.84%
CMYK 0.00% 27.75% 16.18%
32.16%

Color #AD7D91 in popluar number systems.

HEX AD 7D 91
Decimal 173 125 145
Binary 10101101 1111101 10010001
Octal 255 175 221

Shades and tints

Shades of #AD7D91

#AD7D91
(173,125,145)
#9E7284
(158,114,132)
#8F6777
(143,103,119)
#805C6A
(128,92,106)
#71515D
(113,81,93)
#624650
(98,70,80)
#533B43
(83,59,67)
#443036
(68,48,54)
#352529
(53,37,41)
#261A1C
(38,26,28)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #AD7D91

#AD7D91
(173,125,145)
#B4889B
(180,136,155)
#BB93A5
(187,147,165)
#C29EAF
(194,158,175)
#C9A9B9
(201,169,185)
#D0B4C3
(208,180,195)
#D7BFCD
(215,191,205)
#DECAD7
(222,202,215)
#E5D5E1
(229,213,225)
#ECE0EB
(236,224,235)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7D91 color. Also use rgb(173,125,145) instead hex code.

Text Font Color

.myTextColor { color: #AD7D91; }

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

This text font color is #AD7D91.

Background Color

.myBgColor { background-color: #AD7D91; }

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

This div background color is #AD7D91.

Border color

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

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

This div border color is #AD7D91.

Opacity

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

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

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

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

This text has shadow with #AD7D91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7D91.

Preview

Color preview on black background

This text has color #AD7D91 on black background.


Color preview on white background

This text has color #AD7D91 on white background.


Black color preview on #AD7D91 background

This text has black color on #AD7D91 background.


White color preview on #AD7D91 background

This text has white color on #AD7D91 background.


Related colors

Complementary color

Complementary color for #hex is #52826E.


I love getcolorcode.com

Triadic colors

1 #91AD7D and #7D91AD with #AD7D91 are triadic colors.

2 #917DAD and #7DAD91 with #AD7D91 are triadic colors.