COLOR #ADA18C

HEX: #ADA18C RGB: (173,161,140)

Color info

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

RGB color model

#ADA18C color RGB value is (173,161,140).

RGB: (173,161,140) (68%, 63%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 140 of 255 = 55%

173
161
140

R + G + B ~ 62%. #ADA18C is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 161 + 140 = 474 (100%)
R 173 of 474 ~ 36.5%
G 161 of 474 ~ 33.97%
B 140 of 474 ~ 29.54'%

%36.5
%33.97
%29.54

CMYK color model

#ADA18C color CMYK value is (0,7,19,32).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK: (0,7,19,32) C0M7Y19K32 (0%,7%,19%,32%) (0.00/0.07/0.19/0.32) 

CMYK percentages

%0
%6.94
%19.08
%32.16

Codes

Color #ADA18C in popluar color models

AD A1 8C
RGB 173 161 140
HSL 38° 16.75% 61.37%
HSB/HSV 38° 19.08% 67.84%
CMYK 0.00% 6.94% 19.08%
32.16%

Color #ADA18C in popluar number systems.

HEX AD A1 8C
Decimal 173 161 140
Binary 10101101 10100001 10001100
Octal 255 241 214

Shades and tints

Shades of #ADA18C

#ADA18C
(173,161,140)
#9E9380
(158,147,128)
#8F8574
(143,133,116)
#807768
(128,119,104)
#71695C
(113,105,92)
#625B50
(98,91,80)
#534D44
(83,77,68)
#443F38
(68,63,56)
#35312C
(53,49,44)
#262320
(38,35,32)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADA18C

#ADA18C
(173,161,140)
#B4A996
(180,169,150)
#BBB1A0
(187,177,160)
#C2B9AA
(194,185,170)
#C9C1B4
(201,193,180)
#D0C9BE
(208,201,190)
#D7D1C8
(215,209,200)
#DED9D2
(222,217,210)
#E5E1DC
(229,225,220)
#ECE9E6
(236,233,230)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA18C; }

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

This text font color is #ADA18C.

Background Color

.myBgColor { background-color: #ADA18C; }

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

This div background color is #ADA18C.

Border color

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

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

This div border color is #ADA18C.

Opacity

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

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

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

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

This text has shadow with #ADA18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA18C.

Preview

Color preview on black background

This text has color #ADA18C on black background.


Color preview on white background

This text has color #ADA18C on white background.


Black color preview on #ADA18C background

This text has black color on #ADA18C background.


White color preview on #ADA18C background

This text has white color on #ADA18C background.


Related colors

Complementary color

Complementary color for #hex is #525E73.


I love getcolorcode.com

Triadic colors

1 #8CADA1 and #A18CAD with #ADA18C are triadic colors.

2 #8CA1AD and #A1AD8C with #ADA18C are triadic colors.