COLOR #AD9796

HEX: #AD9796
RGB: (173,151,150)

Color info

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

RGB color model

#AD9796 color RGB value is (173,151,150).

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

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 150 of 255 = 59%

173
151
150

R + G + B ~ 62%. #AD9796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 151 + 150 = 474 (100%)
R 173 of 474 ~ 36.5%
G 151 of 474 ~ 31.86%
B 150 of 474 ~ 31.65%

%36.5
%31.86
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(0,13,13,32)
C0M13Y13K32 
(0%,13%,13%,32%)
(0.00/0.13/0.13/0.32)	

CMYK percentages

%0
%12.72
%13.29
%32.16

Codes

Color #AD9796 in popluar color models

AD9796
RGB173151150
HSL12.30%63.33%
HSB/HSV13.29%67.84%
CMYK0.00%12.72%13.29%
32.16%

Color #AD9796 in popluar number systems.

HEXAD9796
Decimal173151150
Binary101011011001011110010110
Octal255227226

Shades and tints

Shades of #AD9796

#AD9796
(173,151,150)
#9E8A89
(158,138,137)
#8F7D7C
(143,125,124)
#80706F
(128,112,111)
#716362
(113,99,98)
#625655
(98,86,85)
#534948
(83,73,72)
#443C3B
(68,60,59)
#352F2E
(53,47,46)
#262221
(38,34,33)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #AD9796

#AD9796
(173,151,150)
#B4A09F
(180,160,159)
#BBA9A8
(187,169,168)
#C2B2B1
(194,178,177)
#C9BBBA
(201,187,186)
#D0C4C3
(208,196,195)
#D7CDCC
(215,205,204)
#DED6D5
(222,214,213)
#E5DFDE
(229,223,222)
#ECE8E7
(236,232,231)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9796; }

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

This text font color is #AD9796.


Background Color

.myBgColor { background-color: #AD9796; }

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

This div background color is #AD9796.


Border color

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

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

This div border color is #AD9796.


Opacity

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

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

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

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

This text has shadow with #AD9796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9796 on black background.


Color preview on white background

This text has color #AD9796 on white background.



Black color preview on #AD9796 background

This text has black color on #AD9796 background.


White color preview on #AD9796 background

This text has white color on #AD9796 background.