COLOR #AD4065

HEX: #AD4065 RGB: (173,64,101)

Color info

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

RGB color model

#AD4065 color RGB value is (173,64,101).

RGB: (173,64,101) (68%, 25%, 40%)

RGB channels and saturation

R 173 of 255 = 68%
G 64 of 255 = 25%
B 101 of 255 = 40%

173
64
101

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

Portions of RGB colors in percentages

R + G + B = 173 + 64 + 101 = 338 (100%)
R 173 of 338 ~ 51.18%
G 64 of 338 ~ 18.93%
B 101 of 338 ~ 29.88'%

%51.18
%18.93
%29.88

CMYK color model

#AD4065 color CMYK value is (0,63,42,32).

  • cyan value is 0.00%
  • magenta value is 63.01%
  • yellow value is 41.62%
  • key color value is 32.16%

CMYK: (0,63,42,32)
C0M63Y42K32 (0%, 63%, 42%, 32%)
(0.00 / 0.63 / 0.42 / 0.32)

CMYK percentages

%0
%63.01
%41.62
%32.16

Codes

Color #AD4065 in popluar color models

AD 40 65
RGB 173 64 101
HSL 340° 45.99% 46.47%
HSB/HSV 340° 63.01% 67.84%
CMYK 0.00% 63.01% 41.62%
32.16%

Color #AD4065 in popluar number systems.

HEX AD 40 65
Decimal 173 64 101
Binary 10101101 1000000 1100101
Octal 255 100 145

Shades and tints

Shades of #AD4065

#AD4065
(173,64,101)
#9E3B5C
(158,59,92)
#8F3653
(143,54,83)
#80314A
(128,49,74)
#712C41
(113,44,65)
#622738
(98,39,56)
#53222F
(83,34,47)
#441D26
(68,29,38)
#35181D
(53,24,29)
#261314
(38,19,20)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #AD4065

#AD4065
(173,64,101)
#B45173
(180,81,115)
#BB6281
(187,98,129)
#C2738F
(194,115,143)
#C9849D
(201,132,157)
#D095AB
(208,149,171)
#D7A6B9
(215,166,185)
#DEB7C7
(222,183,199)
#E5C8D5
(229,200,213)
#ECD9E3
(236,217,227)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4065 color. Also use rgb(173,64,101) instead hex code.

Text Font Color

.myTextColor { color: #AD4065; }

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

This text font color is #AD4065.

Background Color

.myBgColor { background-color: #AD4065; }

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

This div background color is #AD4065.

Border color

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

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

This div border color is #AD4065.

Opacity

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

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

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

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

This text has shadow with #AD4065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD4065.

Preview

Color preview on black background

This text has color #AD4065 on black background.


Color preview on white background

This text has color #AD4065 on white background.


Black color preview on #AD4065 background

This text has black color on #AD4065 background.


White color preview on #AD4065 background

This text has white color on #AD4065 background.


Related colors

Complementary color

Complementary color for #hex is #52BF9A.


I love getcolorcode.com

Triadic colors

1 #65AD40 and #4065AD with #AD4065 are triadic colors.

2 #6540AD and #40AD65 with #AD4065 are triadic colors.