COLOR #ADA780

HEX: #ADA780
RGB: (173,167,128)

Color info

#ADA780 contains red, green and blue colors in about the same proportion. Web safe color of #ADA780 is #999966 (or #996).

RGB color model

#ADA780 color RGB value is (173,167,128).

  • red value is 173;
  • green value is 167;
  • blue value is 128.
RGB:
(173,167,128)
(68%,65%,50%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 128 of 255 = 50%

173
167
128

R + G + B ~ 61%. #ADA780 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 167 + 128 = 468 (100%)
R 173 of 468 ~ 36.97%
G 167 of 468 ~ 35.68%
B 128 of 468 ~ 27.35%

%36.97
%35.68
%27.35

CMYK color model

#ADA780 color CMYK value is (0,3,26,32).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 26.01%
  • key color value is 32.16%
CMYK:
(0,3,26,32)
C0M3Y26K32 
(0%,3%,26%,32%)
(0.00/0.03/0.26/0.32)	

CMYK percentages

%0
%3.47
%26.01
%32.16

Codes

Color #ADA780 in popluar color models

ADA780
RGB173167128
HSL52°21.53%59.02%
HSB/HSV52°26.01%67.84%
CMYK0.00%3.47%26.01%
32.16%

Color #ADA780 in popluar number systems.

HEXADA780
Decimal173167128
Binary101011011010011110000000
Octal255247200

Shades and tints

Shades of #ADA780

#ADA780
(173,167,128)
#9E9875
(158,152,117)
#8F896A
(143,137,106)
#807A5F
(128,122,95)
#716B54
(113,107,84)
#625C49
(98,92,73)
#534D3E
(83,77,62)
#443E33
(68,62,51)
#352F28
(53,47,40)
#26201D
(38,32,29)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #ADA780

#ADA780
(173,167,128)
#B4AF8B
(180,175,139)
#BBB796
(187,183,150)
#C2BFA1
(194,191,161)
#C9C7AC
(201,199,172)
#D0CFB7
(208,207,183)
#D7D7C2
(215,215,194)
#DEDFCD
(222,223,205)
#E5E7D8
(229,231,216)
#ECEFE3
(236,239,227)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA780 color. Also use rgb(173,167,128) instead hex code.

Text Font Color

.myTextColor { color: #ADA780; }

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

This text font color is #ADA780.


Background Color

.myBgColor { background-color: #ADA780; }

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

This div background color is #ADA780.


Border color

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

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

This div border color is #ADA780.


Opacity

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

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

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

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

This text has shadow with #ADA780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA780 on black background.


Color preview on white background

This text has color #ADA780 on white background.



Black color preview on #ADA780 background

This text has black color on #ADA780 background.


White color preview on #ADA780 background

This text has white color on #ADA780 background.