COLOR #AD115B

HEX: #AD115B RGB: (173,17,91)

Color info

#AD115B contains mainly red color. Web safe color of #AD115B is #990066 (or #906).

RGB color model

#AD115B color RGB value is (173,17,91).

RGB: (173,17,91) (68%, 7%, 36%)

RGB channels and saturation

R 173 of 255 = 68%
G 17 of 255 = 7%
B 91 of 255 = 36%

173
17
91

R + G + B ~ 37%. #AD115B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 173 + 17 + 91 = 281 (100%)
R 173 of 281 ~ 61.57%
G 17 of 281 ~ 6.05%
B 91 of 281 ~ 32.38'%

%61.57
%32.38

CMYK color model

#AD115B color CMYK value is (0,90,47,32).

  • cyan value is 0.00%
  • magenta value is 90.17%
  • yellow value is 47.40%
  • key color value is 32.16%

CMYK: (0,90,47,32)
C0M90Y47K32 (0%, 90%, 47%, 32%)
(0.00 / 0.90 / 0.47 / 0.32)

CMYK percentages

%0
%90.17
%47.4
%32.16

Codes

Color #AD115B in popluar color models

AD 11 5B
RGB 173 17 91
HSL 332° 82.11% 37.25%
HSB/HSV 332° 90.17% 67.84%
CMYK 0.00% 90.17% 47.40%
32.16%

Color #AD115B in popluar number systems.

HEX AD 11 5B
Decimal 173 17 91
Binary 10101101 10001 1011011
Octal 255 21 133

Shades and tints

Shades of #AD115B

#AD115B
(173,17,91)
#9E1053
(158,16,83)
#8F0F4B
(143,15,75)
#800E43
(128,14,67)
#710D3B
(113,13,59)
#620C33
(98,12,51)
#530B2B
(83,11,43)
#440A23
(68,10,35)
#35091B
(53,9,27)
#260813
(38,8,19)
#17070B
(23,7,11)
#000000
(0,0,0)

Tints of #AD115B

#AD115B
(173,17,91)
#B42669
(180,38,105)
#BB3B77
(187,59,119)
#C25085
(194,80,133)
#C96593
(201,101,147)
#D07AA1
(208,122,161)
#D78FAF
(215,143,175)
#DEA4BD
(222,164,189)
#E5B9CB
(229,185,203)
#ECCED9
(236,206,217)
#F3E3E7
(243,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD115B color. Also use rgb(173,17,91) instead hex code.

Text Font Color

.myTextColor { color: #AD115B; }

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

This text font color is #AD115B.

Background Color

.myBgColor { background-color: #AD115B; }

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

This div background color is #AD115B.

Border color

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

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

This div border color is #AD115B.

Opacity

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

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

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

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

This text has shadow with #AD115B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD115B.

Preview

Color preview on black background

This text has color #AD115B on black background.


Color preview on white background

This text has color #AD115B on white background.


Black color preview on #AD115B background

This text has black color on #AD115B background.


White color preview on #AD115B background

This text has white color on #AD115B background.


Related colors

Complementary color

Complementary color for #hex is #52EEA4.


I love getcolorcode.com

Triadic colors

1 #5BAD11 and #115BAD with #AD115B are triadic colors.

2 #5B11AD and #11AD5B with #AD115B are triadic colors.