COLOR #AD9685

HEX: #AD9685
RGB: (173,150,133)

Color info

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

RGB color model

#AD9685 color RGB value is (173,150,133).

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

RGB channels and saturation

R 173 of 255 = 68%
G 150 of 255 = 59%
B 133 of 255 = 52%

173
150
133

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

Portions of RGB colors in percentages

R + G + B =
173 + 150 + 133 = 456 (100%)
R 173 of 456 ~ 37.94%
G 150 of 456 ~ 32.89%
B 133 of 456 ~ 29.17%

%37.94
%32.89
%29.17

CMYK color model

#AD9685 color CMYK value is (0,13,23,32).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 23.12%
  • key color value is 32.16%
CMYK:
(0,13,23,32)
C0M13Y23K32 
(0%,13%,23%,32%)
(0.00/0.13/0.23/0.32)	

CMYK percentages

%0
%13.29
%23.12
%32.16

Codes

Color #AD9685 in popluar color models

AD9685
RGB173150133
HSL26°19.61%60.00%
HSB/HSV26°23.12%67.84%
CMYK0.00%13.29%23.12%
32.16%

Color #AD9685 in popluar number systems.

HEXAD9685
Decimal173150133
Binary101011011001011010000101
Octal255226205

Shades and tints

Shades of #AD9685

#AD9685
(173,150,133)
#9E8979
(158,137,121)
#8F7C6D
(143,124,109)
#806F61
(128,111,97)
#716255
(113,98,85)
#625549
(98,85,73)
#53483D
(83,72,61)
#443B31
(68,59,49)
#352E25
(53,46,37)
#262119
(38,33,25)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #AD9685

#AD9685
(173,150,133)
#B49F90
(180,159,144)
#BBA89B
(187,168,155)
#C2B1A6
(194,177,166)
#C9BAB1
(201,186,177)
#D0C3BC
(208,195,188)
#D7CCC7
(215,204,199)
#DED5D2
(222,213,210)
#E5DEDD
(229,222,221)
#ECE7E8
(236,231,232)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9685; }

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

This text font color is #AD9685.


Background Color

.myBgColor { background-color: #AD9685; }

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

This div background color is #AD9685.


Border color

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

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

This div border color is #AD9685.


Opacity

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

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

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

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

This text has shadow with #AD9685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9685 on black background.


Color preview on white background

This text has color #AD9685 on white background.



Black color preview on #AD9685 background

This text has black color on #AD9685 background.


White color preview on #AD9685 background

This text has white color on #AD9685 background.