COLOR #ADA171

HEX: #ADA171 RGB: (173,161,113)

Color info

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

RGB color model

#ADA171 color RGB value is (173,161,113).

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

RGB channels and saturation

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

173
161
113

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

Portions of RGB colors in percentages

R + G + B = 173 + 161 + 113 = 447 (100%)
R 173 of 447 ~ 38.7%
G 161 of 447 ~ 36.02%
B 113 of 447 ~ 25.28'%

%38.7
%36.02
%25.28

CMYK color model

#ADA171 color CMYK value is (0,7,35,32).

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

CMYK: (0,7,35,32)
C0M7Y35K32 (0%, 7%, 35%, 32%)
(0.00 / 0.07 / 0.35 / 0.32)

CMYK percentages

%0
%6.94
%34.68
%32.16

Codes

Color #ADA171 in popluar color models

AD A1 71
RGB 173 161 113
HSL 48° 26.79% 56.08%
HSB/HSV 48° 34.68% 67.84%
CMYK 0.00% 6.94% 34.68%
32.16%

Color #ADA171 in popluar number systems.

HEX AD A1 71
Decimal 173 161 113
Binary 10101101 10100001 1110001
Octal 255 241 161

Shades and tints

Shades of #ADA171

#ADA171
(173,161,113)
#9E9367
(158,147,103)
#8F855D
(143,133,93)
#807753
(128,119,83)
#716949
(113,105,73)
#625B3F
(98,91,63)
#534D35
(83,77,53)
#443F2B
(68,63,43)
#353121
(53,49,33)
#262317
(38,35,23)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #ADA171

#ADA171
(173,161,113)
#B4A97D
(180,169,125)
#BBB189
(187,177,137)
#C2B995
(194,185,149)
#C9C1A1
(201,193,161)
#D0C9AD
(208,201,173)
#D7D1B9
(215,209,185)
#DED9C5
(222,217,197)
#E5E1D1
(229,225,209)
#ECE9DD
(236,233,221)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA171; }

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

This text font color is #ADA171.

Background Color

.myBgColor { background-color: #ADA171; }

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

This div background color is #ADA171.

Border color

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

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

This div border color is #ADA171.

Opacity

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

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

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

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

This text has shadow with #ADA171 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA171.

Preview

Color preview on black background

This text has color #ADA171 on black background.


Color preview on white background

This text has color #ADA171 on white background.


Black color preview on #ADA171 background

This text has black color on #ADA171 background.


White color preview on #ADA171 background

This text has white color on #ADA171 background.


Related colors

Complementary color

Complementary color for #hex is #525E8E.


I love getcolorcode.com

Triadic colors

1 #71ADA1 and #A171AD with #ADA171 are triadic colors.

2 #71A1AD and #A1AD71 with #ADA171 are triadic colors.