COLOR #AD736F

HEX: #AD736F RGB: (173,115,111)

Color info

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

RGB color model

#AD736F color RGB value is (173,115,111).

RGB: (173,115,111) (68%, 45%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 115 of 255 = 45%
B 111 of 255 = 44%

173
115
111

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

Portions of RGB colors in percentages

R + G + B = 173 + 115 + 111 = 399 (100%)
R 173 of 399 ~ 43.36%
G 115 of 399 ~ 28.82%
B 111 of 399 ~ 27.82'%

%43.36
%28.82
%27.82

CMYK color model

#AD736F color CMYK value is (0,34,36,32).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 35.84%
  • key color value is 32.16%

CMYK: (0,34,36,32)
C0M34Y36K32 (0%, 34%, 36%, 32%)
(0.00 / 0.34 / 0.36 / 0.32)

CMYK percentages

%0
%33.53
%35.84
%32.16

Codes

Color #AD736F in popluar color models

AD 73 6F
RGB 173 115 111
HSL 27.43% 55.69%
HSB/HSV 35.84% 67.84%
CMYK 0.00% 33.53% 35.84%
32.16%

Color #AD736F in popluar number systems.

HEX AD 73 6F
Decimal 173 115 111
Binary 10101101 1110011 1101111
Octal 255 163 157

Shades and tints

Shades of #AD736F

#AD736F
(173,115,111)
#9E6965
(158,105,101)
#8F5F5B
(143,95,91)
#805551
(128,85,81)
#714B47
(113,75,71)
#62413D
(98,65,61)
#533733
(83,55,51)
#442D29
(68,45,41)
#35231F
(53,35,31)
#261915
(38,25,21)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #AD736F

#AD736F
(173,115,111)
#B47F7C
(180,127,124)
#BB8B89
(187,139,137)
#C29796
(194,151,150)
#C9A3A3
(201,163,163)
#D0AFB0
(208,175,176)
#D7BBBD
(215,187,189)
#DEC7CA
(222,199,202)
#E5D3D7
(229,211,215)
#ECDFE4
(236,223,228)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD736F color. Also use rgb(173,115,111) instead hex code.

Text Font Color

.myTextColor { color: #AD736F; }

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

This text font color is #AD736F.

Background Color

.myBgColor { background-color: #AD736F; }

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

This div background color is #AD736F.

Border color

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

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

This div border color is #AD736F.

Opacity

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

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

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

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

This text has shadow with #AD736F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD736F.

Preview

Color preview on black background

This text has color #AD736F on black background.


Color preview on white background

This text has color #AD736F on white background.


Black color preview on #AD736F background

This text has black color on #AD736F background.


White color preview on #AD736F background

This text has white color on #AD736F background.


Related colors

Complementary color

Complementary color for #hex is #528C90.


I love getcolorcode.com

Triadic colors

1 #6FAD73 and #736FAD with #AD736F are triadic colors.

2 #6F73AD and #73AD6F with #AD736F are triadic colors.