COLOR #ADA19C

HEX: #ADA19C RGB: (173,161,156)

Color info

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

RGB color model

#ADA19C color RGB value is (173,161,156).

RGB: (173,161,156) (68%, 63%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 156 of 255 = 61%

173
161
156

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

Portions of RGB colors in percentages

R + G + B = 173 + 161 + 156 = 490 (100%)
R 173 of 490 ~ 35.31%
G 161 of 490 ~ 32.86%
B 156 of 490 ~ 31.84'%

%35.31
%32.86
%31.84

CMYK color model

#ADA19C color CMYK value is (0,7,10,32).

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

CMYK: (0,7,10,32)
C0M7Y10K32 (0%, 7%, 10%, 32%)
(0.00 / 0.07 / 0.10 / 0.32)

CMYK percentages

%0
%6.94
%9.83
%32.16

Codes

Color #ADA19C in popluar color models

AD A1 9C
RGB 173 161 156
HSL 18° 9.39% 64.51%
HSB/HSV 18° 9.83% 67.84%
CMYK 0.00% 6.94% 9.83%
32.16%

Color #ADA19C in popluar number systems.

HEX AD A1 9C
Decimal 173 161 156
Binary 10101101 10100001 10011100
Octal 255 241 234

Shades and tints

Shades of #ADA19C

#ADA19C
(173,161,156)
#9E938E
(158,147,142)
#8F8580
(143,133,128)
#807772
(128,119,114)
#716964
(113,105,100)
#625B56
(98,91,86)
#534D48
(83,77,72)
#443F3A
(68,63,58)
#35312C
(53,49,44)
#26231E
(38,35,30)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #ADA19C

#ADA19C
(173,161,156)
#B4A9A5
(180,169,165)
#BBB1AE
(187,177,174)
#C2B9B7
(194,185,183)
#C9C1C0
(201,193,192)
#D0C9C9
(208,201,201)
#D7D1D2
(215,209,210)
#DED9DB
(222,217,219)
#E5E1E4
(229,225,228)
#ECE9ED
(236,233,237)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA19C; }

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

This text font color is #ADA19C.

Background Color

.myBgColor { background-color: #ADA19C; }

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

This div background color is #ADA19C.

Border color

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

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

This div border color is #ADA19C.

Opacity

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

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

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

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

This text has shadow with #ADA19C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA19C.

Preview

Color preview on black background

This text has color #ADA19C on black background.


Color preview on white background

This text has color #ADA19C on white background.


Black color preview on #ADA19C background

This text has black color on #ADA19C background.


White color preview on #ADA19C background

This text has white color on #ADA19C background.


Related colors

Complementary color

Complementary color for #hex is #525E63.


I love getcolorcode.com

Triadic colors

1 #9CADA1 and #A19CAD with #ADA19C are triadic colors.

2 #9CA1AD and #A1AD9C with #ADA19C are triadic colors.