COLOR #AD6E4C

HEX: #AD6E4C RGB: (173,110,76)

Color info

#AD6E4C contains mainly red color. Web safe color of #AD6E4C is #996633 (or #963).

RGB color model

#AD6E4C color RGB value is (173,110,76).

RGB: (173,110,76) (68%, 43%, 30%)

RGB channels and saturation

R 173 of 255 = 68%
G 110 of 255 = 43%
B 76 of 255 = 30%

173
110
76

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

Portions of RGB colors in percentages

R + G + B = 173 + 110 + 76 = 359 (100%)
R 173 of 359 ~ 48.19%
G 110 of 359 ~ 30.64%
B 76 of 359 ~ 21.17'%

%48.19
%30.64
%21.17

CMYK color model

#AD6E4C color CMYK value is (0,36,56,32).

  • cyan value is 0.00%
  • magenta value is 36.42%
  • yellow value is 56.07%
  • key color value is 32.16%
CMYK: (0,36,56,32) C0M36Y56K32 (0%,36%,56%,32%) (0.00/0.36/0.56/0.32) 

CMYK percentages

%0
%36.42
%56.07
%32.16

Codes

Color #AD6E4C in popluar color models

AD 6E 4C
RGB 173 110 76
HSL 21° 38.96% 48.82%
HSB/HSV 21° 56.07% 67.84%
CMYK 0.00% 36.42% 56.07%
32.16%

Color #AD6E4C in popluar number systems.

HEX AD 6E 4C
Decimal 173 110 76
Binary 10101101 1101110 1001100
Octal 255 156 114

Shades and tints

Shades of #AD6E4C

#AD6E4C
(173,110,76)
#9E6446
(158,100,70)
#8F5A40
(143,90,64)
#80503A
(128,80,58)
#714634
(113,70,52)
#623C2E
(98,60,46)
#533228
(83,50,40)
#442822
(68,40,34)
#351E1C
(53,30,28)
#261416
(38,20,22)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #AD6E4C

#AD6E4C
(173,110,76)
#B47B5C
(180,123,92)
#BB886C
(187,136,108)
#C2957C
(194,149,124)
#C9A28C
(201,162,140)
#D0AF9C
(208,175,156)
#D7BCAC
(215,188,172)
#DEC9BC
(222,201,188)
#E5D6CC
(229,214,204)
#ECE3DC
(236,227,220)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6E4C; }

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

This text font color is #AD6E4C.


Background Color

.myBgColor { background-color: #AD6E4C; }

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

This div background color is #AD6E4C.


Border color

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

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

This div border color is #AD6E4C.


Opacity

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

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

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

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

This text has shadow with #AD6E4C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AD6E4C on black background.


Color preview on white background

This text has color #AD6E4C on white background.



Black color preview on #AD6E4C background

This text has black color on #AD6E4C background.


White color preview on #AD6E4C background

This text has white color on #AD6E4C background.