COLOR #AD5049

HEX: #AD5049 RGB: (173,80,73)

Color info

#AD5049 contains mainly red color. Web safe color of #AD5049 is #996633 (or #963).

RGB color model

#AD5049 color RGB value is (173,80,73).

RGB: (173,80,73) (68%, 31%, 29%)

RGB channels and saturation

R 173 of 255 = 68%
G 80 of 255 = 31%
B 73 of 255 = 29%

173
80
73

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

Portions of RGB colors in percentages

R + G + B = 173 + 80 + 73 = 326 (100%)
R 173 of 326 ~ 53.07%
G 80 of 326 ~ 24.54%
B 73 of 326 ~ 22.39'%

%53.07
%24.54
%22.39

CMYK color model

#AD5049 color CMYK value is (0,54,58,32).

  • cyan value is 0.00%
  • magenta value is 53.76%
  • yellow value is 57.80%
  • key color value is 32.16%

CMYK: (0,54,58,32)
C0M54Y58K32 (0%, 54%, 58%, 32%)
(0.00 / 0.54 / 0.58 / 0.32)

CMYK percentages

%0
%53.76
%57.8
%32.16

Codes

Color #AD5049 in popluar color models

AD 50 49
RGB 173 80 73
HSL 40.65% 48.24%
HSB/HSV 57.80% 67.84%
CMYK 0.00% 53.76% 57.80%
32.16%

Color #AD5049 in popluar number systems.

HEX AD 50 49
Decimal 173 80 73
Binary 10101101 1010000 1001001
Octal 255 120 111

Shades and tints

Shades of #AD5049

#AD5049
(173,80,73)
#9E4943
(158,73,67)
#8F423D
(143,66,61)
#803B37
(128,59,55)
#713431
(113,52,49)
#622D2B
(98,45,43)
#532625
(83,38,37)
#441F1F
(68,31,31)
#351819
(53,24,25)
#261113
(38,17,19)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #AD5049

#AD5049
(173,80,73)
#B45F59
(180,95,89)
#BB6E69
(187,110,105)
#C27D79
(194,125,121)
#C98C89
(201,140,137)
#D09B99
(208,155,153)
#D7AAA9
(215,170,169)
#DEB9B9
(222,185,185)
#E5C8C9
(229,200,201)
#ECD7D9
(236,215,217)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5049 color. Also use rgb(173,80,73) instead hex code.

Text Font Color

.myTextColor { color: #AD5049; }

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

This text font color is #AD5049.

Background Color

.myBgColor { background-color: #AD5049; }

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

This div background color is #AD5049.

Border color

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

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

This div border color is #AD5049.

Opacity

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

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

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

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

This text has shadow with #AD5049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD5049.

Preview

Color preview on black background

This text has color #AD5049 on black background.


Color preview on white background

This text has color #AD5049 on white background.


Black color preview on #AD5049 background

This text has black color on #AD5049 background.


White color preview on #AD5049 background

This text has white color on #AD5049 background.


Related colors

Complementary color

Complementary color for #hex is #52AFB6.


I love getcolorcode.com

Triadic colors

1 #49AD50 and #5049AD with #AD5049 are triadic colors.

2 #4950AD and #50AD49 with #AD5049 are triadic colors.