COLOR #AD0F56

HEX: #AD0F56
RGB: (173,15,86)

Color info

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

RGB color model

#AD0F56 color RGB value is (173,15,86).

  • red value is 173;
  • green value is 15;
  • blue value is 86.
RGB:
(173,15,86)
(68%,6%,34%)

RGB channels and saturation

R 173 of 255 = 68%
G 15 of 255 = 6%
B 86 of 255 = 34%

173
15
86

R + G + B ~ 36%. #AD0F56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 15 + 86 = 274 (100%)
R 173 of 274 ~ 63.14%
G 15 of 274 ~ 5.47%
B 86 of 274 ~ 31.39%

%63.14
%31.39

CMYK color model

#AD0F56 color CMYK value is (0,91,50,32).

  • cyan value is 0.00%
  • magenta value is 91.33%
  • yellow value is 50.29%
  • key color value is 32.16%
CMYK:
(0,91,50,32)
C0M91Y50K32 
(0%,91%,50%,32%)
(0.00/0.91/0.50/0.32)	

CMYK percentages

%0
%91.33
%50.29
%32.16

Codes

Color #AD0F56 in popluar color models

AD0F56
RGB1731586
HSL333°84.04%36.86%
HSB/HSV333°91.33%67.84%
CMYK0.00%91.33%50.29%
32.16%

Color #AD0F56 in popluar number systems.

HEXAD0F56
Decimal1731586
Binary1010110111111010110
Octal25517126

Shades and tints

Shades of #AD0F56

#AD0F56
(173,15,86)
#9E0E4F
(158,14,79)
#8F0D48
(143,13,72)
#800C41
(128,12,65)
#710B3A
(113,11,58)
#620A33
(98,10,51)
#53092C
(83,9,44)
#440825
(68,8,37)
#35071E
(53,7,30)
#260617
(38,6,23)
#170510
(23,5,16)
#000000
(0,0,0)

Tints of #AD0F56

#AD0F56
(173,15,86)
#B42465
(180,36,101)
#BB3974
(187,57,116)
#C24E83
(194,78,131)
#C96392
(201,99,146)
#D078A1
(208,120,161)
#D78DB0
(215,141,176)
#DEA2BF
(222,162,191)
#E5B7CE
(229,183,206)
#ECCCDD
(236,204,221)
#F3E1EC
(243,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD0F56 color. Also use rgb(173,15,86) instead hex code.

Text Font Color

.myTextColor { color: #AD0F56; }

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

This text font color is #AD0F56.


Background Color

.myBgColor { background-color: #AD0F56; }

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

This div background color is #AD0F56.


Border color

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

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

This div border color is #AD0F56.


Opacity

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

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

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

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

This text has shadow with #AD0F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD0F56 on black background.


Color preview on white background

This text has color #AD0F56 on white background.



Black color preview on #AD0F56 background

This text has black color on #AD0F56 background.


White color preview on #AD0F56 background

This text has white color on #AD0F56 background.