COLOR #AD8F8A

HEX: #AD8F8A
RGB: (173,143,138)

Color info

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

RGB color model

#AD8F8A color RGB value is (173,143,138).

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

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 138 of 255 = 54%

173
143
138

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 138 = 454 (100%)
R 173 of 454 ~ 38.11%
G 143 of 454 ~ 31.5%
B 138 of 454 ~ 30.4%

%38.11
%31.5
%30.4

CMYK color model

#AD8F8A color CMYK value is (0,17,20,32).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 20.23%
  • key color value is 32.16%
CMYK:
(0,17,20,32)
C0M17Y20K32 
(0%,17%,20%,32%)
(0.00/0.17/0.20/0.32)	

CMYK percentages

%0
%17.34
%20.23
%32.16

Codes

Color #AD8F8A in popluar color models

AD8F8A
RGB173143138
HSL17.59%60.98%
HSB/HSV20.23%67.84%
CMYK0.00%17.34%20.23%
32.16%

Color #AD8F8A in popluar number systems.

HEXAD8F8A
Decimal173143138
Binary101011011000111110001010
Octal255217212

Shades and tints

Shades of #AD8F8A

#AD8F8A
(173,143,138)
#9E827E
(158,130,126)
#8F7572
(143,117,114)
#806866
(128,104,102)
#715B5A
(113,91,90)
#624E4E
(98,78,78)
#534142
(83,65,66)
#443436
(68,52,54)
#35272A
(53,39,42)
#261A1E
(38,26,30)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #AD8F8A

#AD8F8A
(173,143,138)
#B49994
(180,153,148)
#BBA39E
(187,163,158)
#C2ADA8
(194,173,168)
#C9B7B2
(201,183,178)
#D0C1BC
(208,193,188)
#D7CBC6
(215,203,198)
#DED5D0
(222,213,208)
#E5DFDA
(229,223,218)
#ECE9E4
(236,233,228)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8F8A; }

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

This text font color is #AD8F8A.


Background Color

.myBgColor { background-color: #AD8F8A; }

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

This div background color is #AD8F8A.


Border color

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

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

This div border color is #AD8F8A.


Opacity

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

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

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

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

This text has shadow with #AD8F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F8A on black background.


Color preview on white background

This text has color #AD8F8A on white background.



Black color preview on #AD8F8A background

This text has black color on #AD8F8A background.


White color preview on #AD8F8A background

This text has white color on #AD8F8A background.