COLOR #AD9B95

HEX: #AD9B95
RGB: (173,155,149)

Color info

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

RGB color model

#AD9B95 color RGB value is (173,155,149).

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

RGB channels and saturation

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

173
155
149

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 149 = 477 (100%)
R 173 of 477 ~ 36.27%
G 155 of 477 ~ 32.49%
B 149 of 477 ~ 31.24%

%36.27
%32.49
%31.24

CMYK color model

#AD9B95 color CMYK value is (0,10,14,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 13.87%
  • key color value is 32.16%
CMYK: (0,10,14,32) C0M10Y14K32 (0%,10%,14%,32%) (0.00/0.10/0.14/0.32)

CMYK percentages

%0
%10.4
%13.87
%32.16

Codes

Color #AD9B95 in popluar color models

AD9B95
RGB173155149
HSL15°12.77%63.14%
HSB/HSV15°13.87%67.84%
CMYK0.00%10.40%13.87%
32.16%

Color #AD9B95 in popluar number systems.

HEXAD9B95
Decimal173155149
Binary101011011001101110010101
Octal255233225

Shades and tints

Shades of #AD9B95

#AD9B95
(173,155,149)
#9E8D88
(158,141,136)
#8F7F7B
(143,127,123)
#80716E
(128,113,110)
#716361
(113,99,97)
#625554
(98,85,84)
#534747
(83,71,71)
#44393A
(68,57,58)
#352B2D
(53,43,45)
#261D20
(38,29,32)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #AD9B95

#AD9B95
(173,155,149)
#B4A49E
(180,164,158)
#BBADA7
(187,173,167)
#C2B6B0
(194,182,176)
#C9BFB9
(201,191,185)
#D0C8C2
(208,200,194)
#D7D1CB
(215,209,203)
#DEDAD4
(222,218,212)
#E5E3DD
(229,227,221)
#ECECE6
(236,236,230)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9B95; }

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

This text font color is #AD9B95.


Background Color

.myBgColor { background-color: #AD9B95; }

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

This div background color is #AD9B95.


Border color

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

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

This div border color is #AD9B95.


Opacity

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

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

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

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

This text has shadow with #AD9B95 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AD9B95 on black background.


Color preview on white background

This text has color #AD9B95 on white background.



Black color preview on #AD9B95 background

This text has black color on #AD9B95 background.


White color preview on #AD9B95 background

This text has white color on #AD9B95 background.