COLOR #ADA16F

HEX: #ADA16F RGB: (173,161,111)

Color info

#ADA16F contains mainly red and green colors. Web safe color of #ADA16F is #999966 (or #996).

RGB color model

#ADA16F color RGB value is (173,161,111).

RGB: (173,161,111) (68%, 63%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 111 of 255 = 44%

173
161
111

R + G + B ~ 58%. #ADA16F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 161 + 111 = 445 (100%)
R 173 of 445 ~ 38.88%
G 161 of 445 ~ 36.18%
B 111 of 445 ~ 24.94'%

%38.88
%36.18
%24.94

CMYK color model

#ADA16F color CMYK value is (0,7,36,32).

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

CMYK: (0,7,36,32)
C0M7Y36K32 (0%, 7%, 36%, 32%)
(0.00 / 0.07 / 0.36 / 0.32)

CMYK percentages

%0
%6.94
%35.84
%32.16

Codes

Color #ADA16F in popluar color models

AD A1 6F
RGB 173 161 111
HSL 48° 27.43% 55.69%
HSB/HSV 48° 35.84% 67.84%
CMYK 0.00% 6.94% 35.84%
32.16%

Color #ADA16F in popluar number systems.

HEX AD A1 6F
Decimal 173 161 111
Binary 10101101 10100001 1101111
Octal 255 241 157

Shades and tints

Shades of #ADA16F

#ADA16F
(173,161,111)
#9E9365
(158,147,101)
#8F855B
(143,133,91)
#807751
(128,119,81)
#716947
(113,105,71)
#625B3D
(98,91,61)
#534D33
(83,77,51)
#443F29
(68,63,41)
#35311F
(53,49,31)
#262315
(38,35,21)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #ADA16F

#ADA16F
(173,161,111)
#B4A97C
(180,169,124)
#BBB189
(187,177,137)
#C2B996
(194,185,150)
#C9C1A3
(201,193,163)
#D0C9B0
(208,201,176)
#D7D1BD
(215,209,189)
#DED9CA
(222,217,202)
#E5E1D7
(229,225,215)
#ECE9E4
(236,233,228)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA16F; }

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

This text font color is #ADA16F.

Background Color

.myBgColor { background-color: #ADA16F; }

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

This div background color is #ADA16F.

Border color

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

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

This div border color is #ADA16F.

Opacity

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

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

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

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

This text has shadow with #ADA16F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA16F.

Preview

Color preview on black background

This text has color #ADA16F on black background.


Color preview on white background

This text has color #ADA16F on white background.


Black color preview on #ADA16F background

This text has black color on #ADA16F background.


White color preview on #ADA16F background

This text has white color on #ADA16F background.


Related colors

Complementary color

Complementary color for #hex is #525E90.


I love getcolorcode.com

Triadic colors

1 #6FADA1 and #A16FAD with #ADA16F are triadic colors.

2 #6FA1AD and #A1AD6F with #ADA16F are triadic colors.