COLOR #AD2B52

HEX: #AD2B52 RGB: (173,43,82)

Color info

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

RGB color model

#AD2B52 color RGB value is (173,43,82).

RGB: (173,43,82) (68%, 17%, 32%)

RGB channels and saturation

R 173 of 255 = 68%
G 43 of 255 = 17%
B 82 of 255 = 32%

173
43
82

R + G + B ~ 39%. #AD2B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 173 + 43 + 82 = 298 (100%)
R 173 of 298 ~ 58.05%
G 43 of 298 ~ 14.43%
B 82 of 298 ~ 27.52'%

%58.05
%14.43
%27.52

CMYK color model

#AD2B52 color CMYK value is (0,75,53,32).

  • cyan value is 0.00%
  • magenta value is 75.14%
  • yellow value is 52.60%
  • key color value is 32.16%

CMYK: (0,75,53,32)
C0M75Y53K32 (0%, 75%, 53%, 32%)
(0.00 / 0.75 / 0.53 / 0.32)

CMYK percentages

%0
%75.14
%52.6
%32.16

Codes

Color #AD2B52 in popluar color models

AD 2B 52
RGB 173 43 82
HSL 342° 60.19% 42.35%
HSB/HSV 342° 75.14% 67.84%
CMYK 0.00% 75.14% 52.60%
32.16%

Color #AD2B52 in popluar number systems.

HEX AD 2B 52
Decimal 173 43 82
Binary 10101101 101011 1010010
Octal 255 53 122

Shades and tints

Shades of #AD2B52

#AD2B52
(173,43,82)
#9E284B
(158,40,75)
#8F2544
(143,37,68)
#80223D
(128,34,61)
#711F36
(113,31,54)
#621C2F
(98,28,47)
#531928
(83,25,40)
#441621
(68,22,33)
#35131A
(53,19,26)
#261013
(38,16,19)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #AD2B52

#AD2B52
(173,43,82)
#B43E61
(180,62,97)
#BB5170
(187,81,112)
#C2647F
(194,100,127)
#C9778E
(201,119,142)
#D08A9D
(208,138,157)
#D79DAC
(215,157,172)
#DEB0BB
(222,176,187)
#E5C3CA
(229,195,202)
#ECD6D9
(236,214,217)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD2B52 color. Also use rgb(173,43,82) instead hex code.

Text Font Color

.myTextColor { color: #AD2B52; }

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

This text font color is #AD2B52.

Background Color

.myBgColor { background-color: #AD2B52; }

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

This div background color is #AD2B52.

Border color

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

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

This div border color is #AD2B52.

Opacity

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

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

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

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

This text has shadow with #AD2B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD2B52.

Preview

Color preview on black background

This text has color #AD2B52 on black background.


Color preview on white background

This text has color #AD2B52 on white background.


Black color preview on #AD2B52 background

This text has black color on #AD2B52 background.


White color preview on #AD2B52 background

This text has white color on #AD2B52 background.


Related colors

Complementary color

Complementary color for #hex is #52D4AD.


I love getcolorcode.com

Triadic colors

1 #52AD2B and #2B52AD with #AD2B52 are triadic colors.

2 #522BAD and #2BAD52 with #AD2B52 are triadic colors.