COLOR #ADAC85

HEX: #ADAC85
RGB: (173,172,133)

Color info

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

RGB color model

#ADAC85 color RGB value is (173,172,133).

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

RGB channels and saturation

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

173
172
133

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

Portions of RGB colors in percentages

R + G + B =
173 + 172 + 133 = 478 (100%)
R 173 of 478 ~ 36.19%
G 172 of 478 ~ 35.98%
B 133 of 478 ~ 27.82%

%36.19
%35.98
%27.82

CMYK color model

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

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

CMYK percentages

%0
%0.58
%23.12
%32.16

Codes

Color #ADAC85 in popluar color models

ADAC85
RGB173172133
HSL59°19.61%60.00%
HSB/HSV59°23.12%67.84%
CMYK0.00%0.58%23.12%
32.16%

Color #ADAC85 in popluar number systems.

HEXADAC85
Decimal173172133
Binary101011011010110010000101
Octal255254205

Shades and tints

Shades of #ADAC85

#ADAC85
(173,172,133)
#9E9D79
(158,157,121)
#8F8E6D
(143,142,109)
#807F61
(128,127,97)
#717055
(113,112,85)
#626149
(98,97,73)
#53523D
(83,82,61)
#444331
(68,67,49)
#353425
(53,52,37)
#262519
(38,37,25)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #ADAC85

#ADAC85
(173,172,133)
#B4B390
(180,179,144)
#BBBA9B
(187,186,155)
#C2C1A6
(194,193,166)
#C9C8B1
(201,200,177)
#D0CFBC
(208,207,188)
#D7D6C7
(215,214,199)
#DEDDD2
(222,221,210)
#E5E4DD
(229,228,221)
#ECEBE8
(236,235,232)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAC85; }

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

This text font color is #ADAC85.


Background Color

.myBgColor { background-color: #ADAC85; }

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

This div background color is #ADAC85.


Border color

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

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

This div border color is #ADAC85.


Opacity

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

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

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

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

This text has shadow with #ADAC85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAC85 on black background.


Color preview on white background

This text has color #ADAC85 on white background.



Black color preview on #ADAC85 background

This text has black color on #ADAC85 background.


White color preview on #ADAC85 background

This text has white color on #ADAC85 background.