COLOR #AD3E5A

HEX: #AD3E5A RGB: (173,62,90)

Color info

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

RGB color model

#AD3E5A color RGB value is (173,62,90).

RGB: (173,62,90) (68%, 24%, 35%)

RGB channels and saturation

R 173 of 255 = 68%
G 62 of 255 = 24%
B 90 of 255 = 35%

173
62
90

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

Portions of RGB colors in percentages

R + G + B = 173 + 62 + 90 = 325 (100%)
R 173 of 325 ~ 53.23%
G 62 of 325 ~ 19.08%
B 90 of 325 ~ 27.69'%

%53.23
%19.08
%27.69

CMYK color model

#AD3E5A color CMYK value is (0,64,48,32).

  • cyan value is 0.00%
  • magenta value is 64.16%
  • yellow value is 47.98%
  • key color value is 32.16%

CMYK: (0,64,48,32)
C0M64Y48K32 (0%, 64%, 48%, 32%)
(0.00 / 0.64 / 0.48 / 0.32)

CMYK percentages

%0
%64.16
%47.98
%32.16

Codes

Color #AD3E5A in popluar color models

AD 3E 5A
RGB 173 62 90
HSL 345° 47.23% 46.08%
HSB/HSV 345° 64.16% 67.84%
CMYK 0.00% 64.16% 47.98%
32.16%

Color #AD3E5A in popluar number systems.

HEX AD 3E 5A
Decimal 173 62 90
Binary 10101101 111110 1011010
Octal 255 76 132

Shades and tints

Shades of #AD3E5A

#AD3E5A
(173,62,90)
#9E3952
(158,57,82)
#8F344A
(143,52,74)
#802F42
(128,47,66)
#712A3A
(113,42,58)
#622532
(98,37,50)
#53202A
(83,32,42)
#441B22
(68,27,34)
#35161A
(53,22,26)
#261112
(38,17,18)
#170C0A
(23,12,10)
#000000
(0,0,0)

Tints of #AD3E5A

#AD3E5A
(173,62,90)
#B44F69
(180,79,105)
#BB6078
(187,96,120)
#C27187
(194,113,135)
#C98296
(201,130,150)
#D093A5
(208,147,165)
#D7A4B4
(215,164,180)
#DEB5C3
(222,181,195)
#E5C6D2
(229,198,210)
#ECD7E1
(236,215,225)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD3E5A color. Also use rgb(173,62,90) instead hex code.

Text Font Color

.myTextColor { color: #AD3E5A; }

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

This text font color is #AD3E5A.

Background Color

.myBgColor { background-color: #AD3E5A; }

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

This div background color is #AD3E5A.

Border color

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

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

This div border color is #AD3E5A.

Opacity

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

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

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

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

This text has shadow with #AD3E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD3E5A.

Preview

Color preview on black background

This text has color #AD3E5A on black background.


Color preview on white background

This text has color #AD3E5A on white background.


Black color preview on #AD3E5A background

This text has black color on #AD3E5A background.


White color preview on #AD3E5A background

This text has white color on #AD3E5A background.


Related colors

Complementary color

Complementary color for #hex is #52C1A5.


I love getcolorcode.com

Triadic colors

1 #5AAD3E and #3E5AAD with #AD3E5A are triadic colors.

2 #5A3EAD and #3EAD5A with #AD3E5A are triadic colors.