COLOR #AD466C

HEX: #AD466C
RGB: (173,70,108)

Color info

#AD466C contains mainly red color. Web safe color of #AD466C is #993366 (or #936).

RGB color model

#AD466C color RGB value is (173,70,108).

  • red value is 173;
  • green value is 70;
  • blue value is 108.
RGB:
(173,70,108)
(68%,27%,42%)

RGB channels and saturation

R 173 of 255 = 68%
G 70 of 255 = 27%
B 108 of 255 = 42%

173
70
108

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

Portions of RGB colors in percentages

R + G + B =
173 + 70 + 108 = 351 (100%)
R 173 of 351 ~ 49.29%
G 70 of 351 ~ 19.94%
B 108 of 351 ~ 30.77%

%49.29
%19.94
%30.77

CMYK color model

#AD466C color CMYK value is (0,60,38,32).

  • cyan value is 0.00%
  • magenta value is 59.54%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK:
(0,60,38,32)
C0M60Y38K32 
(0%,60%,38%,32%)
(0.00/0.60/0.38/0.32)	

CMYK percentages

%0
%59.54
%37.57
%32.16

Codes

Color #AD466C in popluar color models

AD466C
RGB17370108
HSL338°42.39%47.65%
HSB/HSV338°59.54%67.84%
CMYK0.00%59.54%37.57%
32.16%

Color #AD466C in popluar number systems.

HEXAD466C
Decimal17370108
Binary1010110110001101101100
Octal255106154

Shades and tints

Shades of #AD466C

#AD466C
(173,70,108)
#9E4063
(158,64,99)
#8F3A5A
(143,58,90)
#803451
(128,52,81)
#712E48
(113,46,72)
#62283F
(98,40,63)
#532236
(83,34,54)
#441C2D
(68,28,45)
#351624
(53,22,36)
#26101B
(38,16,27)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #AD466C

#AD466C
(173,70,108)
#B45679
(180,86,121)
#BB6686
(187,102,134)
#C27693
(194,118,147)
#C986A0
(201,134,160)
#D096AD
(208,150,173)
#D7A6BA
(215,166,186)
#DEB6C7
(222,182,199)
#E5C6D4
(229,198,212)
#ECD6E1
(236,214,225)
#F3E6EE
(243,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD466C color. Also use rgb(173,70,108) instead hex code.

Text Font Color

.myTextColor { color: #AD466C; }

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

This text font color is #AD466C.


Background Color

.myBgColor { background-color: #AD466C; }

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

This div background color is #AD466C.


Border color

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

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

This div border color is #AD466C.


Opacity

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

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

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

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

This text has shadow with #AD466C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD466C on black background.


Color preview on white background

This text has color #AD466C on white background.



Black color preview on #AD466C background

This text has black color on #AD466C background.


White color preview on #AD466C background

This text has white color on #AD466C background.