COLOR #AD698B

HEX: #AD698B RGB: (173,105,139)

Color info

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

RGB color model

#AD698B color RGB value is (173,105,139).

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

RGB channels and saturation

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

173
105
139

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

Portions of RGB colors in percentages

R + G + B = 173 + 105 + 139 = 417 (100%)
R 173 of 417 ~ 41.49%
G 105 of 417 ~ 25.18%
B 139 of 417 ~ 33.33'%

%41.49
%25.18
%33.33

CMYK color model

#AD698B color CMYK value is (0,39,20,32).

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

CMYK: (0,39,20,32)
C0M39Y20K32 (0%, 39%, 20%, 32%)
(0.00 / 0.39 / 0.20 / 0.32)

CMYK percentages

%0
%39.31
%19.65
%32.16

Codes

Color #AD698B in popluar color models

AD 69 8B
RGB 173 105 139
HSL 330° 29.31% 54.51%
HSB/HSV 330° 39.31% 67.84%
CMYK 0.00% 39.31% 19.65%
32.16%

Color #AD698B in popluar number systems.

HEX AD 69 8B
Decimal 173 105 139
Binary 10101101 1101001 10001011
Octal 255 151 213

Shades and tints

Shades of #AD698B

#AD698B
(173,105,139)
#9E607F
(158,96,127)
#8F5773
(143,87,115)
#804E67
(128,78,103)
#71455B
(113,69,91)
#623C4F
(98,60,79)
#533343
(83,51,67)
#442A37
(68,42,55)
#35212B
(53,33,43)
#26181F
(38,24,31)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #AD698B

#AD698B
(173,105,139)
#B47695
(180,118,149)
#BB839F
(187,131,159)
#C290A9
(194,144,169)
#C99DB3
(201,157,179)
#D0AABD
(208,170,189)
#D7B7C7
(215,183,199)
#DEC4D1
(222,196,209)
#E5D1DB
(229,209,219)
#ECDEE5
(236,222,229)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD698B; }

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

This text font color is #AD698B.

Background Color

.myBgColor { background-color: #AD698B; }

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

This div background color is #AD698B.

Border color

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

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

This div border color is #AD698B.

Opacity

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

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

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

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

This text has shadow with #AD698B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD698B.

Preview

Color preview on black background

This text has color #AD698B on black background.


Color preview on white background

This text has color #AD698B on white background.


Black color preview on #AD698B background

This text has black color on #AD698B background.


White color preview on #AD698B background

This text has white color on #AD698B background.


Related colors

Complementary color

Complementary color for #hex is #529674.


I love getcolorcode.com

Triadic colors

1 #8BAD69 and #698BAD with #AD698B are triadic colors.

2 #8B69AD and #69AD8B with #AD698B are triadic colors.