COLOR #AD6E4E

HEX: #AD6E4E
RGB: (173,110,78)

Color info

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

RGB color model

#AD6E4E color RGB value is (173,110,78).

  • red value is 173;
  • green value is 110;
  • blue value is 78.
RGB:
(173,110,78)
(68%,43%,31%)

RGB channels and saturation

R 173 of 255 = 68%
G 110 of 255 = 43%
B 78 of 255 = 31%

173
110
78

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

Portions of RGB colors in percentages

R + G + B =
173 + 110 + 78 = 361 (100%)
R 173 of 361 ~ 47.92%
G 110 of 361 ~ 30.47%
B 78 of 361 ~ 21.61%

%47.92
%30.47
%21.61

CMYK color model

#AD6E4E color CMYK value is (0,36,55,32).

  • cyan value is 0.00%
  • magenta value is 36.42%
  • yellow value is 54.91%
  • key color value is 32.16%
CMYK:
(0,36,55,32)
C0M36Y55K32 
(0%,36%,55%,32%)
(0.00/0.36/0.55/0.32)	

CMYK percentages

%0
%36.42
%54.91
%32.16

Codes

Color #AD6E4E in popluar color models

AD6E4E
RGB17311078
HSL20°37.85%49.22%
HSB/HSV20°54.91%67.84%
CMYK0.00%36.42%54.91%
32.16%

Color #AD6E4E in popluar number systems.

HEXAD6E4E
Decimal17311078
Binary1010110111011101001110
Octal255156116

Shades and tints

Shades of #AD6E4E

#AD6E4E
(173,110,78)
#9E6447
(158,100,71)
#8F5A40
(143,90,64)
#805039
(128,80,57)
#714632
(113,70,50)
#623C2B
(98,60,43)
#533224
(83,50,36)
#44281D
(68,40,29)
#351E16
(53,30,22)
#26140F
(38,20,15)
#170A08
(23,10,8)
#000000
(0,0,0)

Tints of #AD6E4E

#AD6E4E
(173,110,78)
#B47B5E
(180,123,94)
#BB886E
(187,136,110)
#C2957E
(194,149,126)
#C9A28E
(201,162,142)
#D0AF9E
(208,175,158)
#D7BCAE
(215,188,174)
#DEC9BE
(222,201,190)
#E5D6CE
(229,214,206)
#ECE3DE
(236,227,222)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6E4E; }

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

This text font color is #AD6E4E.


Background Color

.myBgColor { background-color: #AD6E4E; }

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

This div background color is #AD6E4E.


Border color

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

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

This div border color is #AD6E4E.


Opacity

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

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

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

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

This text has shadow with #AD6E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6E4E on black background.


Color preview on white background

This text has color #AD6E4E on white background.



Black color preview on #AD6E4E background

This text has black color on #AD6E4E background.


White color preview on #AD6E4E background

This text has white color on #AD6E4E background.