COLOR #ADA161

HEX: #ADA161
RGB: (173,161,97)

Color info

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

RGB color model

#ADA161 color RGB value is (173,161,97).

  • red value is 173;
  • green value is 161;
  • blue value is 97.
RGB:
(173,161,97)
(68%,63%,38%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 97 of 255 = 38%

173
161
97

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

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 97 = 431 (100%)
R 173 of 431 ~ 40.14%
G 161 of 431 ~ 37.35%
B 97 of 431 ~ 22.51%

%40.14
%37.35
%22.51

CMYK color model

#ADA161 color CMYK value is (0,7,44,32).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 43.93%
  • key color value is 32.16%
CMYK:
(0,7,44,32)
C0M7Y44K32 
(0%,7%,44%,32%)
(0.00/0.07/0.44/0.32)	

CMYK percentages

%0
%6.94
%43.93
%32.16

Codes

Color #ADA161 in popluar color models

ADA161
RGB17316197
HSL51°31.67%52.94%
HSB/HSV51°43.93%67.84%
CMYK0.00%6.94%43.93%
32.16%

Color #ADA161 in popluar number systems.

HEXADA161
Decimal17316197
Binary10101101101000011100001
Octal255241141

Shades and tints

Shades of #ADA161

#ADA161
(173,161,97)
#9E9359
(158,147,89)
#8F8551
(143,133,81)
#807749
(128,119,73)
#716941
(113,105,65)
#625B39
(98,91,57)
#534D31
(83,77,49)
#443F29
(68,63,41)
#353121
(53,49,33)
#262319
(38,35,25)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADA161

#ADA161
(173,161,97)
#B4A96F
(180,169,111)
#BBB17D
(187,177,125)
#C2B98B
(194,185,139)
#C9C199
(201,193,153)
#D0C9A7
(208,201,167)
#D7D1B5
(215,209,181)
#DED9C3
(222,217,195)
#E5E1D1
(229,225,209)
#ECE9DF
(236,233,223)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA161; }

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

This text font color is #ADA161.


Background Color

.myBgColor { background-color: #ADA161; }

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

This div background color is #ADA161.


Border color

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

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

This div border color is #ADA161.


Opacity

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

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

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

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

This text has shadow with #ADA161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA161 on black background.


Color preview on white background

This text has color #ADA161 on white background.



Black color preview on #ADA161 background

This text has black color on #ADA161 background.


White color preview on #ADA161 background

This text has white color on #ADA161 background.