COLOR #ADA578

HEX: #ADA578
RGB: (173,165,120)

Color info

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

RGB color model

#ADA578 color RGB value is (173,165,120).

  • red value is 173;
  • green value is 165;
  • blue value is 120.
RGB:
(173,165,120)
(68%,65%,47%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 120 of 255 = 47%

173
165
120

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 120 = 458 (100%)
R 173 of 458 ~ 37.77%
G 165 of 458 ~ 36.03%
B 120 of 458 ~ 26.2%

%37.77
%36.03
%26.2

CMYK color model

#ADA578 color CMYK value is (0,5,31,32).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 30.64%
  • key color value is 32.16%
CMYK:
(0,5,31,32)
C0M5Y31K32 
(0%,5%,31%,32%)
(0.00/0.05/0.31/0.32)	

CMYK percentages

%0
%4.62
%30.64
%32.16

Codes

Color #ADA578 in popluar color models

ADA578
RGB173165120
HSL51°24.42%57.45%
HSB/HSV51°30.64%67.84%
CMYK0.00%4.62%30.64%
32.16%

Color #ADA578 in popluar number systems.

HEXADA578
Decimal173165120
Binary10101101101001011111000
Octal255245170

Shades and tints

Shades of #ADA578

#ADA578
(173,165,120)
#9E966E
(158,150,110)
#8F8764
(143,135,100)
#80785A
(128,120,90)
#716950
(113,105,80)
#625A46
(98,90,70)
#534B3C
(83,75,60)
#443C32
(68,60,50)
#352D28
(53,45,40)
#261E1E
(38,30,30)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #ADA578

#ADA578
(173,165,120)
#B4AD84
(180,173,132)
#BBB590
(187,181,144)
#C2BD9C
(194,189,156)
#C9C5A8
(201,197,168)
#D0CDB4
(208,205,180)
#D7D5C0
(215,213,192)
#DEDDCC
(222,221,204)
#E5E5D8
(229,229,216)
#ECEDE4
(236,237,228)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA578 color. Also use rgb(173,165,120) instead hex code.

Text Font Color

.myTextColor { color: #ADA578; }

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

This text font color is #ADA578.


Background Color

.myBgColor { background-color: #ADA578; }

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

This div background color is #ADA578.


Border color

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

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

This div border color is #ADA578.


Opacity

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

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

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

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

This text has shadow with #ADA578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA578 on black background.


Color preview on white background

This text has color #ADA578 on white background.



Black color preview on #ADA578 background

This text has black color on #ADA578 background.


White color preview on #ADA578 background

This text has white color on #ADA578 background.