COLOR #AD6D76

HEX: #AD6D76 RGB: (173,109,118)

Color info

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

RGB color model

#AD6D76 color RGB value is (173,109,118).

RGB: (173,109,118) (68%, 43%, 46%)

RGB channels and saturation

R 173 of 255 = 68%
G 109 of 255 = 43%
B 118 of 255 = 46%

173
109
118

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

Portions of RGB colors in percentages

R + G + B = 173 + 109 + 118 = 400 (100%)
R 173 of 400 ~ 43.25%
G 109 of 400 ~ 27.25%
B 118 of 400 ~ 29.5'%

%43.25
%27.25
%29.5

CMYK color model

#AD6D76 color CMYK value is (0,37,32,32).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 31.79%
  • key color value is 32.16%
CMYK: (0,37,32,32) C0M37Y32K32 (0%,37%,32%,32%) (0.00/0.37/0.32/0.32) 

CMYK percentages

%0
%36.99
%31.79
%32.16

Codes

Color #AD6D76 in popluar color models

AD 6D 76
RGB 173 109 118
HSL 352° 28.07% 55.29%
HSB/HSV 352° 36.99% 67.84%
CMYK 0.00% 36.99% 31.79%
32.16%

Color #AD6D76 in popluar number systems.

HEX AD 6D 76
Decimal 173 109 118
Binary 10101101 1101101 1110110
Octal 255 155 166

Shades and tints

Shades of #AD6D76

#AD6D76
(173,109,118)
#9E646C
(158,100,108)
#8F5B62
(143,91,98)
#805258
(128,82,88)
#71494E
(113,73,78)
#624044
(98,64,68)
#53373A
(83,55,58)
#442E30
(68,46,48)
#352526
(53,37,38)
#261C1C
(38,28,28)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #AD6D76

#AD6D76
(173,109,118)
#B47A82
(180,122,130)
#BB878E
(187,135,142)
#C2949A
(194,148,154)
#C9A1A6
(201,161,166)
#D0AEB2
(208,174,178)
#D7BBBE
(215,187,190)
#DEC8CA
(222,200,202)
#E5D5D6
(229,213,214)
#ECE2E2
(236,226,226)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6D76 color. Also use rgb(173,109,118) instead hex code.

Text Font Color

.myTextColor { color: #AD6D76; }

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

This text font color is #AD6D76.

Background Color

.myBgColor { background-color: #AD6D76; }

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

This div background color is #AD6D76.

Border color

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

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

This div border color is #AD6D76.

Opacity

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

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

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

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

This text has shadow with #AD6D76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6D76.

Preview

Color preview on black background

This text has color #AD6D76 on black background.


Color preview on white background

This text has color #AD6D76 on white background.


Black color preview on #AD6D76 background

This text has black color on #AD6D76 background.


White color preview on #AD6D76 background

This text has white color on #AD6D76 background.


Related colors

Complementary color

Complementary color for #hex is #529289.


I love getcolorcode.com

Triadic colors

1 #76AD6D and #6D76AD with #AD6D76 are triadic colors.

2 #766DAD and #6DAD76 with #AD6D76 are triadic colors.