COLOR #ADA085

HEX: #ADA085
RGB: (173,160,133)

Color info

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

RGB color model

#ADA085 color RGB value is (173,160,133).

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

RGB channels and saturation

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

173
160
133

R + G + B ~ 61%. #ADA085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 133 = 466 (100%)
R 173 of 466 ~ 37.12%
G 160 of 466 ~ 34.33%
B 133 of 466 ~ 28.54%

%37.12
%34.33
%28.54

CMYK color model

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

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

CMYK percentages

%0
%7.51
%23.12
%32.16

Codes

Color #ADA085 in popluar color models

ADA085
RGB173160133
HSL41°19.61%60.00%
HSB/HSV41°23.12%67.84%
CMYK0.00%7.51%23.12%
32.16%

Color #ADA085 in popluar number systems.

HEXADA085
Decimal173160133
Binary101011011010000010000101
Octal255240205

Shades and tints

Shades of #ADA085

#ADA085
(173,160,133)
#9E9279
(158,146,121)
#8F846D
(143,132,109)
#807661
(128,118,97)
#716855
(113,104,85)
#625A49
(98,90,73)
#534C3D
(83,76,61)
#443E31
(68,62,49)
#353025
(53,48,37)
#262219
(38,34,25)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #ADA085

#ADA085
(173,160,133)
#B4A890
(180,168,144)
#BBB09B
(187,176,155)
#C2B8A6
(194,184,166)
#C9C0B1
(201,192,177)
#D0C8BC
(208,200,188)
#D7D0C7
(215,208,199)
#DED8D2
(222,216,210)
#E5E0DD
(229,224,221)
#ECE8E8
(236,232,232)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA085; }

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

This text font color is #ADA085.


Background Color

.myBgColor { background-color: #ADA085; }

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

This div background color is #ADA085.


Border color

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

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

This div border color is #ADA085.


Opacity

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

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

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

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

This text has shadow with #ADA085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA085 on black background.


Color preview on white background

This text has color #ADA085 on white background.



Black color preview on #ADA085 background

This text has black color on #ADA085 background.


White color preview on #ADA085 background

This text has white color on #ADA085 background.