COLOR #AD2A5F

HEX: #AD2A5F
RGB: (173,42,95)

Color info

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

RGB color model

#AD2A5F color RGB value is (173,42,95).

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

RGB channels and saturation

R 173 of 255 = 68%
G 42 of 255 = 16%
B 95 of 255 = 37%

173
42
95

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

Portions of RGB colors in percentages

R + G + B =
173 + 42 + 95 = 310 (100%)
R 173 of 310 ~ 55.81%
G 42 of 310 ~ 13.55%
B 95 of 310 ~ 30.65%

%55.81
%13.55
%30.65

CMYK color model

#AD2A5F color CMYK value is (0,76,45,32).

  • cyan value is 0.00%
  • magenta value is 75.72%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK:
(0,76,45,32)
C0M76Y45K32 
(0%,76%,45%,32%)
(0.00/0.76/0.45/0.32)	

CMYK percentages

%0
%75.72
%45.09
%32.16

Codes

Color #AD2A5F in popluar color models

AD2A5F
RGB1734295
HSL336°60.93%42.16%
HSB/HSV336°75.72%67.84%
CMYK0.00%75.72%45.09%
32.16%

Color #AD2A5F in popluar number systems.

HEXAD2A5F
Decimal1734295
Binary101011011010101011111
Octal25552137

Shades and tints

Shades of #AD2A5F

#AD2A5F
(173,42,95)
#9E2757
(158,39,87)
#8F244F
(143,36,79)
#802147
(128,33,71)
#711E3F
(113,30,63)
#621B37
(98,27,55)
#53182F
(83,24,47)
#441527
(68,21,39)
#35121F
(53,18,31)
#260F17
(38,15,23)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #AD2A5F

#AD2A5F
(173,42,95)
#B43D6D
(180,61,109)
#BB507B
(187,80,123)
#C26389
(194,99,137)
#C97697
(201,118,151)
#D089A5
(208,137,165)
#D79CB3
(215,156,179)
#DEAFC1
(222,175,193)
#E5C2CF
(229,194,207)
#ECD5DD
(236,213,221)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD2A5F; }

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

This text font color is #AD2A5F.


Background Color

.myBgColor { background-color: #AD2A5F; }

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

This div background color is #AD2A5F.


Border color

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

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

This div border color is #AD2A5F.


Opacity

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

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

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

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

This text has shadow with #AD2A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD2A5F on black background.


Color preview on white background

This text has color #AD2A5F on white background.



Black color preview on #AD2A5F background

This text has black color on #AD2A5F background.


White color preview on #AD2A5F background

This text has white color on #AD2A5F background.