COLOR #AD7D72

HEX: #AD7D72
RGB: (173,125,114)

Color info

#AD7D72 contains red, green and blue colors in about the same proportion. Web safe color of #AD7D72 is #996666 (or #966).

RGB color model

#AD7D72 color RGB value is (173,125,114).

  • red value is 173;
  • green value is 125;
  • blue value is 114.
RGB:
(173,125,114)
(68%,49%,45%)

RGB channels and saturation

R 173 of 255 = 68%
G 125 of 255 = 49%
B 114 of 255 = 45%

173
125
114

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

Portions of RGB colors in percentages

R + G + B =
173 + 125 + 114 = 412 (100%)
R 173 of 412 ~ 41.99%
G 125 of 412 ~ 30.34%
B 114 of 412 ~ 27.67%

%41.99
%30.34
%27.67

CMYK color model

#AD7D72 color CMYK value is (0,28,34,32).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 34.10%
  • key color value is 32.16%
CMYK:
(0,28,34,32)
C0M28Y34K32 
(0%,28%,34%,32%)
(0.00/0.28/0.34/0.32)	

CMYK percentages

%0
%27.75
%34.1
%32.16

Codes

Color #AD7D72 in popluar color models

AD7D72
RGB173125114
HSL11°26.46%56.27%
HSB/HSV11°34.10%67.84%
CMYK0.00%27.75%34.10%
32.16%

Color #AD7D72 in popluar number systems.

HEXAD7D72
Decimal173125114
Binary1010110111111011110010
Octal255175162

Shades and tints

Shades of #AD7D72

#AD7D72
(173,125,114)
#9E7268
(158,114,104)
#8F675E
(143,103,94)
#805C54
(128,92,84)
#71514A
(113,81,74)
#624640
(98,70,64)
#533B36
(83,59,54)
#44302C
(68,48,44)
#352522
(53,37,34)
#261A18
(38,26,24)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #AD7D72

#AD7D72
(173,125,114)
#B4887E
(180,136,126)
#BB938A
(187,147,138)
#C29E96
(194,158,150)
#C9A9A2
(201,169,162)
#D0B4AE
(208,180,174)
#D7BFBA
(215,191,186)
#DECAC6
(222,202,198)
#E5D5D2
(229,213,210)
#ECE0DE
(236,224,222)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7D72; }

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

This text font color is #AD7D72.


Background Color

.myBgColor { background-color: #AD7D72; }

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

This div background color is #AD7D72.


Border color

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

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

This div border color is #AD7D72.


Opacity

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

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

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

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

This text has shadow with #AD7D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7D72 on black background.


Color preview on white background

This text has color #AD7D72 on white background.



Black color preview on #AD7D72 background

This text has black color on #AD7D72 background.


White color preview on #AD7D72 background

This text has white color on #AD7D72 background.