COLOR #AD726E

HEX: #AD726E RGB: (173,114,110)

Color info

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

RGB color model

#AD726E color RGB value is (173,114,110).

RGB: (173,114,110) (68%, 45%, 43%)

RGB channels and saturation

R 173 of 255 = 68%
G 114 of 255 = 45%
B 110 of 255 = 43%

173
114
110

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

Portions of RGB colors in percentages

R + G + B = 173 + 114 + 110 = 397 (100%)
R 173 of 397 ~ 43.58%
G 114 of 397 ~ 28.72%
B 110 of 397 ~ 27.71'%

%43.58
%28.72
%27.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.10%
  • yellow value is 36.42%
  • 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
%34.1
%36.42
%32.16

Codes

Color #AD726E in popluar color models

AD 72 6E
RGB 173 114 110
HSL 27.75% 55.49%
HSB/HSV 36.42% 67.84%
CMYK 0.00% 34.10% 36.42%
32.16%

Color #AD726E in popluar number systems.

HEX AD 72 6E
Decimal 173 114 110
Binary 10101101 1110010 1101110
Octal 255 162 156

Shades and tints

Shades of #AD726E

#AD726E
(173,114,110)
#9E6864
(158,104,100)
#8F5E5A
(143,94,90)
#805450
(128,84,80)
#714A46
(113,74,70)
#62403C
(98,64,60)
#533632
(83,54,50)
#442C28
(68,44,40)
#35221E
(53,34,30)
#261814
(38,24,20)
#170E0A
(23,14,10)
#000000
(0,0,0)

Tints of #AD726E

#AD726E
(173,114,110)
#B47E7B
(180,126,123)
#BB8A88
(187,138,136)
#C29695
(194,150,149)
#C9A2A2
(201,162,162)
#D0AEAF
(208,174,175)
#D7BABC
(215,186,188)
#DEC6C9
(222,198,201)
#E5D2D6
(229,210,214)
#ECDEE3
(236,222,227)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD726E; }

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

This text font color is #AD726E.

Background Color

.myBgColor { background-color: #AD726E; }

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

This div background color is #AD726E.

Border color

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

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

This div border color is #AD726E.

Opacity

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

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

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

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

This text has shadow with #AD726E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD726E.

Preview

Color preview on black background

This text has color #AD726E on black background.


Color preview on white background

This text has color #AD726E on white background.


Black color preview on #AD726E background

This text has black color on #AD726E background.


White color preview on #AD726E background

This text has white color on #AD726E background.


Related colors

Complementary color

Complementary color for #hex is #528D91.


I love getcolorcode.com

Triadic colors

1 #6EAD72 and #726EAD with #AD726E are triadic colors.

2 #6E72AD and #72AD6E with #AD726E are triadic colors.