COLOR #ADA9A1

HEX: #ADA9A1 RGB: (173,169,161)

Color info

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

RGB color model

#ADA9A1 color RGB value is (173,169,161).

RGB: (173,169,161) (68%, 66%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 161 of 255 = 63%

173
169
161

R + G + B ~ 66%. #ADA9A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 169 + 161 = 503 (100%)
R 173 of 503 ~ 34.39%
G 169 of 503 ~ 33.6%
B 161 of 503 ~ 32.01'%

%34.39
%33.6
%32.01

CMYK color model

#ADA9A1 color CMYK value is (0,2,7,32).

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

CMYK: (0,2,7,32)
C0M2Y7K32 (0%, 2%, 7%, 32%)
(0.00 / 0.02 / 0.07 / 0.32)

CMYK percentages

%0
%2.31
%6.94
%32.16

Codes

Color #ADA9A1 in popluar color models

AD A9 A1
RGB 173 169 161
HSL 40° 6.82% 65.49%
HSB/HSV 40° 6.94% 67.84%
CMYK 0.00% 2.31% 6.94%
32.16%

Color #ADA9A1 in popluar number systems.

HEX AD A9 A1
Decimal 173 169 161
Binary 10101101 10101001 10100001
Octal 255 251 241

Shades and tints

Shades of #ADA9A1

#ADA9A1
(173,169,161)
#9E9A93
(158,154,147)
#8F8B85
(143,139,133)
#807C77
(128,124,119)
#716D69
(113,109,105)
#625E5B
(98,94,91)
#534F4D
(83,79,77)
#44403F
(68,64,63)
#353131
(53,49,49)
#262223
(38,34,35)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADA9A1

#ADA9A1
(173,169,161)
#B4B0A9
(180,176,169)
#BBB7B1
(187,183,177)
#C2BEB9
(194,190,185)
#C9C5C1
(201,197,193)
#D0CCC9
(208,204,201)
#D7D3D1
(215,211,209)
#DEDAD9
(222,218,217)
#E5E1E1
(229,225,225)
#ECE8E9
(236,232,233)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA9A1; }

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

This text font color is #ADA9A1.

Background Color

.myBgColor { background-color: #ADA9A1; }

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

This div background color is #ADA9A1.

Border color

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

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

This div border color is #ADA9A1.

Opacity

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

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

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

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

This text has shadow with #ADA9A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA9A1.

Preview

Color preview on black background

This text has color #ADA9A1 on black background.


Color preview on white background

This text has color #ADA9A1 on white background.


Black color preview on #ADA9A1 background

This text has black color on #ADA9A1 background.


White color preview on #ADA9A1 background

This text has white color on #ADA9A1 background.


Related colors

Complementary color

Complementary color for #hex is #52565E.


I love getcolorcode.com

Triadic colors

1 #A1ADA9 and #A9A1AD with #ADA9A1 are triadic colors.

2 #A1A9AD and #A9ADA1 with #ADA9A1 are triadic colors.