COLOR #AD628B

HEX: #AD628B RGB: (173,98,139)

Color info

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

RGB color model

#AD628B color RGB value is (173,98,139).

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

RGB channels and saturation

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

173
98
139

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

Portions of RGB colors in percentages

R + G + B = 173 + 98 + 139 = 410 (100%)
R 173 of 410 ~ 42.2%
G 98 of 410 ~ 23.9%
B 139 of 410 ~ 33.9'%

%42.2
%23.9
%33.9

CMYK color model

#AD628B color CMYK value is (0,43,20,32).

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

CMYK: (0,43,20,32)
C0M43Y20K32 (0%, 43%, 20%, 32%)
(0.00 / 0.43 / 0.20 / 0.32)

CMYK percentages

%0
%43.35
%19.65
%32.16

Codes

Color #AD628B in popluar color models

AD 62 8B
RGB 173 98 139
HSL 327° 31.38% 53.14%
HSB/HSV 327° 43.35% 67.84%
CMYK 0.00% 43.35% 19.65%
32.16%

Color #AD628B in popluar number systems.

HEX AD 62 8B
Decimal 173 98 139
Binary 10101101 1100010 10001011
Octal 255 142 213

Shades and tints

Shades of #AD628B

#AD628B
(173,98,139)
#9E5A7F
(158,90,127)
#8F5273
(143,82,115)
#804A67
(128,74,103)
#71425B
(113,66,91)
#623A4F
(98,58,79)
#533243
(83,50,67)
#442A37
(68,42,55)
#35222B
(53,34,43)
#261A1F
(38,26,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #AD628B

#AD628B
(173,98,139)
#B47095
(180,112,149)
#BB7E9F
(187,126,159)
#C28CA9
(194,140,169)
#C99AB3
(201,154,179)
#D0A8BD
(208,168,189)
#D7B6C7
(215,182,199)
#DEC4D1
(222,196,209)
#E5D2DB
(229,210,219)
#ECE0E5
(236,224,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD628B; }

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

This text font color is #AD628B.

Background Color

.myBgColor { background-color: #AD628B; }

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

This div background color is #AD628B.

Border color

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

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

This div border color is #AD628B.

Opacity

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

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

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

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

This text has shadow with #AD628B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD628B.

Preview

Color preview on black background

This text has color #AD628B on black background.


Color preview on white background

This text has color #AD628B on white background.


Black color preview on #AD628B background

This text has black color on #AD628B background.


White color preview on #AD628B background

This text has white color on #AD628B background.


Related colors

Complementary color

Complementary color for #hex is #529D74.


I love getcolorcode.com

Triadic colors

1 #8BAD62 and #628BAD with #AD628B are triadic colors.

2 #8B62AD and #62AD8B with #AD628B are triadic colors.