COLOR #AD6392

HEX: #AD6392 RGB: (173,99,146)

Color info

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

RGB color model

#AD6392 color RGB value is (173,99,146).

RGB: (173,99,146) (68%, 39%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 99 of 255 = 39%
B 146 of 255 = 57%

173
99
146

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

Portions of RGB colors in percentages

R + G + B = 173 + 99 + 146 = 418 (100%)
R 173 of 418 ~ 41.39%
G 99 of 418 ~ 23.68%
B 146 of 418 ~ 34.93'%

%41.39
%23.68
%34.93

CMYK color model

#AD6392 color CMYK value is (0,43,16,32).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK: (0,43,16,32) C0M43Y16K32 (0%,43%,16%,32%) (0.00/0.43/0.16/0.32) 

CMYK percentages

%0
%42.77
%15.61
%32.16

Codes

Color #AD6392 in popluar color models

AD 63 92
RGB 173 99 146
HSL 322° 31.09% 53.33%
HSB/HSV 322° 42.77% 67.84%
CMYK 0.00% 42.77% 15.61%
32.16%

Color #AD6392 in popluar number systems.

HEX AD 63 92
Decimal 173 99 146
Binary 10101101 1100011 10010010
Octal 255 143 222

Shades and tints

Shades of #AD6392

#AD6392
(173,99,146)
#9E5A85
(158,90,133)
#8F5178
(143,81,120)
#80486B
(128,72,107)
#713F5E
(113,63,94)
#623651
(98,54,81)
#532D44
(83,45,68)
#442437
(68,36,55)
#351B2A
(53,27,42)
#26121D
(38,18,29)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #AD6392

#AD6392
(173,99,146)
#B4719B
(180,113,155)
#BB7FA4
(187,127,164)
#C28DAD
(194,141,173)
#C99BB6
(201,155,182)
#D0A9BF
(208,169,191)
#D7B7C8
(215,183,200)
#DEC5D1
(222,197,209)
#E5D3DA
(229,211,218)
#ECE1E3
(236,225,227)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6392; }

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

This text font color is #AD6392.

Background Color

.myBgColor { background-color: #AD6392; }

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

This div background color is #AD6392.

Border color

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

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

This div border color is #AD6392.

Opacity

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

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

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

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

This text has shadow with #AD6392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6392.

Preview

Color preview on black background

This text has color #AD6392 on black background.


Color preview on white background

This text has color #AD6392 on white background.


Black color preview on #AD6392 background

This text has black color on #AD6392 background.


White color preview on #AD6392 background

This text has white color on #AD6392 background.


Related colors

Complementary color

Complementary color for #hex is #529C6D.


I love getcolorcode.com

Triadic colors

1 #92AD63 and #6392AD with #AD6392 are triadic colors.

2 #9263AD and #63AD92 with #AD6392 are triadic colors.