COLOR #AD618B

HEX: #AD618B RGB: (173,97,139)

Color info

#AD618B contains mainly red and blue colors. Web safe color of #AD618B is #996699 (or #969).

RGB color model

#AD618B color RGB value is (173,97,139).

RGB: (173,97,139) (68%, 38%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 97 of 255 = 38%
B 139 of 255 = 55%

173
97
139

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

Portions of RGB colors in percentages

R + G + B = 173 + 97 + 139 = 409 (100%)
R 173 of 409 ~ 42.3%
G 97 of 409 ~ 23.72%
B 139 of 409 ~ 33.99'%

%42.3
%23.72
%33.99

CMYK color model

#AD618B color CMYK value is (0,44,20,32).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 19.65%
  • key color value is 32.16%

CMYK: (0,44,20,32)
C0M44Y20K32 (0%, 44%, 20%, 32%)
(0.00 / 0.44 / 0.20 / 0.32)

CMYK percentages

%0
%43.93
%19.65
%32.16

Codes

Color #AD618B in popluar color models

AD 61 8B
RGB 173 97 139
HSL 327° 31.67% 52.94%
HSB/HSV 327° 43.93% 67.84%
CMYK 0.00% 43.93% 19.65%
32.16%

Color #AD618B in popluar number systems.

HEX AD 61 8B
Decimal 173 97 139
Binary 10101101 1100001 10001011
Octal 255 141 213

Shades and tints

Shades of #AD618B

#AD618B
(173,97,139)
#9E597F
(158,89,127)
#8F5173
(143,81,115)
#804967
(128,73,103)
#71415B
(113,65,91)
#62394F
(98,57,79)
#533143
(83,49,67)
#442937
(68,41,55)
#35212B
(53,33,43)
#26191F
(38,25,31)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #AD618B

#AD618B
(173,97,139)
#B46F95
(180,111,149)
#BB7D9F
(187,125,159)
#C28BA9
(194,139,169)
#C999B3
(201,153,179)
#D0A7BD
(208,167,189)
#D7B5C7
(215,181,199)
#DEC3D1
(222,195,209)
#E5D1DB
(229,209,219)
#ECDFE5
(236,223,229)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD618B color. Also use rgb(173,97,139) instead hex code.

Text Font Color

.myTextColor { color: #AD618B; }

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

This text font color is #AD618B.

Background Color

.myBgColor { background-color: #AD618B; }

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

This div background color is #AD618B.

Border color

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

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

This div border color is #AD618B.

Opacity

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

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

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

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

This text has shadow with #AD618B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD618B.

Preview

Color preview on black background

This text has color #AD618B on black background.


Color preview on white background

This text has color #AD618B on white background.


Black color preview on #AD618B background

This text has black color on #AD618B background.


White color preview on #AD618B background

This text has white color on #AD618B background.


Related colors

Complementary color

Complementary color for #hex is #529E74.


I love getcolorcode.com

Triadic colors

1 #8BAD61 and #618BAD with #AD618B are triadic colors.

2 #8B61AD and #61AD8B with #AD618B are triadic colors.