COLOR #AD5449

HEX: #AD5449
RGB: (173,84,73)

Color info

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

RGB color model

#AD5449 color RGB value is (173,84,73).

  • red value is 173;
  • green value is 84;
  • blue value is 73.
RGB:
(173,84,73)
(68%,33%,29%)

RGB channels and saturation

R 173 of 255 = 68%
G 84 of 255 = 33%
B 73 of 255 = 29%

173
84
73

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

Portions of RGB colors in percentages

R + G + B =
173 + 84 + 73 = 330 (100%)
R 173 of 330 ~ 52.42%
G 84 of 330 ~ 25.45%
B 73 of 330 ~ 22.12%

%52.42
%25.45
%22.12

CMYK color model

#AD5449 color CMYK value is (0,51,58,32).

  • cyan value is 0.00%
  • magenta value is 51.45%
  • yellow value is 57.80%
  • key color value is 32.16%
CMYK:
(0,51,58,32)
C0M51Y58K32 
(0%,51%,58%,32%)
(0.00/0.51/0.58/0.32)	

CMYK percentages

%0
%51.45
%57.8
%32.16

Codes

Color #AD5449 in popluar color models

AD5449
RGB1738473
HSL40.65%48.24%
HSB/HSV57.80%67.84%
CMYK0.00%51.45%57.80%
32.16%

Color #AD5449 in popluar number systems.

HEXAD5449
Decimal1738473
Binary1010110110101001001001
Octal255124111

Shades and tints

Shades of #AD5449

#AD5449
(173,84,73)
#9E4D43
(158,77,67)
#8F463D
(143,70,61)
#803F37
(128,63,55)
#713831
(113,56,49)
#62312B
(98,49,43)
#532A25
(83,42,37)
#44231F
(68,35,31)
#351C19
(53,28,25)
#261513
(38,21,19)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #AD5449

#AD5449
(173,84,73)
#B46359
(180,99,89)
#BB7269
(187,114,105)
#C28179
(194,129,121)
#C99089
(201,144,137)
#D09F99
(208,159,153)
#D7AEA9
(215,174,169)
#DEBDB9
(222,189,185)
#E5CCC9
(229,204,201)
#ECDBD9
(236,219,217)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5449; }

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

This text font color is #AD5449.


Background Color

.myBgColor { background-color: #AD5449; }

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

This div background color is #AD5449.


Border color

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

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

This div border color is #AD5449.


Opacity

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

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

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

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

This text has shadow with #AD5449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5449 on black background.


Color preview on white background

This text has color #AD5449 on white background.



Black color preview on #AD5449 background

This text has black color on #AD5449 background.


White color preview on #AD5449 background

This text has white color on #AD5449 background.