COLOR #ADAD85

HEX: #ADAD85 RGB: (173,173,133)

Color info

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

RGB color model

#ADAD85 color RGB value is (173,173,133).

RGB: (173,173,133) (68%, 68%, 52%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 133 of 255 = 52%

173
173
133

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

Portions of RGB colors in percentages

R + G + B = 173 + 173 + 133 = 479 (100%)
R 173 of 479 ~ 36.12%
G 173 of 479 ~ 36.12%
B 133 of 479 ~ 27.77'%

%36.12
%36.12
%27.77

CMYK color model

#ADAD85 color CMYK value is (0,0,23,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.12%
  • key color value is 32.16%
CMYK: (0,0,23,32) C0M0Y23K32 (0%,0%,23%,32%) (0.00/0.00/0.23/0.32) 

CMYK percentages

%0
%0
%23.12
%32.16

Codes

Color #ADAD85 in popluar color models

AD AD 85
RGB 173 173 133
HSL 60° 19.61% 60.00%
HSB/HSV 60° 23.12% 67.84%
CMYK 0.00% 0.00% 23.12%
32.16%

Color #ADAD85 in popluar number systems.

HEX AD AD 85
Decimal 173 173 133
Binary 10101101 10101101 10000101
Octal 255 255 205

Shades and tints

Shades of #ADAD85

#ADAD85
(173,173,133)
#9E9E79
(158,158,121)
#8F8F6D
(143,143,109)
#808061
(128,128,97)
#717155
(113,113,85)
#626249
(98,98,73)
#53533D
(83,83,61)
#444431
(68,68,49)
#353525
(53,53,37)
#262619
(38,38,25)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #ADAD85

#ADAD85
(173,173,133)
#B4B490
(180,180,144)
#BBBB9B
(187,187,155)
#C2C2A6
(194,194,166)
#C9C9B1
(201,201,177)
#D0D0BC
(208,208,188)
#D7D7C7
(215,215,199)
#DEDED2
(222,222,210)
#E5E5DD
(229,229,221)
#ECECE8
(236,236,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD85; }

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

This text font color is #ADAD85.

Background Color

.myBgColor { background-color: #ADAD85; }

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

This div background color is #ADAD85.

Border color

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

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

This div border color is #ADAD85.

Opacity

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

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

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

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

This text has shadow with #ADAD85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAD85.

Preview

Color preview on black background

This text has color #ADAD85 on black background.


Color preview on white background

This text has color #ADAD85 on white background.


Black color preview on #ADAD85 background

This text has black color on #ADAD85 background.


White color preview on #ADAD85 background

This text has white color on #ADAD85 background.


Related colors

Complementary color

Complementary color for #hex is #52527A.


I love getcolorcode.com