COLOR #AD9B91

HEX: #AD9B91
RGB: (173,155,145)

Color info

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

RGB color model

#AD9B91 color RGB value is (173,155,145).

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

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 145 of 255 = 57%

173
155
145

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 145 = 473 (100%)
R 173 of 473 ~ 36.58%
G 155 of 473 ~ 32.77%
B 145 of 473 ~ 30.66%

%36.58
%32.77
%30.66

CMYK color model

#AD9B91 color CMYK value is (0,10,16,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(0,10,16,32)
C0M10Y16K32 
(0%,10%,16%,32%)
(0.00/0.10/0.16/0.32)	

CMYK percentages

%0
%10.4
%16.18
%32.16

Codes

Color #AD9B91 in popluar color models

AD9B91
RGB173155145
HSL21°14.58%62.35%
HSB/HSV21°16.18%67.84%
CMYK0.00%10.40%16.18%
32.16%

Color #AD9B91 in popluar number systems.

HEXAD9B91
Decimal173155145
Binary101011011001101110010001
Octal255233221

Shades and tints

Shades of #AD9B91

#AD9B91
(173,155,145)
#9E8D84
(158,141,132)
#8F7F77
(143,127,119)
#80716A
(128,113,106)
#71635D
(113,99,93)
#625550
(98,85,80)
#534743
(83,71,67)
#443936
(68,57,54)
#352B29
(53,43,41)
#261D1C
(38,29,28)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #AD9B91

#AD9B91
(173,155,145)
#B4A49B
(180,164,155)
#BBADA5
(187,173,165)
#C2B6AF
(194,182,175)
#C9BFB9
(201,191,185)
#D0C8C3
(208,200,195)
#D7D1CD
(215,209,205)
#DEDAD7
(222,218,215)
#E5E3E1
(229,227,225)
#ECECEB
(236,236,235)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9B91; }

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

This text font color is #AD9B91.


Background Color

.myBgColor { background-color: #AD9B91; }

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

This div background color is #AD9B91.


Border color

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

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

This div border color is #AD9B91.


Opacity

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

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

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

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

This text has shadow with #AD9B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B91 on black background.


Color preview on white background

This text has color #AD9B91 on white background.



Black color preview on #AD9B91 background

This text has black color on #AD9B91 background.


White color preview on #AD9B91 background

This text has white color on #AD9B91 background.