COLOR #AD93A5

HEX: #AD93A5 RGB: (173,147,165)

Color info

#AD93A5 contains red, green and blue colors in about the same proportion. Web safe color of #AD93A5 is #999999 (or #999).

RGB color model

#AD93A5 color RGB value is (173,147,165).

RGB: (173,147,165) (68%, 58%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 165 of 255 = 65%

173
147
165

R + G + B ~ 64%. #AD93A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 147 + 165 = 485 (100%)
R 173 of 485 ~ 35.67%
G 147 of 485 ~ 30.31%
B 165 of 485 ~ 34.02'%

%35.67
%30.31
%34.02

CMYK color model

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

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

CMYK: (0,15,5,32)
C0M15Y5K32 (0%, 15%, 5%, 32%)
(0.00 / 0.15 / 0.05 / 0.32)

CMYK percentages

%0
%15.03
%4.62
%32.16

Codes

Color #AD93A5 in popluar color models

AD 93 A5
RGB 173 147 165
HSL 318° 13.68% 62.75%
HSB/HSV 318° 15.03% 67.84%
CMYK 0.00% 15.03% 4.62%
32.16%

Color #AD93A5 in popluar number systems.

HEX AD 93 A5
Decimal 173 147 165
Binary 10101101 10010011 10100101
Octal 255 223 245

Shades and tints

Shades of #AD93A5

#AD93A5
(173,147,165)
#9E8696
(158,134,150)
#8F7987
(143,121,135)
#806C78
(128,108,120)
#715F69
(113,95,105)
#62525A
(98,82,90)
#53454B
(83,69,75)
#44383C
(68,56,60)
#352B2D
(53,43,45)
#261E1E
(38,30,30)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #AD93A5

#AD93A5
(173,147,165)
#B49CAD
(180,156,173)
#BBA5B5
(187,165,181)
#C2AEBD
(194,174,189)
#C9B7C5
(201,183,197)
#D0C0CD
(208,192,205)
#D7C9D5
(215,201,213)
#DED2DD
(222,210,221)
#E5DBE5
(229,219,229)
#ECE4ED
(236,228,237)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD93A5; }

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

This text font color is #AD93A5.

Background Color

.myBgColor { background-color: #AD93A5; }

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

This div background color is #AD93A5.

Border color

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

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

This div border color is #AD93A5.

Opacity

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

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

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

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

This text has shadow with #AD93A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD93A5.

Preview

Color preview on black background

This text has color #AD93A5 on black background.


Color preview on white background

This text has color #AD93A5 on white background.


Black color preview on #AD93A5 background

This text has black color on #AD93A5 background.


White color preview on #AD93A5 background

This text has white color on #AD93A5 background.


Related colors

Complementary color

Complementary color for #hex is #526C5A.


I love getcolorcode.com

Triadic colors

1 #A5AD93 and #93A5AD with #AD93A5 are triadic colors.

2 #A593AD and #93ADA5 with #AD93A5 are triadic colors.