COLOR #AD8C8D

HEX: #AD8C8D
RGB: (173,140,141)

Color info

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

RGB color model

#AD8C8D color RGB value is (173,140,141).

  • red value is 173;
  • green value is 140;
  • blue value is 141.
RGB:
(173,140,141)
(68%,55%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 141 of 255 = 55%

173
140
141

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

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 141 = 454 (100%)
R 173 of 454 ~ 38.11%
G 140 of 454 ~ 30.84%
B 141 of 454 ~ 31.06%

%38.11
%30.84
%31.06

CMYK color model

#AD8C8D color CMYK value is (0,19,18,32).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(0,19,18,32)
C0M19Y18K32 
(0%,19%,18%,32%)
(0.00/0.19/0.18/0.32)	

CMYK percentages

%0
%19.08
%18.5
%32.16

Codes

Color #AD8C8D in popluar color models

AD8C8D
RGB173140141
HSL358°16.75%61.37%
HSB/HSV358°19.08%67.84%
CMYK0.00%19.08%18.50%
32.16%

Color #AD8C8D in popluar number systems.

HEXAD8C8D
Decimal173140141
Binary101011011000110010001101
Octal255214215

Shades and tints

Shades of #AD8C8D

#AD8C8D
(173,140,141)
#9E8081
(158,128,129)
#8F7475
(143,116,117)
#806869
(128,104,105)
#715C5D
(113,92,93)
#625051
(98,80,81)
#534445
(83,68,69)
#443839
(68,56,57)
#352C2D
(53,44,45)
#262021
(38,32,33)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #AD8C8D

#AD8C8D
(173,140,141)
#B49697
(180,150,151)
#BBA0A1
(187,160,161)
#C2AAAB
(194,170,171)
#C9B4B5
(201,180,181)
#D0BEBF
(208,190,191)
#D7C8C9
(215,200,201)
#DED2D3
(222,210,211)
#E5DCDD
(229,220,221)
#ECE6E7
(236,230,231)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8C8D; }

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

This text font color is #AD8C8D.


Background Color

.myBgColor { background-color: #AD8C8D; }

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

This div background color is #AD8C8D.


Border color

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

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

This div border color is #AD8C8D.


Opacity

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

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

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

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

This text has shadow with #AD8C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8C8D on black background.


Color preview on white background

This text has color #AD8C8D on white background.



Black color preview on #AD8C8D background

This text has black color on #AD8C8D background.


White color preview on #AD8C8D background

This text has white color on #AD8C8D background.