COLOR #AD9DA1

HEX: #AD9DA1 RGB: (173,157,161)

Color info

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

RGB color model

#AD9DA1 color RGB value is (173,157,161).

RGB: (173,157,161) (68%, 62%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 161 of 255 = 63%

173
157
161

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

Portions of RGB colors in percentages

R + G + B = 173 + 157 + 161 = 491 (100%)
R 173 of 491 ~ 35.23%
G 157 of 491 ~ 31.98%
B 161 of 491 ~ 32.79'%

%35.23
%31.98
%32.79

CMYK color model

#AD9DA1 color CMYK value is (0,9,7,32).

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

CMYK: (0,9,7,32)
C0M9Y7K32 (0%, 9%, 7%, 32%)
(0.00 / 0.09 / 0.07 / 0.32)

CMYK percentages

%0
%9.25
%6.94
%32.16

Codes

Color #AD9DA1 in popluar color models

AD 9D A1
RGB 173 157 161
HSL 345° 8.89% 64.71%
HSB/HSV 345° 9.25% 67.84%
CMYK 0.00% 9.25% 6.94%
32.16%

Color #AD9DA1 in popluar number systems.

HEX AD 9D A1
Decimal 173 157 161
Binary 10101101 10011101 10100001
Octal 255 235 241

Shades and tints

Shades of #AD9DA1

#AD9DA1
(173,157,161)
#9E8F93
(158,143,147)
#8F8185
(143,129,133)
#807377
(128,115,119)
#716569
(113,101,105)
#62575B
(98,87,91)
#53494D
(83,73,77)
#443B3F
(68,59,63)
#352D31
(53,45,49)
#261F23
(38,31,35)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #AD9DA1

#AD9DA1
(173,157,161)
#B4A5A9
(180,165,169)
#BBADB1
(187,173,177)
#C2B5B9
(194,181,185)
#C9BDC1
(201,189,193)
#D0C5C9
(208,197,201)
#D7CDD1
(215,205,209)
#DED5D9
(222,213,217)
#E5DDE1
(229,221,225)
#ECE5E9
(236,229,233)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9DA1; }

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

This text font color is #AD9DA1.

Background Color

.myBgColor { background-color: #AD9DA1; }

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

This div background color is #AD9DA1.

Border color

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

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

This div border color is #AD9DA1.

Opacity

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

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

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

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

This text has shadow with #AD9DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9DA1.

Preview

Color preview on black background

This text has color #AD9DA1 on black background.


Color preview on white background

This text has color #AD9DA1 on white background.


Black color preview on #AD9DA1 background

This text has black color on #AD9DA1 background.


White color preview on #AD9DA1 background

This text has white color on #AD9DA1 background.


Related colors

Complementary color

Complementary color for #hex is #52625E.


I love getcolorcode.com

Triadic colors

1 #A1AD9D and #9DA1AD with #AD9DA1 are triadic colors.

2 #A19DAD and #9DADA1 with #AD9DA1 are triadic colors.