COLOR #AD93A1

HEX: #AD93A1 RGB: (173,147,161)

Color info

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

RGB color model

#AD93A1 color RGB value is (173,147,161).

RGB: (173,147,161) (68%, 58%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 161 of 255 = 63%

173
147
161

R + G + B ~ 63%. #AD93A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 147 + 161 = 481 (100%)
R 173 of 481 ~ 35.97%
G 147 of 481 ~ 30.56%
B 161 of 481 ~ 33.47'%

%35.97
%30.56
%33.47

CMYK color model

#AD93A1 color CMYK value is (0,15,7,32).

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

CMYK: (0,15,7,32)
C0M15Y7K32 (0%, 15%, 7%, 32%)
(0.00 / 0.15 / 0.07 / 0.32)

CMYK percentages

%0
%15.03
%6.94
%32.16

Codes

Color #AD93A1 in popluar color models

AD 93 A1
RGB 173 147 161
HSL 328° 13.68% 62.75%
HSB/HSV 328° 15.03% 67.84%
CMYK 0.00% 15.03% 6.94%
32.16%

Color #AD93A1 in popluar number systems.

HEX AD 93 A1
Decimal 173 147 161
Binary 10101101 10010011 10100001
Octal 255 223 241

Shades and tints

Shades of #AD93A1

#AD93A1
(173,147,161)
#9E8693
(158,134,147)
#8F7985
(143,121,133)
#806C77
(128,108,119)
#715F69
(113,95,105)
#62525B
(98,82,91)
#53454D
(83,69,77)
#44383F
(68,56,63)
#352B31
(53,43,49)
#261E23
(38,30,35)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #AD93A1

#AD93A1
(173,147,161)
#B49CA9
(180,156,169)
#BBA5B1
(187,165,177)
#C2AEB9
(194,174,185)
#C9B7C1
(201,183,193)
#D0C0C9
(208,192,201)
#D7C9D1
(215,201,209)
#DED2D9
(222,210,217)
#E5DBE1
(229,219,225)
#ECE4E9
(236,228,233)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD93A1; }

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

This text font color is #AD93A1.

Background Color

.myBgColor { background-color: #AD93A1; }

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

This div background color is #AD93A1.

Border color

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

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

This div border color is #AD93A1.

Opacity

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

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

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

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

This text has shadow with #AD93A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD93A1.

Preview

Color preview on black background

This text has color #AD93A1 on black background.


Color preview on white background

This text has color #AD93A1 on white background.


Black color preview on #AD93A1 background

This text has black color on #AD93A1 background.


White color preview on #AD93A1 background

This text has white color on #AD93A1 background.


Related colors

Complementary color

Complementary color for #hex is #526C5E.


I love getcolorcode.com

Triadic colors

1 #A1AD93 and #93A1AD with #AD93A1 are triadic colors.

2 #A193AD and #93ADA1 with #AD93A1 are triadic colors.