COLOR #AD7D79

HEX: #AD7D79 RGB: (173,125,121)

Color info

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

RGB color model

#AD7D79 color RGB value is (173,125,121).

RGB: (173,125,121) (68%, 49%, 47%)

RGB channels and saturation

R 173 of 255 = 68%
G 125 of 255 = 49%
B 121 of 255 = 47%

173
125
121

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

Portions of RGB colors in percentages

R + G + B = 173 + 125 + 121 = 419 (100%)
R 173 of 419 ~ 41.29%
G 125 of 419 ~ 29.83%
B 121 of 419 ~ 28.88'%

%41.29
%29.83
%28.88

CMYK color model

#AD7D79 color CMYK value is (0,28,30,32).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 30.06%
  • key color value is 32.16%

CMYK: (0,28,30,32)
C0M28Y30K32 (0%, 28%, 30%, 32%)
(0.00 / 0.28 / 0.30 / 0.32)

CMYK percentages

%0
%27.75
%30.06
%32.16

Codes

Color #AD7D79 in popluar color models

AD 7D 79
RGB 173 125 121
HSL 24.07% 57.65%
HSB/HSV 30.06% 67.84%
CMYK 0.00% 27.75% 30.06%
32.16%

Color #AD7D79 in popluar number systems.

HEX AD 7D 79
Decimal 173 125 121
Binary 10101101 1111101 1111001
Octal 255 175 171

Shades and tints

Shades of #AD7D79

#AD7D79
(173,125,121)
#9E726E
(158,114,110)
#8F6763
(143,103,99)
#805C58
(128,92,88)
#71514D
(113,81,77)
#624642
(98,70,66)
#533B37
(83,59,55)
#44302C
(68,48,44)
#352521
(53,37,33)
#261A16
(38,26,22)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #AD7D79

#AD7D79
(173,125,121)
#B48885
(180,136,133)
#BB9391
(187,147,145)
#C29E9D
(194,158,157)
#C9A9A9
(201,169,169)
#D0B4B5
(208,180,181)
#D7BFC1
(215,191,193)
#DECACD
(222,202,205)
#E5D5D9
(229,213,217)
#ECE0E5
(236,224,229)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7D79; }

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

This text font color is #AD7D79.

Background Color

.myBgColor { background-color: #AD7D79; }

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

This div background color is #AD7D79.

Border color

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

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

This div border color is #AD7D79.

Opacity

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

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

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

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

This text has shadow with #AD7D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7D79.

Preview

Color preview on black background

This text has color #AD7D79 on black background.


Color preview on white background

This text has color #AD7D79 on white background.


Black color preview on #AD7D79 background

This text has black color on #AD7D79 background.


White color preview on #AD7D79 background

This text has white color on #AD7D79 background.


Related colors

Complementary color

Complementary color for #hex is #528286.


I love getcolorcode.com

Triadic colors

1 #79AD7D and #7D79AD with #AD7D79 are triadic colors.

2 #797DAD and #7DAD79 with #AD7D79 are triadic colors.