COLOR #AD757E

HEX: #AD757E RGB: (173,117,126)

Color info

#AD757E contains red, green and blue colors in about the same proportion. Web safe color of #AD757E is #996666 (or #966).

RGB color model

#AD757E color RGB value is (173,117,126).

RGB: (173,117,126) (68%, 46%, 49%)

RGB channels and saturation

R 173 of 255 = 68%
G 117 of 255 = 46%
B 126 of 255 = 49%

173
117
126

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

Portions of RGB colors in percentages

R + G + B = 173 + 117 + 126 = 416 (100%)
R 173 of 416 ~ 41.59%
G 117 of 416 ~ 28.13%
B 126 of 416 ~ 30.29'%

%41.59
%28.13
%30.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 27.17%
  • key color value is 32.16%

CMYK: (0,32,27,32)
C0M32Y27K32 (0%, 32%, 27%, 32%)
(0.00 / 0.32 / 0.27 / 0.32)

CMYK percentages

%0
%32.37
%27.17
%32.16

Codes

Color #AD757E in popluar color models

AD 75 7E
RGB 173 117 126
HSL 350° 25.45% 56.86%
HSB/HSV 350° 32.37% 67.84%
CMYK 0.00% 32.37% 27.17%
32.16%

Color #AD757E in popluar number systems.

HEX AD 75 7E
Decimal 173 117 126
Binary 10101101 1110101 1111110
Octal 255 165 176

Shades and tints

Shades of #AD757E

#AD757E
(173,117,126)
#9E6B73
(158,107,115)
#8F6168
(143,97,104)
#80575D
(128,87,93)
#714D52
(113,77,82)
#624347
(98,67,71)
#53393C
(83,57,60)
#442F31
(68,47,49)
#352526
(53,37,38)
#261B1B
(38,27,27)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD757E

#AD757E
(173,117,126)
#B48189
(180,129,137)
#BB8D94
(187,141,148)
#C2999F
(194,153,159)
#C9A5AA
(201,165,170)
#D0B1B5
(208,177,181)
#D7BDC0
(215,189,192)
#DEC9CB
(222,201,203)
#E5D5D6
(229,213,214)
#ECE1E1
(236,225,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD757E color. Also use rgb(173,117,126) instead hex code.

Text Font Color

.myTextColor { color: #AD757E; }

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

This text font color is #AD757E.

Background Color

.myBgColor { background-color: #AD757E; }

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

This div background color is #AD757E.

Border color

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

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

This div border color is #AD757E.

Opacity

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

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

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

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

This text has shadow with #AD757E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD757E.

Preview

Color preview on black background

This text has color #AD757E on black background.


Color preview on white background

This text has color #AD757E on white background.


Black color preview on #AD757E background

This text has black color on #AD757E background.


White color preview on #AD757E background

This text has white color on #AD757E background.


Related colors

Complementary color

Complementary color for #hex is #528A81.


I love getcolorcode.com

Triadic colors

1 #7EAD75 and #757EAD with #AD757E are triadic colors.

2 #7E75AD and #75AD7E with #AD757E are triadic colors.