COLOR #ADAC7F

HEX: #ADAC7F
RGB: (173,172,127)

Color info

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

RGB color model

#ADAC7F color RGB value is (173,172,127).

  • red value is 173;
  • green value is 172;
  • blue value is 127.
RGB:
(173,172,127)
(68%,67%,50%)

RGB channels and saturation

R 173 of 255 = 68%
G 172 of 255 = 67%
B 127 of 255 = 50%

173
172
127

R + G + B ~ 62%. #ADAC7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 172 + 127 = 472 (100%)
R 173 of 472 ~ 36.65%
G 172 of 472 ~ 36.44%
B 127 of 472 ~ 26.91%

%36.65
%36.44
%26.91

CMYK color model

#ADAC7F color CMYK value is (0,1,27,32).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(0,1,27,32)
C0M1Y27K32 
(0%,1%,27%,32%)
(0.00/0.01/0.27/0.32)	

CMYK percentages

%0
%0.58
%26.59
%32.16

Codes

Color #ADAC7F in popluar color models

ADAC7F
RGB173172127
HSL59°21.90%58.82%
HSB/HSV59°26.59%67.84%
CMYK0.00%0.58%26.59%
32.16%

Color #ADAC7F in popluar number systems.

HEXADAC7F
Decimal173172127
Binary10101101101011001111111
Octal255254177

Shades and tints

Shades of #ADAC7F

#ADAC7F
(173,172,127)
#9E9D74
(158,157,116)
#8F8E69
(143,142,105)
#807F5E
(128,127,94)
#717053
(113,112,83)
#626148
(98,97,72)
#53523D
(83,82,61)
#444332
(68,67,50)
#353427
(53,52,39)
#26251C
(38,37,28)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADAC7F

#ADAC7F
(173,172,127)
#B4B38A
(180,179,138)
#BBBA95
(187,186,149)
#C2C1A0
(194,193,160)
#C9C8AB
(201,200,171)
#D0CFB6
(208,207,182)
#D7D6C1
(215,214,193)
#DEDDCC
(222,221,204)
#E5E4D7
(229,228,215)
#ECEBE2
(236,235,226)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAC7F color. Also use rgb(173,172,127) instead hex code.

Text Font Color

.myTextColor { color: #ADAC7F; }

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

This text font color is #ADAC7F.


Background Color

.myBgColor { background-color: #ADAC7F; }

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

This div background color is #ADAC7F.


Border color

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

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

This div border color is #ADAC7F.


Opacity

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

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

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

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

This text has shadow with #ADAC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAC7F on black background.


Color preview on white background

This text has color #ADAC7F on white background.



Black color preview on #ADAC7F background

This text has black color on #ADAC7F background.


White color preview on #ADAC7F background

This text has white color on #ADAC7F background.