COLOR #AD687B

HEX: #AD687B RGB: (173,104,123)

Color info

#AD687B contains mainly red and blue colors. Web safe color of #AD687B is #996666 (or #966).

RGB color model

#AD687B color RGB value is (173,104,123).

RGB: (173,104,123) (68%, 41%, 48%)

RGB channels and saturation

R 173 of 255 = 68%
G 104 of 255 = 41%
B 123 of 255 = 48%

173
104
123

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

Portions of RGB colors in percentages

R + G + B = 173 + 104 + 123 = 400 (100%)
R 173 of 400 ~ 43.25%
G 104 of 400 ~ 26%
B 123 of 400 ~ 30.75'%

%43.25
%26
%30.75

CMYK color model

#AD687B color CMYK value is (0,40,29,32).

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

CMYK: (0,40,29,32)
C0M40Y29K32 (0%, 40%, 29%, 32%)
(0.00 / 0.40 / 0.29 / 0.32)

CMYK percentages

%0
%39.88
%28.9
%32.16

Codes

Color #AD687B in popluar color models

AD 68 7B
RGB 173 104 123
HSL 343° 29.61% 54.31%
HSB/HSV 343° 39.88% 67.84%
CMYK 0.00% 39.88% 28.90%
32.16%

Color #AD687B in popluar number systems.

HEX AD 68 7B
Decimal 173 104 123
Binary 10101101 1101000 1111011
Octal 255 150 173

Shades and tints

Shades of #AD687B

#AD687B
(173,104,123)
#9E5F70
(158,95,112)
#8F5665
(143,86,101)
#804D5A
(128,77,90)
#71444F
(113,68,79)
#623B44
(98,59,68)
#533239
(83,50,57)
#44292E
(68,41,46)
#352023
(53,32,35)
#261718
(38,23,24)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #AD687B

#AD687B
(173,104,123)
#B47587
(180,117,135)
#BB8293
(187,130,147)
#C28F9F
(194,143,159)
#C99CAB
(201,156,171)
#D0A9B7
(208,169,183)
#D7B6C3
(215,182,195)
#DEC3CF
(222,195,207)
#E5D0DB
(229,208,219)
#ECDDE7
(236,221,231)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD687B; }

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

This text font color is #AD687B.

Background Color

.myBgColor { background-color: #AD687B; }

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

This div background color is #AD687B.

Border color

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

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

This div border color is #AD687B.

Opacity

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

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

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

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

This text has shadow with #AD687B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD687B.

Preview

Color preview on black background

This text has color #AD687B on black background.


Color preview on white background

This text has color #AD687B on white background.


Black color preview on #AD687B background

This text has black color on #AD687B background.


White color preview on #AD687B background

This text has white color on #AD687B background.


Related colors

Complementary color

Complementary color for #hex is #529784.


I love getcolorcode.com

Triadic colors

1 #7BAD68 and #687BAD with #AD687B are triadic colors.

2 #7B68AD and #68AD7B with #AD687B are triadic colors.