COLOR #AD6C85

HEX: #AD6C85 RGB: (173,108,133)

Color info

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

RGB color model

#AD6C85 color RGB value is (173,108,133).

RGB: (173,108,133) (68%, 42%, 52%)

RGB channels and saturation

R 173 of 255 = 68%
G 108 of 255 = 42%
B 133 of 255 = 52%

173
108
133

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

Portions of RGB colors in percentages

R + G + B = 173 + 108 + 133 = 414 (100%)
R 173 of 414 ~ 41.79%
G 108 of 414 ~ 26.09%
B 133 of 414 ~ 32.13'%

%41.79
%26.09
%32.13

CMYK color model

#AD6C85 color CMYK value is (0,38,23,32).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 23.12%
  • key color value is 32.16%

CMYK: (0,38,23,32)
C0M38Y23K32 (0%, 38%, 23%, 32%)
(0.00 / 0.38 / 0.23 / 0.32)

CMYK percentages

%0
%37.57
%23.12
%32.16

Codes

Color #AD6C85 in popluar color models

AD 6C 85
RGB 173 108 133
HSL 337° 28.38% 55.10%
HSB/HSV 337° 37.57% 67.84%
CMYK 0.00% 37.57% 23.12%
32.16%

Color #AD6C85 in popluar number systems.

HEX AD 6C 85
Decimal 173 108 133
Binary 10101101 1101100 10000101
Octal 255 154 205

Shades and tints

Shades of #AD6C85

#AD6C85
(173,108,133)
#9E6379
(158,99,121)
#8F5A6D
(143,90,109)
#805161
(128,81,97)
#714855
(113,72,85)
#623F49
(98,63,73)
#53363D
(83,54,61)
#442D31
(68,45,49)
#352425
(53,36,37)
#261B19
(38,27,25)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #AD6C85

#AD6C85
(173,108,133)
#B47990
(180,121,144)
#BB869B
(187,134,155)
#C293A6
(194,147,166)
#C9A0B1
(201,160,177)
#D0ADBC
(208,173,188)
#D7BAC7
(215,186,199)
#DEC7D2
(222,199,210)
#E5D4DD
(229,212,221)
#ECE1E8
(236,225,232)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6C85 color. Also use rgb(173,108,133) instead hex code.

Text Font Color

.myTextColor { color: #AD6C85; }

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

This text font color is #AD6C85.

Background Color

.myBgColor { background-color: #AD6C85; }

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

This div background color is #AD6C85.

Border color

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

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

This div border color is #AD6C85.

Opacity

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

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

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

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

This text has shadow with #AD6C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6C85.

Preview

Color preview on black background

This text has color #AD6C85 on black background.


Color preview on white background

This text has color #AD6C85 on white background.


Black color preview on #AD6C85 background

This text has black color on #AD6C85 background.


White color preview on #AD6C85 background

This text has white color on #AD6C85 background.


Related colors

Complementary color

Complementary color for #hex is #52937A.


I love getcolorcode.com

Triadic colors

1 #85AD6C and #6C85AD with #AD6C85 are triadic colors.

2 #856CAD and #6CAD85 with #AD6C85 are triadic colors.