COLOR #AD6568

HEX: #AD6568 RGB: (173,101,104)

Color info

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

RGB color model

#AD6568 color RGB value is (173,101,104).

RGB: (173,101,104) (68%, 40%, 41%)

RGB channels and saturation

R 173 of 255 = 68%
G 101 of 255 = 40%
B 104 of 255 = 41%

173
101
104

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

Portions of RGB colors in percentages

R + G + B = 173 + 101 + 104 = 378 (100%)
R 173 of 378 ~ 45.77%
G 101 of 378 ~ 26.72%
B 104 of 378 ~ 27.51'%

%45.77
%26.72
%27.51

CMYK color model

#AD6568 color CMYK value is (0,42,40,32).

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

CMYK: (0,42,40,32)
C0M42Y40K32 (0%, 42%, 40%, 32%)
(0.00 / 0.42 / 0.40 / 0.32)

CMYK percentages

%0
%41.62
%39.88
%32.16

Codes

Color #AD6568 in popluar color models

AD 65 68
RGB 173 101 104
HSL 358° 30.51% 53.73%
HSB/HSV 358° 41.62% 67.84%
CMYK 0.00% 41.62% 39.88%
32.16%

Color #AD6568 in popluar number systems.

HEX AD 65 68
Decimal 173 101 104
Binary 10101101 1100101 1101000
Octal 255 145 150

Shades and tints

Shades of #AD6568

#AD6568
(173,101,104)
#9E5C5F
(158,92,95)
#8F5356
(143,83,86)
#804A4D
(128,74,77)
#714144
(113,65,68)
#62383B
(98,56,59)
#532F32
(83,47,50)
#442629
(68,38,41)
#351D20
(53,29,32)
#261417
(38,20,23)
#170B0E
(23,11,14)
#000000
(0,0,0)

Tints of #AD6568

#AD6568
(173,101,104)
#B47375
(180,115,117)
#BB8182
(187,129,130)
#C28F8F
(194,143,143)
#C99D9C
(201,157,156)
#D0ABA9
(208,171,169)
#D7B9B6
(215,185,182)
#DEC7C3
(222,199,195)
#E5D5D0
(229,213,208)
#ECE3DD
(236,227,221)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6568; }

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

This text font color is #AD6568.

Background Color

.myBgColor { background-color: #AD6568; }

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

This div background color is #AD6568.

Border color

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

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

This div border color is #AD6568.

Opacity

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

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

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

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

This text has shadow with #AD6568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6568.

Preview

Color preview on black background

This text has color #AD6568 on black background.


Color preview on white background

This text has color #AD6568 on white background.


Black color preview on #AD6568 background

This text has black color on #AD6568 background.


White color preview on #AD6568 background

This text has white color on #AD6568 background.


Related colors

Complementary color

Complementary color for #hex is #529A97.


I love getcolorcode.com

Triadic colors

1 #68AD65 and #6568AD with #AD6568 are triadic colors.

2 #6865AD and #65AD68 with #AD6568 are triadic colors.