COLOR #ADAD93

HEX: #ADAD93
RGB: (173,173,147)

Color info

#ADAD93 contains red, green and blue colors in about the same proportion. Web safe color of #ADAD93 is #999999 (or #999).

RGB color model

#ADAD93 color RGB value is (173,173,147).

  • red value is 173;
  • green value is 173;
  • blue value is 147.
RGB:
(173,173,147)
(68%,68%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 147 of 255 = 58%

173
173
147

R + G + B ~ 65%. #ADAD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 147 = 493 (100%)
R 173 of 493 ~ 35.09%
G 173 of 493 ~ 35.09%
B 147 of 493 ~ 29.82%

%35.09
%35.09
%29.82

CMYK color model

#ADAD93 color CMYK value is (0,0,15,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK:
(0,0,15,32)
C0M0Y15K32 
(0%,0%,15%,32%)
(0.00/0.00/0.15/0.32)	

CMYK percentages

%0
%0
%15.03
%32.16

Codes

Color #ADAD93 in popluar color models

ADAD93
RGB173173147
HSL60°13.68%62.75%
HSB/HSV60°15.03%67.84%
CMYK0.00%0.00%15.03%
32.16%

Color #ADAD93 in popluar number systems.

HEXADAD93
Decimal173173147
Binary101011011010110110010011
Octal255255223

Shades and tints

Shades of #ADAD93

#ADAD93
(173,173,147)
#9E9E86
(158,158,134)
#8F8F79
(143,143,121)
#80806C
(128,128,108)
#71715F
(113,113,95)
#626252
(98,98,82)
#535345
(83,83,69)
#444438
(68,68,56)
#35352B
(53,53,43)
#26261E
(38,38,30)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #ADAD93

#ADAD93
(173,173,147)
#B4B49C
(180,180,156)
#BBBBA5
(187,187,165)
#C2C2AE
(194,194,174)
#C9C9B7
(201,201,183)
#D0D0C0
(208,208,192)
#D7D7C9
(215,215,201)
#DEDED2
(222,222,210)
#E5E5DB
(229,229,219)
#ECECE4
(236,236,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD93; }

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

This text font color is #ADAD93.


Background Color

.myBgColor { background-color: #ADAD93; }

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

This div background color is #ADAD93.


Border color

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

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

This div border color is #ADAD93.


Opacity

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

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

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

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

This text has shadow with #ADAD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAD93 on black background.


Color preview on white background

This text has color #ADAD93 on white background.



Black color preview on #ADAD93 background

This text has black color on #ADAD93 background.


White color preview on #ADAD93 background

This text has white color on #ADAD93 background.