COLOR #AD4657

HEX: #AD4657
RGB: (173,70,87)

Color info

#AD4657 contains mainly red color. Web safe color of #AD4657 is #993366 (or #936).

RGB color model

#AD4657 color RGB value is (173,70,87).

  • red value is 173;
  • green value is 70;
  • blue value is 87.
RGB:
(173,70,87)
(68%,27%,34%)

RGB channels and saturation

R 173 of 255 = 68%
G 70 of 255 = 27%
B 87 of 255 = 34%

173
70
87

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

Portions of RGB colors in percentages

R + G + B =
173 + 70 + 87 = 330 (100%)
R 173 of 330 ~ 52.42%
G 70 of 330 ~ 21.21%
B 87 of 330 ~ 26.36%

%52.42
%21.21
%26.36

CMYK color model

#AD4657 color CMYK value is (0,60,50,32).

  • cyan value is 0.00%
  • magenta value is 59.54%
  • yellow value is 49.71%
  • key color value is 32.16%
CMYK:
(0,60,50,32)
C0M60Y50K32 
(0%,60%,50%,32%)
(0.00/0.60/0.50/0.32)	

CMYK percentages

%0
%59.54
%49.71
%32.16

Codes

Color #AD4657 in popluar color models

AD4657
RGB1737087
HSL350°42.39%47.65%
HSB/HSV350°59.54%67.84%
CMYK0.00%59.54%49.71%
32.16%

Color #AD4657 in popluar number systems.

HEXAD4657
Decimal1737087
Binary1010110110001101010111
Octal255106127

Shades and tints

Shades of #AD4657

#AD4657
(173,70,87)
#9E4050
(158,64,80)
#8F3A49
(143,58,73)
#803442
(128,52,66)
#712E3B
(113,46,59)
#622834
(98,40,52)
#53222D
(83,34,45)
#441C26
(68,28,38)
#35161F
(53,22,31)
#261018
(38,16,24)
#170A11
(23,10,17)
#000000
(0,0,0)

Tints of #AD4657

#AD4657
(173,70,87)
#B45666
(180,86,102)
#BB6675
(187,102,117)
#C27684
(194,118,132)
#C98693
(201,134,147)
#D096A2
(208,150,162)
#D7A6B1
(215,166,177)
#DEB6C0
(222,182,192)
#E5C6CF
(229,198,207)
#ECD6DE
(236,214,222)
#F3E6ED
(243,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4657 color. Also use rgb(173,70,87) instead hex code.

Text Font Color

.myTextColor { color: #AD4657; }

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

This text font color is #AD4657.


Background Color

.myBgColor { background-color: #AD4657; }

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

This div background color is #AD4657.


Border color

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

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

This div border color is #AD4657.


Opacity

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

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

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

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

This text has shadow with #AD4657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4657 on black background.


Color preview on white background

This text has color #AD4657 on white background.



Black color preview on #AD4657 background

This text has black color on #AD4657 background.


White color preview on #AD4657 background

This text has white color on #AD4657 background.