COLOR #AD75A5

HEX: #AD75A5 RGB: (173,117,165)

Color info

#AD75A5 contains red, green and blue colors in about the same proportion. Web safe color of #AD75A5 is #996699 (or #969).

RGB color model

#AD75A5 color RGB value is (173,117,165).

RGB: (173,117,165) (68%, 46%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 117 of 255 = 46%
B 165 of 255 = 65%

173
117
165

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

Portions of RGB colors in percentages

R + G + B = 173 + 117 + 165 = 455 (100%)
R 173 of 455 ~ 38.02%
G 117 of 455 ~ 25.71%
B 165 of 455 ~ 36.26'%

%38.02
%25.71
%36.26

CMYK color model

#AD75A5 color CMYK value is (0,32,5,32).

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 4.62%
  • key color value is 32.16%

CMYK: (0,32,5,32)
C0M32Y5K32 (0%, 32%, 5%, 32%)
(0.00 / 0.32 / 0.05 / 0.32)

CMYK percentages

%0
%32.37
%4.62
%32.16

Codes

Color #AD75A5 in popluar color models

AD 75 A5
RGB 173 117 165
HSL 309° 25.45% 56.86%
HSB/HSV 309° 32.37% 67.84%
CMYK 0.00% 32.37% 4.62%
32.16%

Color #AD75A5 in popluar number systems.

HEX AD 75 A5
Decimal 173 117 165
Binary 10101101 1110101 10100101
Octal 255 165 245

Shades and tints

Shades of #AD75A5

#AD75A5
(173,117,165)
#9E6B96
(158,107,150)
#8F6187
(143,97,135)
#805778
(128,87,120)
#714D69
(113,77,105)
#62435A
(98,67,90)
#53394B
(83,57,75)
#442F3C
(68,47,60)
#35252D
(53,37,45)
#261B1E
(38,27,30)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #AD75A5

#AD75A5
(173,117,165)
#B481AD
(180,129,173)
#BB8DB5
(187,141,181)
#C299BD
(194,153,189)
#C9A5C5
(201,165,197)
#D0B1CD
(208,177,205)
#D7BDD5
(215,189,213)
#DEC9DD
(222,201,221)
#E5D5E5
(229,213,229)
#ECE1ED
(236,225,237)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD75A5 color. Also use rgb(173,117,165) instead hex code.

Text Font Color

.myTextColor { color: #AD75A5; }

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

This text font color is #AD75A5.

Background Color

.myBgColor { background-color: #AD75A5; }

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

This div background color is #AD75A5.

Border color

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

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

This div border color is #AD75A5.

Opacity

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

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

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

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

This text has shadow with #AD75A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD75A5.

Preview

Color preview on black background

This text has color #AD75A5 on black background.


Color preview on white background

This text has color #AD75A5 on white background.


Black color preview on #AD75A5 background

This text has black color on #AD75A5 background.


White color preview on #AD75A5 background

This text has white color on #AD75A5 background.


Related colors

Complementary color

Complementary color for #hex is #528A5A.


I love getcolorcode.com

Triadic colors

1 #A5AD75 and #75A5AD with #AD75A5 are triadic colors.

2 #A575AD and #75ADA5 with #AD75A5 are triadic colors.