COLOR #AD688B

HEX: #AD688B RGB: (173,104,139)

Color info

#AD688B contains mainly red and blue colors. Web safe color of #AD688B is #996699 (or #969).

RGB color model

#AD688B color RGB value is (173,104,139).

RGB: (173,104,139) (68%, 41%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 104 of 255 = 41%
B 139 of 255 = 55%

173
104
139

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

Portions of RGB colors in percentages

R + G + B = 173 + 104 + 139 = 416 (100%)
R 173 of 416 ~ 41.59%
G 104 of 416 ~ 25%
B 139 of 416 ~ 33.41'%

%41.59
%25
%33.41

CMYK color model

#AD688B color CMYK value is (0,40,20,32).

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

CMYK: (0,40,20,32)
C0M40Y20K32 (0%, 40%, 20%, 32%)
(0.00 / 0.40 / 0.20 / 0.32)

CMYK percentages

%0
%39.88
%19.65
%32.16

Codes

Color #AD688B in popluar color models

AD 68 8B
RGB 173 104 139
HSL 330° 29.61% 54.31%
HSB/HSV 330° 39.88% 67.84%
CMYK 0.00% 39.88% 19.65%
32.16%

Color #AD688B in popluar number systems.

HEX AD 68 8B
Decimal 173 104 139
Binary 10101101 1101000 10001011
Octal 255 150 213

Shades and tints

Shades of #AD688B

#AD688B
(173,104,139)
#9E5F7F
(158,95,127)
#8F5673
(143,86,115)
#804D67
(128,77,103)
#71445B
(113,68,91)
#623B4F
(98,59,79)
#533243
(83,50,67)
#442937
(68,41,55)
#35202B
(53,32,43)
#26171F
(38,23,31)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #AD688B

#AD688B
(173,104,139)
#B47595
(180,117,149)
#BB829F
(187,130,159)
#C28FA9
(194,143,169)
#C99CB3
(201,156,179)
#D0A9BD
(208,169,189)
#D7B6C7
(215,182,199)
#DEC3D1
(222,195,209)
#E5D0DB
(229,208,219)
#ECDDE5
(236,221,229)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD688B; }

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

This text font color is #AD688B.

Background Color

.myBgColor { background-color: #AD688B; }

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

This div background color is #AD688B.

Border color

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

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

This div border color is #AD688B.

Opacity

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

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

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

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

This text has shadow with #AD688B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD688B.

Preview

Color preview on black background

This text has color #AD688B on black background.


Color preview on white background

This text has color #AD688B on white background.


Black color preview on #AD688B background

This text has black color on #AD688B background.


White color preview on #AD688B background

This text has white color on #AD688B background.


Related colors

Complementary color

Complementary color for #hex is #529774.


I love getcolorcode.com

Triadic colors

1 #8BAD68 and #688BAD with #AD688B are triadic colors.

2 #8B68AD and #68AD8B with #AD688B are triadic colors.