COLOR #AD8785

HEX: #AD8785
RGB: (173,135,133)

Color info

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

RGB color model

#AD8785 color RGB value is (173,135,133).

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

RGB channels and saturation

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

173
135
133

R + G + B ~ 58%. #AD8785 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 135 + 133 = 441 (100%)
R 173 of 441 ~ 39.23%
G 135 of 441 ~ 30.61%
B 133 of 441 ~ 30.16%

%39.23
%30.61
%30.16

CMYK color model

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

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

CMYK percentages

%0
%21.97
%23.12
%32.16

Codes

Color #AD8785 in popluar color models

AD8785
RGB173135133
HSL19.61%60.00%
HSB/HSV23.12%67.84%
CMYK0.00%21.97%23.12%
32.16%

Color #AD8785 in popluar number systems.

HEXAD8785
Decimal173135133
Binary101011011000011110000101
Octal255207205

Shades and tints

Shades of #AD8785

#AD8785
(173,135,133)
#9E7B79
(158,123,121)
#8F6F6D
(143,111,109)
#806361
(128,99,97)
#715755
(113,87,85)
#624B49
(98,75,73)
#533F3D
(83,63,61)
#443331
(68,51,49)
#352725
(53,39,37)
#261B19
(38,27,25)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #AD8785

#AD8785
(173,135,133)
#B49190
(180,145,144)
#BB9B9B
(187,155,155)
#C2A5A6
(194,165,166)
#C9AFB1
(201,175,177)
#D0B9BC
(208,185,188)
#D7C3C7
(215,195,199)
#DECDD2
(222,205,210)
#E5D7DD
(229,215,221)
#ECE1E8
(236,225,232)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8785; }

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

This text font color is #AD8785.


Background Color

.myBgColor { background-color: #AD8785; }

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

This div background color is #AD8785.


Border color

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

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

This div border color is #AD8785.


Opacity

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

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

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

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

This text has shadow with #AD8785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8785 on black background.


Color preview on white background

This text has color #AD8785 on white background.



Black color preview on #AD8785 background

This text has black color on #AD8785 background.


White color preview on #AD8785 background

This text has white color on #AD8785 background.