COLOR #AD9B93

HEX: #AD9B93
RGB: (173,155,147)

Color info

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

RGB color model

#AD9B93 color RGB value is (173,155,147).

  • red value is 173;
  • green value is 155;
  • blue value is 147.
RGB:
(173,155,147)
(68%,61%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 147 of 255 = 58%

173
155
147

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 147 = 475 (100%)
R 173 of 475 ~ 36.42%
G 155 of 475 ~ 32.63%
B 147 of 475 ~ 30.95%

%36.42
%32.63
%30.95

CMYK color model

#AD9B93 color CMYK value is (0,10,15,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK:
(0,10,15,32)
C0M10Y15K32 
(0%,10%,15%,32%)
(0.00/0.10/0.15/0.32)	

CMYK percentages

%0
%10.4
%15.03
%32.16

Codes

Color #AD9B93 in popluar color models

AD9B93
RGB173155147
HSL18°13.68%62.75%
HSB/HSV18°15.03%67.84%
CMYK0.00%10.40%15.03%
32.16%

Color #AD9B93 in popluar number systems.

HEXAD9B93
Decimal173155147
Binary101011011001101110010011
Octal255233223

Shades and tints

Shades of #AD9B93

#AD9B93
(173,155,147)
#9E8D86
(158,141,134)
#8F7F79
(143,127,121)
#80716C
(128,113,108)
#71635F
(113,99,95)
#625552
(98,85,82)
#534745
(83,71,69)
#443938
(68,57,56)
#352B2B
(53,43,43)
#261D1E
(38,29,30)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD9B93

#AD9B93
(173,155,147)
#B4A49C
(180,164,156)
#BBADA5
(187,173,165)
#C2B6AE
(194,182,174)
#C9BFB7
(201,191,183)
#D0C8C0
(208,200,192)
#D7D1C9
(215,209,201)
#DEDAD2
(222,218,210)
#E5E3DB
(229,227,219)
#ECECE4
(236,236,228)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9B93 color. Also use rgb(173,155,147) instead hex code.

Text Font Color

.myTextColor { color: #AD9B93; }

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

This text font color is #AD9B93.


Background Color

.myBgColor { background-color: #AD9B93; }

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

This div background color is #AD9B93.


Border color

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

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

This div border color is #AD9B93.


Opacity

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

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

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

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

This text has shadow with #AD9B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B93 on black background.


Color preview on white background

This text has color #AD9B93 on white background.



Black color preview on #AD9B93 background

This text has black color on #AD9B93 background.


White color preview on #AD9B93 background

This text has white color on #AD9B93 background.