COLOR #AD6C3D

HEX: #AD6C3D RGB: (173,108,61)

Color info

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

RGB color model

#AD6C3D color RGB value is (173,108,61).

RGB: (173,108,61) (68%, 42%, 24%)

RGB channels and saturation

R 173 of 255 = 68%
G 108 of 255 = 42%
B 61 of 255 = 24%

173
108
61

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

Portions of RGB colors in percentages

R + G + B = 173 + 108 + 61 = 342 (100%)
R 173 of 342 ~ 50.58%
G 108 of 342 ~ 31.58%
B 61 of 342 ~ 17.84'%

%50.58
%31.58
%17.84

CMYK color model

#AD6C3D color CMYK value is (0,38,65,32).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 64.74%
  • key color value is 32.16%
CMYK: (0,38,65,32) C0M38Y65K32 (0%,38%,65%,32%) (0.00/0.38/0.65/0.32) 

CMYK percentages

%0
%37.57
%64.74
%32.16

Codes

Color #AD6C3D in popluar color models

AD 6C 3D
RGB 173 108 61
HSL 25° 47.86% 45.88%
HSB/HSV 25° 64.74% 67.84%
CMYK 0.00% 37.57% 64.74%
32.16%

Color #AD6C3D in popluar number systems.

HEX AD 6C 3D
Decimal 173 108 61
Binary 10101101 1101100 111101
Octal 255 154 75

Shades and tints

Shades of #AD6C3D

#AD6C3D
(173,108,61)
#9E6338
(158,99,56)
#8F5A33
(143,90,51)
#80512E
(128,81,46)
#714829
(113,72,41)
#623F24
(98,63,36)
#53361F
(83,54,31)
#442D1A
(68,45,26)
#352415
(53,36,21)
#261B10
(38,27,16)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #AD6C3D

#AD6C3D
(173,108,61)
#B4794E
(180,121,78)
#BB865F
(187,134,95)
#C29370
(194,147,112)
#C9A081
(201,160,129)
#D0AD92
(208,173,146)
#D7BAA3
(215,186,163)
#DEC7B4
(222,199,180)
#E5D4C5
(229,212,197)
#ECE1D6
(236,225,214)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6C3D color. Also use rgb(173,108,61) instead hex code.

Text Font Color

.myTextColor { color: #AD6C3D; }

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

This text font color is #AD6C3D.

Background Color

.myBgColor { background-color: #AD6C3D; }

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

This div background color is #AD6C3D.

Border color

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

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

This div border color is #AD6C3D.

Opacity

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

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

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

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

This text has shadow with #AD6C3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6C3D.

Preview

Color preview on black background

This text has color #AD6C3D on black background.


Color preview on white background

This text has color #AD6C3D on white background.


Black color preview on #AD6C3D background

This text has black color on #AD6C3D background.


White color preview on #AD6C3D background

This text has white color on #AD6C3D background.


Related colors

Complementary color

Complementary color for #hex is #5293C2.


I love getcolorcode.com

Triadic colors

1 #3DAD6C and #6C3DAD with #AD6C3D are triadic colors.

2 #3D6CAD and #6CAD3D with #AD6C3D are triadic colors.