COLOR #ADA0AB

HEX: #ADA0AB RGB: (173,160,171)

Color info

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

RGB color model

#ADA0AB color RGB value is (173,160,171).

RGB: (173,160,171) (68%, 63%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 171 of 255 = 67%

173
160
171

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

Portions of RGB colors in percentages

R + G + B = 173 + 160 + 171 = 504 (100%)
R 173 of 504 ~ 34.33%
G 160 of 504 ~ 31.75%
B 171 of 504 ~ 33.93'%

%34.33
%31.75
%33.93

CMYK color model

#ADA0AB color CMYK value is (0,8,1,32).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 1.16%
  • key color value is 32.16%

CMYK: (0,8,1,32)
C0M8Y1K32 (0%, 8%, 1%, 32%)
(0.00 / 0.08 / 0.01 / 0.32)

CMYK percentages

%0
%7.51
%1.16
%32.16

Codes

Color #ADA0AB in popluar color models

AD A0 AB
RGB 173 160 171
HSL 309° 7.34% 65.29%
HSB/HSV 309° 7.51% 67.84%
CMYK 0.00% 7.51% 1.16%
32.16%

Color #ADA0AB in popluar number systems.

HEX AD A0 AB
Decimal 173 160 171
Binary 10101101 10100000 10101011
Octal 255 240 253

Shades and tints

Shades of #ADA0AB

#ADA0AB
(173,160,171)
#9E929C
(158,146,156)
#8F848D
(143,132,141)
#80767E
(128,118,126)
#71686F
(113,104,111)
#625A60
(98,90,96)
#534C51
(83,76,81)
#443E42
(68,62,66)
#353033
(53,48,51)
#262224
(38,34,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADA0AB

#ADA0AB
(173,160,171)
#B4A8B2
(180,168,178)
#BBB0B9
(187,176,185)
#C2B8C0
(194,184,192)
#C9C0C7
(201,192,199)
#D0C8CE
(208,200,206)
#D7D0D5
(215,208,213)
#DED8DC
(222,216,220)
#E5E0E3
(229,224,227)
#ECE8EA
(236,232,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA0AB color. Also use rgb(173,160,171) instead hex code.

Text Font Color

.myTextColor { color: #ADA0AB; }

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

This text font color is #ADA0AB.

Background Color

.myBgColor { background-color: #ADA0AB; }

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

This div background color is #ADA0AB.

Border color

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

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

This div border color is #ADA0AB.

Opacity

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

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

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

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

This text has shadow with #ADA0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA0AB.

Preview

Color preview on black background

This text has color #ADA0AB on black background.


Color preview on white background

This text has color #ADA0AB on white background.


Black color preview on #ADA0AB background

This text has black color on #ADA0AB background.


White color preview on #ADA0AB background

This text has white color on #ADA0AB background.


Related colors

Complementary color

Complementary color for #hex is #525F54.


I love getcolorcode.com

Triadic colors

1 #ABADA0 and #A0ABAD with #ADA0AB are triadic colors.

2 #ABA0AD and #A0ADAB with #ADA0AB are triadic colors.