COLOR #AD4461

HEX: #AD4461 RGB: (173,68,97)

Color info

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

RGB color model

#AD4461 color RGB value is (173,68,97).

RGB: (173,68,97) (68%, 27%, 38%)

RGB channels and saturation

R 173 of 255 = 68%
G 68 of 255 = 27%
B 97 of 255 = 38%

173
68
97

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

Portions of RGB colors in percentages

R + G + B = 173 + 68 + 97 = 338 (100%)
R 173 of 338 ~ 51.18%
G 68 of 338 ~ 20.12%
B 97 of 338 ~ 28.7'%

%51.18
%20.12
%28.7

CMYK color model

#AD4461 color CMYK value is (0,61,44,32).

  • cyan value is 0.00%
  • magenta value is 60.69%
  • yellow value is 43.93%
  • key color value is 32.16%

CMYK: (0,61,44,32)
C0M61Y44K32 (0%, 61%, 44%, 32%)
(0.00 / 0.61 / 0.44 / 0.32)

CMYK percentages

%0
%60.69
%43.93
%32.16

Codes

Color #AD4461 in popluar color models

AD 44 61
RGB 173 68 97
HSL 343° 43.57% 47.25%
HSB/HSV 343° 60.69% 67.84%
CMYK 0.00% 60.69% 43.93%
32.16%

Color #AD4461 in popluar number systems.

HEX AD 44 61
Decimal 173 68 97
Binary 10101101 1000100 1100001
Octal 255 104 141

Shades and tints

Shades of #AD4461

#AD4461
(173,68,97)
#9E3E59
(158,62,89)
#8F3851
(143,56,81)
#803249
(128,50,73)
#712C41
(113,44,65)
#622639
(98,38,57)
#532031
(83,32,49)
#441A29
(68,26,41)
#351421
(53,20,33)
#260E19
(38,14,25)
#170811
(23,8,17)
#000000
(0,0,0)

Tints of #AD4461

#AD4461
(173,68,97)
#B4556F
(180,85,111)
#BB667D
(187,102,125)
#C2778B
(194,119,139)
#C98899
(201,136,153)
#D099A7
(208,153,167)
#D7AAB5
(215,170,181)
#DEBBC3
(222,187,195)
#E5CCD1
(229,204,209)
#ECDDDF
(236,221,223)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4461 color. Also use rgb(173,68,97) instead hex code.

Text Font Color

.myTextColor { color: #AD4461; }

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

This text font color is #AD4461.

Background Color

.myBgColor { background-color: #AD4461; }

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

This div background color is #AD4461.

Border color

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

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

This div border color is #AD4461.

Opacity

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

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

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

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

This text has shadow with #AD4461 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD4461.

Preview

Color preview on black background

This text has color #AD4461 on black background.


Color preview on white background

This text has color #AD4461 on white background.


Black color preview on #AD4461 background

This text has black color on #AD4461 background.


White color preview on #AD4461 background

This text has white color on #AD4461 background.


Related colors

Complementary color

Complementary color for #hex is #52BB9E.


I love getcolorcode.com

Triadic colors

1 #61AD44 and #4461AD with #AD4461 are triadic colors.

2 #6144AD and #44AD61 with #AD4461 are triadic colors.