COLOR #AD9B8D

HEX: #AD9B8D
RGB: (173,155,141)

Color info

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

RGB color model

#AD9B8D color RGB value is (173,155,141).

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

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 141 of 255 = 55%

173
155
141

R + G + B ~ 61%. #AD9B8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 141 = 469 (100%)
R 173 of 469 ~ 36.89%
G 155 of 469 ~ 33.05%
B 141 of 469 ~ 30.06%

%36.89
%33.05
%30.06

CMYK color model

#AD9B8D color CMYK value is (0,10,18,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(0,10,18,32)
C0M10Y18K32 
(0%,10%,18%,32%)
(0.00/0.10/0.18/0.32)	

CMYK percentages

%0
%10.4
%18.5
%32.16

Codes

Color #AD9B8D in popluar color models

AD9B8D
RGB173155141
HSL26°16.33%61.57%
HSB/HSV26°18.50%67.84%
CMYK0.00%10.40%18.50%
32.16%

Color #AD9B8D in popluar number systems.

HEXAD9B8D
Decimal173155141
Binary101011011001101110001101
Octal255233215

Shades and tints

Shades of #AD9B8D

#AD9B8D
(173,155,141)
#9E8D81
(158,141,129)
#8F7F75
(143,127,117)
#807169
(128,113,105)
#71635D
(113,99,93)
#625551
(98,85,81)
#534745
(83,71,69)
#443939
(68,57,57)
#352B2D
(53,43,45)
#261D21
(38,29,33)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #AD9B8D

#AD9B8D
(173,155,141)
#B4A497
(180,164,151)
#BBADA1
(187,173,161)
#C2B6AB
(194,182,171)
#C9BFB5
(201,191,181)
#D0C8BF
(208,200,191)
#D7D1C9
(215,209,201)
#DEDAD3
(222,218,211)
#E5E3DD
(229,227,221)
#ECECE7
(236,236,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9B8D; }

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

This text font color is #AD9B8D.


Background Color

.myBgColor { background-color: #AD9B8D; }

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

This div background color is #AD9B8D.


Border color

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

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

This div border color is #AD9B8D.


Opacity

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

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

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

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

This text has shadow with #AD9B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B8D on black background.


Color preview on white background

This text has color #AD9B8D on white background.



Black color preview on #AD9B8D background

This text has black color on #AD9B8D background.


White color preview on #AD9B8D background

This text has white color on #AD9B8D background.