COLOR #AD185F

HEX: #AD185F
RGB: (173,24,95)

Color info

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

RGB color model

#AD185F color RGB value is (173,24,95).

  • red value is 173;
  • green value is 24;
  • blue value is 95.
RGB:
(173,24,95)
(68%,9%,37%)

RGB channels and saturation

R 173 of 255 = 68%
G 24 of 255 = 9%
B 95 of 255 = 37%

173
24
95

R + G + B ~ 38%. #AD185F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 24 + 95 = 292 (100%)
R 173 of 292 ~ 59.25%
G 24 of 292 ~ 8.22%
B 95 of 292 ~ 32.53%

%59.25
%32.53

CMYK color model

#AD185F color CMYK value is (0,86,45,32).

  • cyan value is 0.00%
  • magenta value is 86.13%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK:
(0,86,45,32)
C0M86Y45K32 
(0%,86%,45%,32%)
(0.00/0.86/0.45/0.32)	

CMYK percentages

%0
%86.13
%45.09
%32.16

Codes

Color #AD185F in popluar color models

AD185F
RGB1732495
HSL331°75.63%38.63%
HSB/HSV331°86.13%67.84%
CMYK0.00%86.13%45.09%
32.16%

Color #AD185F in popluar number systems.

HEXAD185F
Decimal1732495
Binary10101101110001011111
Octal25530137

Shades and tints

Shades of #AD185F

#AD185F
(173,24,95)
#9E1657
(158,22,87)
#8F144F
(143,20,79)
#801247
(128,18,71)
#71103F
(113,16,63)
#620E37
(98,14,55)
#530C2F
(83,12,47)
#440A27
(68,10,39)
#35081F
(53,8,31)
#260617
(38,6,23)
#17040F
(23,4,15)
#000000
(0,0,0)

Tints of #AD185F

#AD185F
(173,24,95)
#B42D6D
(180,45,109)
#BB427B
(187,66,123)
#C25789
(194,87,137)
#C96C97
(201,108,151)
#D081A5
(208,129,165)
#D796B3
(215,150,179)
#DEABC1
(222,171,193)
#E5C0CF
(229,192,207)
#ECD5DD
(236,213,221)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD185F color. Also use rgb(173,24,95) instead hex code.

Text Font Color

.myTextColor { color: #AD185F; }

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

This text font color is #AD185F.


Background Color

.myBgColor { background-color: #AD185F; }

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

This div background color is #AD185F.


Border color

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

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

This div border color is #AD185F.


Opacity

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

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

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

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

This text has shadow with #AD185F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD185F on black background.


Color preview on white background

This text has color #AD185F on white background.



Black color preview on #AD185F background

This text has black color on #AD185F background.


White color preview on #AD185F background

This text has white color on #AD185F background.