COLOR #AD6381

HEX: #AD6381 RGB: (173,99,129)

Color info

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

RGB color model

#AD6381 color RGB value is (173,99,129).

RGB: (173,99,129) (68%, 39%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 99 of 255 = 39%
B 129 of 255 = 51%

173
99
129

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

Portions of RGB colors in percentages

R + G + B = 173 + 99 + 129 = 401 (100%)
R 173 of 401 ~ 43.14%
G 99 of 401 ~ 24.69%
B 129 of 401 ~ 32.17'%

%43.14
%24.69
%32.17

CMYK color model

#AD6381 color CMYK value is (0,43,25,32).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 25.43%
  • key color value is 32.16%

CMYK: (0,43,25,32)
C0M43Y25K32 (0%, 43%, 25%, 32%)
(0.00 / 0.43 / 0.25 / 0.32)

CMYK percentages

%0
%42.77
%25.43
%32.16

Codes

Color #AD6381 in popluar color models

AD 63 81
RGB 173 99 129
HSL 336° 31.09% 53.33%
HSB/HSV 336° 42.77% 67.84%
CMYK 0.00% 42.77% 25.43%
32.16%

Color #AD6381 in popluar number systems.

HEX AD 63 81
Decimal 173 99 129
Binary 10101101 1100011 10000001
Octal 255 143 201

Shades and tints

Shades of #AD6381

#AD6381
(173,99,129)
#9E5A76
(158,90,118)
#8F516B
(143,81,107)
#804860
(128,72,96)
#713F55
(113,63,85)
#62364A
(98,54,74)
#532D3F
(83,45,63)
#442434
(68,36,52)
#351B29
(53,27,41)
#26121E
(38,18,30)
#170913
(23,9,19)
#000000
(0,0,0)

Tints of #AD6381

#AD6381
(173,99,129)
#B4718C
(180,113,140)
#BB7F97
(187,127,151)
#C28DA2
(194,141,162)
#C99BAD
(201,155,173)
#D0A9B8
(208,169,184)
#D7B7C3
(215,183,195)
#DEC5CE
(222,197,206)
#E5D3D9
(229,211,217)
#ECE1E4
(236,225,228)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6381 color. Also use rgb(173,99,129) instead hex code.

Text Font Color

.myTextColor { color: #AD6381; }

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

This text font color is #AD6381.

Background Color

.myBgColor { background-color: #AD6381; }

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

This div background color is #AD6381.

Border color

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

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

This div border color is #AD6381.

Opacity

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

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

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

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

This text has shadow with #AD6381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6381.

Preview

Color preview on black background

This text has color #AD6381 on black background.


Color preview on white background

This text has color #AD6381 on white background.


Black color preview on #AD6381 background

This text has black color on #AD6381 background.


White color preview on #AD6381 background

This text has white color on #AD6381 background.


Related colors

Complementary color

Complementary color for #hex is #529C7E.


I love getcolorcode.com

Triadic colors

1 #81AD63 and #6381AD with #AD6381 are triadic colors.

2 #8163AD and #63AD81 with #AD6381 are triadic colors.