COLOR #AD6E6D

HEX: #AD6E6D RGB: (173,110,109)

Color info

#AD6E6D contains mainly red color. Web safe color of #AD6E6D is #996666 (or #966).

RGB color model

#AD6E6D color RGB value is (173,110,109).

RGB: (173,110,109) (68%, 43%, 43%)

RGB channels and saturation

R 173 of 255 = 68%
G 110 of 255 = 43%
B 109 of 255 = 43%

173
110
109

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

Portions of RGB colors in percentages

R + G + B = 173 + 110 + 109 = 392 (100%)
R 173 of 392 ~ 44.13%
G 110 of 392 ~ 28.06%
B 109 of 392 ~ 27.81'%

%44.13
%28.06
%27.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.42%
  • yellow value is 36.99%
  • key color value is 32.16%

CMYK: (0,36,37,32)
C0M36Y37K32 (0%, 36%, 37%, 32%)
(0.00 / 0.36 / 0.37 / 0.32)

CMYK percentages

%0
%36.42
%36.99
%32.16

Codes

Color #AD6E6D in popluar color models

AD 6E 6D
RGB 173 110 109
HSL 28.07% 55.29%
HSB/HSV 36.99% 67.84%
CMYK 0.00% 36.42% 36.99%
32.16%

Color #AD6E6D in popluar number systems.

HEX AD 6E 6D
Decimal 173 110 109
Binary 10101101 1101110 1101101
Octal 255 156 155

Shades and tints

Shades of #AD6E6D

#AD6E6D
(173,110,109)
#9E6464
(158,100,100)
#8F5A5B
(143,90,91)
#805052
(128,80,82)
#714649
(113,70,73)
#623C40
(98,60,64)
#533237
(83,50,55)
#44282E
(68,40,46)
#351E25
(53,30,37)
#26141C
(38,20,28)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #AD6E6D

#AD6E6D
(173,110,109)
#B47B7A
(180,123,122)
#BB8887
(187,136,135)
#C29594
(194,149,148)
#C9A2A1
(201,162,161)
#D0AFAE
(208,175,174)
#D7BCBB
(215,188,187)
#DEC9C8
(222,201,200)
#E5D6D5
(229,214,213)
#ECE3E2
(236,227,226)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6E6D; }

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

This text font color is #AD6E6D.

Background Color

.myBgColor { background-color: #AD6E6D; }

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

This div background color is #AD6E6D.

Border color

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

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

This div border color is #AD6E6D.

Opacity

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

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

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

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

This text has shadow with #AD6E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6E6D.

Preview

Color preview on black background

This text has color #AD6E6D on black background.


Color preview on white background

This text has color #AD6E6D on white background.


Black color preview on #AD6E6D background

This text has black color on #AD6E6D background.


White color preview on #AD6E6D background

This text has white color on #AD6E6D background.


Related colors

Complementary color

Complementary color for #hex is #529192.


I love getcolorcode.com

Triadic colors

1 #6DAD6E and #6E6DAD with #AD6E6D are triadic colors.

2 #6D6EAD and #6EAD6D with #AD6E6D are triadic colors.