COLOR #AD8F8C

HEX: #AD8F8C
RGB: (173,143,140)

Color info

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

RGB color model

#AD8F8C color RGB value is (173,143,140).

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

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 140 of 255 = 55%

173
143
140

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 140 = 456 (100%)
R 173 of 456 ~ 37.94%
G 143 of 456 ~ 31.36%
B 140 of 456 ~ 30.7%

%37.94
%31.36
%30.7

CMYK color model

#AD8F8C color CMYK value is (0,17,19,32).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK:
(0,17,19,32)
C0M17Y19K32 
(0%,17%,19%,32%)
(0.00/0.17/0.19/0.32)	

CMYK percentages

%0
%17.34
%19.08
%32.16

Codes

Color #AD8F8C in popluar color models

AD8F8C
RGB173143140
HSL16.75%61.37%
HSB/HSV19.08%67.84%
CMYK0.00%17.34%19.08%
32.16%

Color #AD8F8C in popluar number systems.

HEXAD8F8C
Decimal173143140
Binary101011011000111110001100
Octal255217214

Shades and tints

Shades of #AD8F8C

#AD8F8C
(173,143,140)
#9E8280
(158,130,128)
#8F7574
(143,117,116)
#806868
(128,104,104)
#715B5C
(113,91,92)
#624E50
(98,78,80)
#534144
(83,65,68)
#443438
(68,52,56)
#35272C
(53,39,44)
#261A20
(38,26,32)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #AD8F8C

#AD8F8C
(173,143,140)
#B49996
(180,153,150)
#BBA3A0
(187,163,160)
#C2ADAA
(194,173,170)
#C9B7B4
(201,183,180)
#D0C1BE
(208,193,190)
#D7CBC8
(215,203,200)
#DED5D2
(222,213,210)
#E5DFDC
(229,223,220)
#ECE9E6
(236,233,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8F8C; }

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

This text font color is #AD8F8C.


Background Color

.myBgColor { background-color: #AD8F8C; }

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

This div background color is #AD8F8C.


Border color

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

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

This div border color is #AD8F8C.


Opacity

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

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

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

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

This text has shadow with #AD8F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F8C on black background.


Color preview on white background

This text has color #AD8F8C on white background.



Black color preview on #AD8F8C background

This text has black color on #AD8F8C background.


White color preview on #AD8F8C background

This text has white color on #AD8F8C background.