COLOR #AD627A

HEX: #AD627A RGB: (173,98,122)

Color info

#AD627A contains mainly red and blue colors. Web safe color of #AD627A is #996666 (or #966).

RGB color model

#AD627A color RGB value is (173,98,122).

RGB: (173,98,122) (68%, 38%, 48%)

RGB channels and saturation

R 173 of 255 = 68%
G 98 of 255 = 38%
B 122 of 255 = 48%

173
98
122

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

Portions of RGB colors in percentages

R + G + B = 173 + 98 + 122 = 393 (100%)
R 173 of 393 ~ 44.02%
G 98 of 393 ~ 24.94%
B 122 of 393 ~ 31.04'%

%44.02
%24.94
%31.04

CMYK color model

#AD627A color CMYK value is (0,43,29,32).

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

CMYK: (0,43,29,32)
C0M43Y29K32 (0%, 43%, 29%, 32%)
(0.00 / 0.43 / 0.29 / 0.32)

CMYK percentages

%0
%43.35
%29.48
%32.16

Codes

Color #AD627A in popluar color models

AD 62 7A
RGB 173 98 122
HSL 341° 31.38% 53.14%
HSB/HSV 341° 43.35% 67.84%
CMYK 0.00% 43.35% 29.48%
32.16%

Color #AD627A in popluar number systems.

HEX AD 62 7A
Decimal 173 98 122
Binary 10101101 1100010 1111010
Octal 255 142 172

Shades and tints

Shades of #AD627A

#AD627A
(173,98,122)
#9E5A6F
(158,90,111)
#8F5264
(143,82,100)
#804A59
(128,74,89)
#71424E
(113,66,78)
#623A43
(98,58,67)
#533238
(83,50,56)
#442A2D
(68,42,45)
#352222
(53,34,34)
#261A17
(38,26,23)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #AD627A

#AD627A
(173,98,122)
#B47086
(180,112,134)
#BB7E92
(187,126,146)
#C28C9E
(194,140,158)
#C99AAA
(201,154,170)
#D0A8B6
(208,168,182)
#D7B6C2
(215,182,194)
#DEC4CE
(222,196,206)
#E5D2DA
(229,210,218)
#ECE0E6
(236,224,230)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD627A; }

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

This text font color is #AD627A.

Background Color

.myBgColor { background-color: #AD627A; }

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

This div background color is #AD627A.

Border color

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

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

This div border color is #AD627A.

Opacity

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

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

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

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

This text has shadow with #AD627A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD627A.

Preview

Color preview on black background

This text has color #AD627A on black background.


Color preview on white background

This text has color #AD627A on white background.


Black color preview on #AD627A background

This text has black color on #AD627A background.


White color preview on #AD627A background

This text has white color on #AD627A background.


Related colors

Complementary color

Complementary color for #hex is #529D85.


I love getcolorcode.com

Triadic colors

1 #7AAD62 and #627AAD with #AD627A are triadic colors.

2 #7A62AD and #62AD7A with #AD627A are triadic colors.