COLOR #AD467B

HEX: #AD467B RGB: (173,70,123)

Color info

#AD467B contains mainly red and blue colors. Web safe color of #AD467B is #993366 (or #936).

RGB color model

#AD467B color RGB value is (173,70,123).

RGB: (173,70,123) (68%, 27%, 48%)

RGB channels and saturation

R 173 of 255 = 68%
G 70 of 255 = 27%
B 123 of 255 = 48%

173
70
123

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

Portions of RGB colors in percentages

R + G + B = 173 + 70 + 123 = 366 (100%)
R 173 of 366 ~ 47.27%
G 70 of 366 ~ 19.13%
B 123 of 366 ~ 33.61'%

%47.27
%19.13
%33.61

CMYK color model

#AD467B color CMYK value is (0,60,29,32).

  • cyan value is 0.00%
  • magenta value is 59.54%
  • yellow value is 28.90%
  • key color value is 32.16%
CMYK: (0,60,29,32) C0M60Y29K32 (0%,60%,29%,32%) (0.00/0.60/0.29/0.32) 

CMYK percentages

%0
%59.54
%28.9
%32.16

Codes

Color #AD467B in popluar color models

AD 46 7B
RGB 173 70 123
HSL 329° 42.39% 47.65%
HSB/HSV 329° 59.54% 67.84%
CMYK 0.00% 59.54% 28.90%
32.16%

Color #AD467B in popluar number systems.

HEX AD 46 7B
Decimal 173 70 123
Binary 10101101 1000110 1111011
Octal 255 106 173

Shades and tints

Shades of #AD467B

#AD467B
(173,70,123)
#9E4070
(158,64,112)
#8F3A65
(143,58,101)
#80345A
(128,52,90)
#712E4F
(113,46,79)
#622844
(98,40,68)
#532239
(83,34,57)
#441C2E
(68,28,46)
#351623
(53,22,35)
#261018
(38,16,24)
#170A0D
(23,10,13)
#000000
(0,0,0)

Tints of #AD467B

#AD467B
(173,70,123)
#B45687
(180,86,135)
#BB6693
(187,102,147)
#C2769F
(194,118,159)
#C986AB
(201,134,171)
#D096B7
(208,150,183)
#D7A6C3
(215,166,195)
#DEB6CF
(222,182,207)
#E5C6DB
(229,198,219)
#ECD6E7
(236,214,231)
#F3E6F3
(243,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD467B; }

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

This text font color is #AD467B.

Background Color

.myBgColor { background-color: #AD467B; }

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

This div background color is #AD467B.

Border color

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

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

This div border color is #AD467B.

Opacity

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

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

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

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

This text has shadow with #AD467B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD467B.

Preview

Color preview on black background

This text has color #AD467B on black background.


Color preview on white background

This text has color #AD467B on white background.


Black color preview on #AD467B background

This text has black color on #AD467B background.


White color preview on #AD467B background

This text has white color on #AD467B background.


Related colors

Complementary color

Complementary color for #hex is #52B984.


I love getcolorcode.com

Triadic colors

1 #7BAD46 and #467BAD with #AD467B are triadic colors.

2 #7B46AD and #46AD7B with #AD467B are triadic colors.