COLOR #AD6F8F

HEX: #AD6F8F
RGB: (173,111,143)

Color info

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

RGB color model

#AD6F8F color RGB value is (173,111,143).

  • red value is 173;
  • green value is 111;
  • blue value is 143.
RGB:
(173,111,143)
(68%,44%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 111 of 255 = 44%
B 143 of 255 = 56%

173
111
143

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

Portions of RGB colors in percentages

R + G + B =
173 + 111 + 143 = 427 (100%)
R 173 of 427 ~ 40.52%
G 111 of 427 ~ 26%
B 143 of 427 ~ 33.49%

%40.52
%26
%33.49

CMYK color model

#AD6F8F color CMYK value is (0,36,17,32).

  • cyan value is 0.00%
  • magenta value is 35.84%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(0,36,17,32)
C0M36Y17K32 
(0%,36%,17%,32%)
(0.00/0.36/0.17/0.32)	

CMYK percentages

%0
%35.84
%17.34
%32.16

Codes

Color #AD6F8F in popluar color models

AD6F8F
RGB173111143
HSL329°27.43%55.69%
HSB/HSV329°35.84%67.84%
CMYK0.00%35.84%17.34%
32.16%

Color #AD6F8F in popluar number systems.

HEXAD6F8F
Decimal173111143
Binary10101101110111110001111
Octal255157217

Shades and tints

Shades of #AD6F8F

#AD6F8F
(173,111,143)
#9E6582
(158,101,130)
#8F5B75
(143,91,117)
#805168
(128,81,104)
#71475B
(113,71,91)
#623D4E
(98,61,78)
#533341
(83,51,65)
#442934
(68,41,52)
#351F27
(53,31,39)
#26151A
(38,21,26)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #AD6F8F

#AD6F8F
(173,111,143)
#B47C99
(180,124,153)
#BB89A3
(187,137,163)
#C296AD
(194,150,173)
#C9A3B7
(201,163,183)
#D0B0C1
(208,176,193)
#D7BDCB
(215,189,203)
#DECAD5
(222,202,213)
#E5D7DF
(229,215,223)
#ECE4E9
(236,228,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6F8F color. Also use rgb(173,111,143) instead hex code.

Text Font Color

.myTextColor { color: #AD6F8F; }

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

This text font color is #AD6F8F.


Background Color

.myBgColor { background-color: #AD6F8F; }

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

This div background color is #AD6F8F.


Border color

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

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

This div border color is #AD6F8F.


Opacity

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

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

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

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

This text has shadow with #AD6F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6F8F on black background.


Color preview on white background

This text has color #AD6F8F on white background.



Black color preview on #AD6F8F background

This text has black color on #AD6F8F background.


White color preview on #AD6F8F background

This text has white color on #AD6F8F background.