COLOR #ADAA73

HEX: #ADAA73
RGB: (173,170,115)

Color info

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

RGB color model

#ADAA73 color RGB value is (173,170,115).

  • red value is 173;
  • green value is 170;
  • blue value is 115.
RGB:
(173,170,115)
(68%,67%,45%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 115 of 255 = 45%

173
170
115

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 115 = 458 (100%)
R 173 of 458 ~ 37.77%
G 170 of 458 ~ 37.12%
B 115 of 458 ~ 25.11%

%37.77
%37.12
%25.11

CMYK color model

#ADAA73 color CMYK value is (0,2,34,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 33.53%
  • key color value is 32.16%
CMYK:
(0,2,34,32)
C0M2Y34K32 
(0%,2%,34%,32%)
(0.00/0.02/0.34/0.32)	

CMYK percentages

%0
%1.73
%33.53
%32.16

Codes

Color #ADAA73 in popluar color models

ADAA73
RGB173170115
HSL57°26.13%56.47%
HSB/HSV57°33.53%67.84%
CMYK0.00%1.73%33.53%
32.16%

Color #ADAA73 in popluar number systems.

HEXADAA73
Decimal173170115
Binary10101101101010101110011
Octal255252163

Shades and tints

Shades of #ADAA73

#ADAA73
(173,170,115)
#9E9B69
(158,155,105)
#8F8C5F
(143,140,95)
#807D55
(128,125,85)
#716E4B
(113,110,75)
#625F41
(98,95,65)
#535037
(83,80,55)
#44412D
(68,65,45)
#353223
(53,50,35)
#262319
(38,35,25)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #ADAA73

#ADAA73
(173,170,115)
#B4B17F
(180,177,127)
#BBB88B
(187,184,139)
#C2BF97
(194,191,151)
#C9C6A3
(201,198,163)
#D0CDAF
(208,205,175)
#D7D4BB
(215,212,187)
#DEDBC7
(222,219,199)
#E5E2D3
(229,226,211)
#ECE9DF
(236,233,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAA73 color. Also use rgb(173,170,115) instead hex code.

Text Font Color

.myTextColor { color: #ADAA73; }

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

This text font color is #ADAA73.


Background Color

.myBgColor { background-color: #ADAA73; }

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

This div background color is #ADAA73.


Border color

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

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

This div border color is #ADAA73.


Opacity

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

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

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

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

This text has shadow with #ADAA73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAA73 on black background.


Color preview on white background

This text has color #ADAA73 on white background.



Black color preview on #ADAA73 background

This text has black color on #ADAA73 background.


White color preview on #ADAA73 background

This text has white color on #ADAA73 background.