COLOR #AD5D68

HEX: #AD5D68 RGB: (173,93,104)

Color info

#AD5D68 contains mainly red color. Web safe color of #AD5D68 is #996666 (or #966).

RGB color model

#AD5D68 color RGB value is (173,93,104).

RGB: (173,93,104) (68%, 36%, 41%)

RGB channels and saturation

R 173 of 255 = 68%
G 93 of 255 = 36%
B 104 of 255 = 41%

173
93
104

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

Portions of RGB colors in percentages

R + G + B = 173 + 93 + 104 = 370 (100%)
R 173 of 370 ~ 46.76%
G 93 of 370 ~ 25.14%
B 104 of 370 ~ 28.11'%

%46.76
%25.14
%28.11

CMYK color model

#AD5D68 color CMYK value is (0,46,40,32).

  • cyan value is 0.00%
  • magenta value is 46.24%
  • yellow value is 39.88%
  • key color value is 32.16%

CMYK: (0,46,40,32)
C0M46Y40K32 (0%, 46%, 40%, 32%)
(0.00 / 0.46 / 0.40 / 0.32)

CMYK percentages

%0
%46.24
%39.88
%32.16

Codes

Color #AD5D68 in popluar color models

AD 5D 68
RGB 173 93 104
HSL 352° 32.79% 52.16%
HSB/HSV 352° 46.24% 67.84%
CMYK 0.00% 46.24% 39.88%
32.16%

Color #AD5D68 in popluar number systems.

HEX AD 5D 68
Decimal 173 93 104
Binary 10101101 1011101 1101000
Octal 255 135 150

Shades and tints

Shades of #AD5D68

#AD5D68
(173,93,104)
#9E555F
(158,85,95)
#8F4D56
(143,77,86)
#80454D
(128,69,77)
#713D44
(113,61,68)
#62353B
(98,53,59)
#532D32
(83,45,50)
#442529
(68,37,41)
#351D20
(53,29,32)
#261517
(38,21,23)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #AD5D68

#AD5D68
(173,93,104)
#B46B75
(180,107,117)
#BB7982
(187,121,130)
#C2878F
(194,135,143)
#C9959C
(201,149,156)
#D0A3A9
(208,163,169)
#D7B1B6
(215,177,182)
#DEBFC3
(222,191,195)
#E5CDD0
(229,205,208)
#ECDBDD
(236,219,221)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5D68 color. Also use rgb(173,93,104) instead hex code.

Text Font Color

.myTextColor { color: #AD5D68; }

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

This text font color is #AD5D68.

Background Color

.myBgColor { background-color: #AD5D68; }

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

This div background color is #AD5D68.

Border color

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

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

This div border color is #AD5D68.

Opacity

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

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

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

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

This text has shadow with #AD5D68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5D68.

Preview

Color preview on black background

This text has color #AD5D68 on black background.


Color preview on white background

This text has color #AD5D68 on white background.


Black color preview on #AD5D68 background

This text has black color on #AD5D68 background.


White color preview on #AD5D68 background

This text has white color on #AD5D68 background.


Related colors

Complementary color

Complementary color for #hex is #52A297.


I love getcolorcode.com

Triadic colors

1 #68AD5D and #5D68AD with #AD5D68 are triadic colors.

2 #685DAD and #5DAD68 with #AD5D68 are triadic colors.