COLOR #AD8485

HEX: #AD8485
RGB: (173,132,133)

Color info

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

RGB color model

#AD8485 color RGB value is (173,132,133).

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

RGB channels and saturation

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

173
132
133

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

Portions of RGB colors in percentages

R + G + B =
173 + 132 + 133 = 438 (100%)
R 173 of 438 ~ 39.5%
G 132 of 438 ~ 30.14%
B 133 of 438 ~ 30.37%

%39.5
%30.14
%30.37

CMYK color model

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

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

CMYK percentages

%0
%23.7
%23.12
%32.16

Codes

Color #AD8485 in popluar color models

AD8485
RGB173132133
HSL359°20.00%59.80%
HSB/HSV359°23.70%67.84%
CMYK0.00%23.70%23.12%
32.16%

Color #AD8485 in popluar number systems.

HEXAD8485
Decimal173132133
Binary101011011000010010000101
Octal255204205

Shades and tints

Shades of #AD8485

#AD8485
(173,132,133)
#9E7879
(158,120,121)
#8F6C6D
(143,108,109)
#806061
(128,96,97)
#715455
(113,84,85)
#624849
(98,72,73)
#533C3D
(83,60,61)
#443031
(68,48,49)
#352425
(53,36,37)
#261819
(38,24,25)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #AD8485

#AD8485
(173,132,133)
#B48F90
(180,143,144)
#BB9A9B
(187,154,155)
#C2A5A6
(194,165,166)
#C9B0B1
(201,176,177)
#D0BBBC
(208,187,188)
#D7C6C7
(215,198,199)
#DED1D2
(222,209,210)
#E5DCDD
(229,220,221)
#ECE7E8
(236,231,232)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8485; }

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

This text font color is #AD8485.


Background Color

.myBgColor { background-color: #AD8485; }

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

This div background color is #AD8485.


Border color

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

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

This div border color is #AD8485.


Opacity

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

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

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

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

This text has shadow with #AD8485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8485 on black background.


Color preview on white background

This text has color #AD8485 on white background.



Black color preview on #AD8485 background

This text has black color on #AD8485 background.


White color preview on #AD8485 background

This text has white color on #AD8485 background.