COLOR #AD8585

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

173
133
133

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

Portions of RGB colors in percentages

R + G + B =
173 + 133 + 133 = 439 (100%)
R 173 of 439 ~ 39.41%
G 133 of 439 ~ 30.3%
B 133 of 439 ~ 30.3%

%39.41
%30.3
%30.3

CMYK color model

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

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

CMYK percentages

%0
%23.12
%23.12
%32.16

Codes

Color #AD8585 in popluar color models

AD8585
RGB173133133
HSL19.61%60.00%
HSB/HSV23.12%67.84%
CMYK0.00%23.12%23.12%
32.16%

Color #AD8585 in popluar number systems.

HEXAD8585
Decimal173133133
Binary101011011000010110000101
Octal255205205

Shades and tints

Shades of #AD8585

#AD8585
(173,133,133)
#9E7979
(158,121,121)
#8F6D6D
(143,109,109)
#806161
(128,97,97)
#715555
(113,85,85)
#624949
(98,73,73)
#533D3D
(83,61,61)
#443131
(68,49,49)
#352525
(53,37,37)
#261919
(38,25,25)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #AD8585

#AD8585
(173,133,133)
#B49090
(180,144,144)
#BB9B9B
(187,155,155)
#C2A6A6
(194,166,166)
#C9B1B1
(201,177,177)
#D0BCBC
(208,188,188)
#D7C7C7
(215,199,199)
#DED2D2
(222,210,210)
#E5DDDD
(229,221,221)
#ECE8E8
(236,232,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8585; }

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

This text font color is #AD8585.


Background Color

.myBgColor { background-color: #AD8585; }

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

This div background color is #AD8585.


Border color

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

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

This div border color is #AD8585.


Opacity

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

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

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

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

This text has shadow with #AD8585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8585 on black background.


Color preview on white background

This text has color #AD8585 on white background.



Black color preview on #AD8585 background

This text has black color on #AD8585 background.


White color preview on #AD8585 background

This text has white color on #AD8585 background.