COLOR #AD6F7B

HEX: #AD6F7B RGB: (173,111,123)

Color info

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

RGB color model

#AD6F7B color RGB value is (173,111,123).

RGB: (173,111,123) (68%, 44%, 48%)

RGB channels and saturation

R 173 of 255 = 68%
G 111 of 255 = 44%
B 123 of 255 = 48%

173
111
123

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

Portions of RGB colors in percentages

R + G + B = 173 + 111 + 123 = 407 (100%)
R 173 of 407 ~ 42.51%
G 111 of 407 ~ 27.27%
B 123 of 407 ~ 30.22'%

%42.51
%27.27
%30.22

CMYK color model

#AD6F7B color CMYK value is (0,36,29,32).

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

CMYK: (0,36,29,32)
C0M36Y29K32 (0%, 36%, 29%, 32%)
(0.00 / 0.36 / 0.29 / 0.32)

CMYK percentages

%0
%35.84
%28.9
%32.16

Codes

Color #AD6F7B in popluar color models

AD 6F 7B
RGB 173 111 123
HSL 348° 27.43% 55.69%
HSB/HSV 348° 35.84% 67.84%
CMYK 0.00% 35.84% 28.90%
32.16%

Color #AD6F7B in popluar number systems.

HEX AD 6F 7B
Decimal 173 111 123
Binary 10101101 1101111 1111011
Octal 255 157 173

Shades and tints

Shades of #AD6F7B

#AD6F7B
(173,111,123)
#9E6570
(158,101,112)
#8F5B65
(143,91,101)
#80515A
(128,81,90)
#71474F
(113,71,79)
#623D44
(98,61,68)
#533339
(83,51,57)
#44292E
(68,41,46)
#351F23
(53,31,35)
#261518
(38,21,24)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #AD6F7B

#AD6F7B
(173,111,123)
#B47C87
(180,124,135)
#BB8993
(187,137,147)
#C2969F
(194,150,159)
#C9A3AB
(201,163,171)
#D0B0B7
(208,176,183)
#D7BDC3
(215,189,195)
#DECACF
(222,202,207)
#E5D7DB
(229,215,219)
#ECE4E7
(236,228,231)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6F7B; }

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

This text font color is #AD6F7B.

Background Color

.myBgColor { background-color: #AD6F7B; }

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

This div background color is #AD6F7B.

Border color

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

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

This div border color is #AD6F7B.

Opacity

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

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

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

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

This text has shadow with #AD6F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6F7B.

Preview

Color preview on black background

This text has color #AD6F7B on black background.


Color preview on white background

This text has color #AD6F7B on white background.


Black color preview on #AD6F7B background

This text has black color on #AD6F7B background.


White color preview on #AD6F7B background

This text has white color on #AD6F7B background.


Related colors

Complementary color

Complementary color for #hex is #529084.


I love getcolorcode.com

Triadic colors

1 #7BAD6F and #6F7BAD with #AD6F7B are triadic colors.

2 #7B6FAD and #6FAD7B with #AD6F7B are triadic colors.