COLOR #AD726B

HEX: #AD726B RGB: (173,114,107)

Color info

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

RGB color model

#AD726B color RGB value is (173,114,107).

RGB: (173,114,107) (68%, 45%, 42%)

RGB channels and saturation

R 173 of 255 = 68%
G 114 of 255 = 45%
B 107 of 255 = 42%

173
114
107

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

Portions of RGB colors in percentages

R + G + B = 173 + 114 + 107 = 394 (100%)
R 173 of 394 ~ 43.91%
G 114 of 394 ~ 28.93%
B 107 of 394 ~ 27.16'%

%43.91
%28.93
%27.16

CMYK color model

#AD726B color CMYK value is (0,34,38,32).

  • cyan value is 0.00%
  • magenta value is 34.10%
  • yellow value is 38.15%
  • key color value is 32.16%
CMYK: (0,34,38,32) C0M34Y38K32 (0%,34%,38%,32%) (0.00/0.34/0.38/0.32) 

CMYK percentages

%0
%34.1
%38.15
%32.16

Codes

Color #AD726B in popluar color models

AD 72 6B
RGB 173 114 107
HSL 28.70% 54.90%
HSB/HSV 38.15% 67.84%
CMYK 0.00% 34.10% 38.15%
32.16%

Color #AD726B in popluar number systems.

HEX AD 72 6B
Decimal 173 114 107
Binary 10101101 1110010 1101011
Octal 255 162 153

Shades and tints

Shades of #AD726B

#AD726B
(173,114,107)
#9E6862
(158,104,98)
#8F5E59
(143,94,89)
#805450
(128,84,80)
#714A47
(113,74,71)
#62403E
(98,64,62)
#533635
(83,54,53)
#442C2C
(68,44,44)
#352223
(53,34,35)
#26181A
(38,24,26)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #AD726B

#AD726B
(173,114,107)
#B47E78
(180,126,120)
#BB8A85
(187,138,133)
#C29692
(194,150,146)
#C9A29F
(201,162,159)
#D0AEAC
(208,174,172)
#D7BAB9
(215,186,185)
#DEC6C6
(222,198,198)
#E5D2D3
(229,210,211)
#ECDEE0
(236,222,224)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD726B color. Also use rgb(173,114,107) instead hex code.

Text Font Color

.myTextColor { color: #AD726B; }

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

This text font color is #AD726B.

Background Color

.myBgColor { background-color: #AD726B; }

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

This div background color is #AD726B.

Border color

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

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

This div border color is #AD726B.

Opacity

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

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

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

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

This text has shadow with #AD726B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD726B.

Preview

Color preview on black background

This text has color #AD726B on black background.


Color preview on white background

This text has color #AD726B on white background.


Black color preview on #AD726B background

This text has black color on #AD726B background.


White color preview on #AD726B background

This text has white color on #AD726B background.


Related colors

Complementary color

Complementary color for #hex is #528D94.


I love getcolorcode.com

Triadic colors

1 #6BAD72 and #726BAD with #AD726B are triadic colors.

2 #6B72AD and #72AD6B with #AD726B are triadic colors.