COLOR #ADAD87

HEX: #ADAD87 RGB: (173,173,135)

Color info

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

RGB color model

#ADAD87 color RGB value is (173,173,135).

RGB: (173,173,135) (68%, 68%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 135 of 255 = 53%

173
173
135

R + G + B ~ 63%. #ADAD87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 173 + 135 = 481 (100%)
R 173 of 481 ~ 35.97%
G 173 of 481 ~ 35.97%
B 135 of 481 ~ 28.07'%

%35.97
%35.97
%28.07

CMYK color model

#ADAD87 color CMYK value is (0,0,22,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 32.16%
CMYK: (0,0,22,32) C0M0Y22K32 (0%,0%,22%,32%) (0.00/0.00/0.22/0.32) 

CMYK percentages

%0
%0
%21.97
%32.16

Codes

Color #ADAD87 in popluar color models

AD AD 87
RGB 173 173 135
HSL 60° 18.81% 60.39%
HSB/HSV 60° 21.97% 67.84%
CMYK 0.00% 0.00% 21.97%
32.16%

Color #ADAD87 in popluar number systems.

HEX AD AD 87
Decimal 173 173 135
Binary 10101101 10101101 10000111
Octal 255 255 207

Shades and tints

Shades of #ADAD87

#ADAD87
(173,173,135)
#9E9E7B
(158,158,123)
#8F8F6F
(143,143,111)
#808063
(128,128,99)
#717157
(113,113,87)
#62624B
(98,98,75)
#53533F
(83,83,63)
#444433
(68,68,51)
#353527
(53,53,39)
#26261B
(38,38,27)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #ADAD87

#ADAD87
(173,173,135)
#B4B491
(180,180,145)
#BBBB9B
(187,187,155)
#C2C2A5
(194,194,165)
#C9C9AF
(201,201,175)
#D0D0B9
(208,208,185)
#D7D7C3
(215,215,195)
#DEDECD
(222,222,205)
#E5E5D7
(229,229,215)
#ECECE1
(236,236,225)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD87; }

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

This text font color is #ADAD87.

Background Color

.myBgColor { background-color: #ADAD87; }

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

This div background color is #ADAD87.

Border color

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

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

This div border color is #ADAD87.

Opacity

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

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

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

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

This text has shadow with #ADAD87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAD87.

Preview

Color preview on black background

This text has color #ADAD87 on black background.


Color preview on white background

This text has color #ADAD87 on white background.


Black color preview on #ADAD87 background

This text has black color on #ADAD87 background.


White color preview on #ADAD87 background

This text has white color on #ADAD87 background.


Related colors

Complementary color

Complementary color for #hex is #525278.


I love getcolorcode.com