COLOR #ADA856

HEX: #ADA856
RGB: (173,168,86)

Color info

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

RGB color model

#ADA856 color RGB value is (173,168,86).

  • red value is 173;
  • green value is 168;
  • blue value is 86.
RGB:
(173,168,86)
(68%,66%,34%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 86 of 255 = 34%

173
168
86

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

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 86 = 427 (100%)
R 173 of 427 ~ 40.52%
G 168 of 427 ~ 39.34%
B 86 of 427 ~ 20.14%

%40.52
%39.34
%20.14

CMYK color model

#ADA856 color CMYK value is (0,3,50,32).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 50.29%
  • key color value is 32.16%
CMYK:
(0,3,50,32)
C0M3Y50K32 
(0%,3%,50%,32%)
(0.00/0.03/0.50/0.32)	

CMYK percentages

%0
%2.89
%50.29
%32.16

Codes

Color #ADA856 in popluar color models

ADA856
RGB17316886
HSL57°34.66%50.78%
HSB/HSV57°50.29%67.84%
CMYK0.00%2.89%50.29%
32.16%

Color #ADA856 in popluar number systems.

HEXADA856
Decimal17316886
Binary10101101101010001010110
Octal255250126

Shades and tints

Shades of #ADA856

#ADA856
(173,168,86)
#9E994F
(158,153,79)
#8F8A48
(143,138,72)
#807B41
(128,123,65)
#716C3A
(113,108,58)
#625D33
(98,93,51)
#534E2C
(83,78,44)
#443F25
(68,63,37)
#35301E
(53,48,30)
#262117
(38,33,23)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #ADA856

#ADA856
(173,168,86)
#B4AF65
(180,175,101)
#BBB674
(187,182,116)
#C2BD83
(194,189,131)
#C9C492
(201,196,146)
#D0CBA1
(208,203,161)
#D7D2B0
(215,210,176)
#DED9BF
(222,217,191)
#E5E0CE
(229,224,206)
#ECE7DD
(236,231,221)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA856 color. Also use rgb(173,168,86) instead hex code.

Text Font Color

.myTextColor { color: #ADA856; }

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

This text font color is #ADA856.


Background Color

.myBgColor { background-color: #ADA856; }

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

This div background color is #ADA856.


Border color

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

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

This div border color is #ADA856.


Opacity

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

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

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

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

This text has shadow with #ADA856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA856 on black background.


Color preview on white background

This text has color #ADA856 on white background.



Black color preview on #ADA856 background

This text has black color on #ADA856 background.


White color preview on #ADA856 background

This text has white color on #ADA856 background.