COLOR #ADAA72

HEX: #ADAA72
RGB: (173,170,114)

Color info

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

RGB color model

#ADAA72 color RGB value is (173,170,114).

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

RGB channels and saturation

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

173
170
114

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 114 = 457 (100%)
R 173 of 457 ~ 37.86%
G 170 of 457 ~ 37.2%
B 114 of 457 ~ 24.95%

%37.86
%37.2
%24.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 34.10%
  • 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
%34.1
%32.16

Codes

Color #ADAA72 in popluar color models

ADAA72
RGB173170114
HSL57°26.46%56.27%
HSB/HSV57°34.10%67.84%
CMYK0.00%1.73%34.10%
32.16%

Color #ADAA72 in popluar number systems.

HEXADAA72
Decimal173170114
Binary10101101101010101110010
Octal255252162

Shades and tints

Shades of #ADAA72

#ADAA72
(173,170,114)
#9E9B68
(158,155,104)
#8F8C5E
(143,140,94)
#807D54
(128,125,84)
#716E4A
(113,110,74)
#625F40
(98,95,64)
#535036
(83,80,54)
#44412C
(68,65,44)
#353222
(53,50,34)
#262318
(38,35,24)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #ADAA72

#ADAA72
(173,170,114)
#B4B17E
(180,177,126)
#BBB88A
(187,184,138)
#C2BF96
(194,191,150)
#C9C6A2
(201,198,162)
#D0CDAE
(208,205,174)
#D7D4BA
(215,212,186)
#DEDBC6
(222,219,198)
#E5E2D2
(229,226,210)
#ECE9DE
(236,233,222)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAA72; }

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

This text font color is #ADAA72.


Background Color

.myBgColor { background-color: #ADAA72; }

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

This div background color is #ADAA72.


Border color

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

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

This div border color is #ADAA72.


Opacity

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

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

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

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

This text has shadow with #ADAA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAA72 on black background.


Color preview on white background

This text has color #ADAA72 on white background.



Black color preview on #ADAA72 background

This text has black color on #ADAA72 background.


White color preview on #ADAA72 background

This text has white color on #ADAA72 background.