COLOR #AD4273

HEX: #AD4273 RGB: (173,66,115)

Color info

#AD4273 contains mainly red and blue colors. Web safe color of #AD4273 is #993366 (or #936).

RGB color model

#AD4273 color RGB value is (173,66,115).

RGB: (173,66,115) (68%, 26%, 45%)

RGB channels and saturation

R 173 of 255 = 68%
G 66 of 255 = 26%
B 115 of 255 = 45%

173
66
115

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

Portions of RGB colors in percentages

R + G + B = 173 + 66 + 115 = 354 (100%)
R 173 of 354 ~ 48.87%
G 66 of 354 ~ 18.64%
B 115 of 354 ~ 32.49'%

%48.87
%18.64
%32.49

CMYK color model

#AD4273 color CMYK value is (0,62,34,32).

  • cyan value is 0.00%
  • magenta value is 61.85%
  • yellow value is 33.53%
  • key color value is 32.16%

CMYK: (0,62,34,32)
C0M62Y34K32 (0%, 62%, 34%, 32%)
(0.00 / 0.62 / 0.34 / 0.32)

CMYK percentages

%0
%61.85
%33.53
%32.16

Codes

Color #AD4273 in popluar color models

AD 42 73
RGB 173 66 115
HSL 333° 44.77% 46.86%
HSB/HSV 333° 61.85% 67.84%
CMYK 0.00% 61.85% 33.53%
32.16%

Color #AD4273 in popluar number systems.

HEX AD 42 73
Decimal 173 66 115
Binary 10101101 1000010 1110011
Octal 255 102 163

Shades and tints

Shades of #AD4273

#AD4273
(173,66,115)
#9E3C69
(158,60,105)
#8F365F
(143,54,95)
#803055
(128,48,85)
#712A4B
(113,42,75)
#622441
(98,36,65)
#531E37
(83,30,55)
#44182D
(68,24,45)
#351223
(53,18,35)
#260C19
(38,12,25)
#17060F
(23,6,15)
#000000
(0,0,0)

Tints of #AD4273

#AD4273
(173,66,115)
#B4537F
(180,83,127)
#BB648B
(187,100,139)
#C27597
(194,117,151)
#C986A3
(201,134,163)
#D097AF
(208,151,175)
#D7A8BB
(215,168,187)
#DEB9C7
(222,185,199)
#E5CAD3
(229,202,211)
#ECDBDF
(236,219,223)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4273 color. Also use rgb(173,66,115) instead hex code.

Text Font Color

.myTextColor { color: #AD4273; }

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

This text font color is #AD4273.

Background Color

.myBgColor { background-color: #AD4273; }

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

This div background color is #AD4273.

Border color

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

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

This div border color is #AD4273.

Opacity

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

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

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

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

This text has shadow with #AD4273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD4273.

Preview

Color preview on black background

This text has color #AD4273 on black background.


Color preview on white background

This text has color #AD4273 on white background.


Black color preview on #AD4273 background

This text has black color on #AD4273 background.


White color preview on #AD4273 background

This text has white color on #AD4273 background.


Related colors

Complementary color

Complementary color for #hex is #52BD8C.


I love getcolorcode.com

Triadic colors

1 #73AD42 and #4273AD with #AD4273 are triadic colors.

2 #7342AD and #42AD73 with #AD4273 are triadic colors.