COLOR #AD5550

HEX: #AD5550
RGB: (173,85,80)

Color info

#AD5550 contains mainly red color. Web safe color of #AD5550 is #996666 (or #966).

RGB color model

#AD5550 color RGB value is (173,85,80).

  • red value is 173;
  • green value is 85;
  • blue value is 80.
RGB:
(173,85,80)
(68%,33%,31%)

RGB channels and saturation

R 173 of 255 = 68%
G 85 of 255 = 33%
B 80 of 255 = 31%

173
85
80

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

Portions of RGB colors in percentages

R + G + B =
173 + 85 + 80 = 338 (100%)
R 173 of 338 ~ 51.18%
G 85 of 338 ~ 25.15%
B 80 of 338 ~ 23.67%

%51.18
%25.15
%23.67

CMYK color model

#AD5550 color CMYK value is (0,51,54,32).

  • cyan value is 0.00%
  • magenta value is 50.87%
  • yellow value is 53.76%
  • key color value is 32.16%
CMYK:
(0,51,54,32)
C0M51Y54K32 
(0%,51%,54%,32%)
(0.00/0.51/0.54/0.32)	

CMYK percentages

%0
%50.87
%53.76
%32.16

Codes

Color #AD5550 in popluar color models

AD5550
RGB1738580
HSL36.76%49.61%
HSB/HSV53.76%67.84%
CMYK0.00%50.87%53.76%
32.16%

Color #AD5550 in popluar number systems.

HEXAD5550
Decimal1738580
Binary1010110110101011010000
Octal255125120

Shades and tints

Shades of #AD5550

#AD5550
(173,85,80)
#9E4E49
(158,78,73)
#8F4742
(143,71,66)
#80403B
(128,64,59)
#713934
(113,57,52)
#62322D
(98,50,45)
#532B26
(83,43,38)
#44241F
(68,36,31)
#351D18
(53,29,24)
#261611
(38,22,17)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #AD5550

#AD5550
(173,85,80)
#B4645F
(180,100,95)
#BB736E
(187,115,110)
#C2827D
(194,130,125)
#C9918C
(201,145,140)
#D0A09B
(208,160,155)
#D7AFAA
(215,175,170)
#DEBEB9
(222,190,185)
#E5CDC8
(229,205,200)
#ECDCD7
(236,220,215)
#F3EBE6
(243,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5550; }

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

This text font color is #AD5550.


Background Color

.myBgColor { background-color: #AD5550; }

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

This div background color is #AD5550.


Border color

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

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

This div border color is #AD5550.


Opacity

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

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

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

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

This text has shadow with #AD5550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5550 on black background.


Color preview on white background

This text has color #AD5550 on white background.



Black color preview on #AD5550 background

This text has black color on #AD5550 background.


White color preview on #AD5550 background

This text has white color on #AD5550 background.