COLOR #AD8684

HEX: #AD8684
RGB: (173,134,132)

Color info

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

RGB color model

#AD8684 color RGB value is (173,134,132).

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

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 132 of 255 = 52%

173
134
132

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

Portions of RGB colors in percentages

R + G + B =
173 + 134 + 132 = 439 (100%)
R 173 of 439 ~ 39.41%
G 134 of 439 ~ 30.52%
B 132 of 439 ~ 30.07%

%39.41
%30.52
%30.07

CMYK color model

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

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

CMYK percentages

%0
%22.54
%23.7
%32.16

Codes

Color #AD8684 in popluar color models

AD8684
RGB173134132
HSL20.00%59.80%
HSB/HSV23.70%67.84%
CMYK0.00%22.54%23.70%
32.16%

Color #AD8684 in popluar number systems.

HEXAD8684
Decimal173134132
Binary101011011000011010000100
Octal255206204

Shades and tints

Shades of #AD8684

#AD8684
(173,134,132)
#9E7A78
(158,122,120)
#8F6E6C
(143,110,108)
#806260
(128,98,96)
#715654
(113,86,84)
#624A48
(98,74,72)
#533E3C
(83,62,60)
#443230
(68,50,48)
#352624
(53,38,36)
#261A18
(38,26,24)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #AD8684

#AD8684
(173,134,132)
#B4918F
(180,145,143)
#BB9C9A
(187,156,154)
#C2A7A5
(194,167,165)
#C9B2B0
(201,178,176)
#D0BDBB
(208,189,187)
#D7C8C6
(215,200,198)
#DED3D1
(222,211,209)
#E5DEDC
(229,222,220)
#ECE9E7
(236,233,231)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8684; }

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

This text font color is #AD8684.


Background Color

.myBgColor { background-color: #AD8684; }

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

This div background color is #AD8684.


Border color

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

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

This div border color is #AD8684.


Opacity

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

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

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

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

This text has shadow with #AD8684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8684 on black background.


Color preview on white background

This text has color #AD8684 on white background.



Black color preview on #AD8684 background

This text has black color on #AD8684 background.


White color preview on #AD8684 background

This text has white color on #AD8684 background.