COLOR #ADA478

HEX: #ADA478
RGB: (173,164,120)

Color info

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

RGB color model

#ADA478 color RGB value is (173,164,120).

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

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 120 of 255 = 47%

173
164
120

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

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 120 = 457 (100%)
R 173 of 457 ~ 37.86%
G 164 of 457 ~ 35.89%
B 120 of 457 ~ 26.26%

%37.86
%35.89
%26.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.20%
  • 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
%5.2
%30.64
%32.16

Codes

Color #ADA478 in popluar color models

ADA478
RGB173164120
HSL50°24.42%57.45%
HSB/HSV50°30.64%67.84%
CMYK0.00%5.20%30.64%
32.16%

Color #ADA478 in popluar number systems.

HEXADA478
Decimal173164120
Binary10101101101001001111000
Octal255244170

Shades and tints

Shades of #ADA478

#ADA478
(173,164,120)
#9E966E
(158,150,110)
#8F8864
(143,136,100)
#807A5A
(128,122,90)
#716C50
(113,108,80)
#625E46
(98,94,70)
#53503C
(83,80,60)
#444232
(68,66,50)
#353428
(53,52,40)
#26261E
(38,38,30)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #ADA478

#ADA478
(173,164,120)
#B4AC84
(180,172,132)
#BBB490
(187,180,144)
#C2BC9C
(194,188,156)
#C9C4A8
(201,196,168)
#D0CCB4
(208,204,180)
#D7D4C0
(215,212,192)
#DEDCCC
(222,220,204)
#E5E4D8
(229,228,216)
#ECECE4
(236,236,228)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA478; }

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

This text font color is #ADA478.


Background Color

.myBgColor { background-color: #ADA478; }

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

This div background color is #ADA478.


Border color

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

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

This div border color is #ADA478.


Opacity

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

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

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

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

This text has shadow with #ADA478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA478 on black background.


Color preview on white background

This text has color #ADA478 on white background.



Black color preview on #ADA478 background

This text has black color on #ADA478 background.


White color preview on #ADA478 background

This text has white color on #ADA478 background.