COLOR #AD9C9B

HEX: #AD9C9B RGB: (173,156,155)

Color info

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

RGB color model

#AD9C9B color RGB value is (173,156,155).

RGB: (173,156,155) (68%, 61%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 155 of 255 = 61%

173
156
155

R + G + B ~ 63%. #AD9C9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 156 + 155 = 484 (100%)
R 173 of 484 ~ 35.74%
G 156 of 484 ~ 32.23%
B 155 of 484 ~ 32.02'%

%35.74
%32.23
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.83%
  • yellow value is 10.40%
  • key color value is 32.16%

CMYK: (0,10,10,32)
C0M10Y10K32 (0%, 10%, 10%, 32%)
(0.00 / 0.10 / 0.10 / 0.32)

CMYK percentages

%0
%9.83
%10.4
%32.16

Codes

Color #AD9C9B in popluar color models

AD 9C 9B
RGB 173 156 155
HSL 9.89% 64.31%
HSB/HSV 10.40% 67.84%
CMYK 0.00% 9.83% 10.40%
32.16%

Color #AD9C9B in popluar number systems.

HEX AD 9C 9B
Decimal 173 156 155
Binary 10101101 10011100 10011011
Octal 255 234 233

Shades and tints

Shades of #AD9C9B

#AD9C9B
(173,156,155)
#9E8E8D
(158,142,141)
#8F807F
(143,128,127)
#807271
(128,114,113)
#716463
(113,100,99)
#625655
(98,86,85)
#534847
(83,72,71)
#443A39
(68,58,57)
#352C2B
(53,44,43)
#261E1D
(38,30,29)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #AD9C9B

#AD9C9B
(173,156,155)
#B4A5A4
(180,165,164)
#BBAEAD
(187,174,173)
#C2B7B6
(194,183,182)
#C9C0BF
(201,192,191)
#D0C9C8
(208,201,200)
#D7D2D1
(215,210,209)
#DEDBDA
(222,219,218)
#E5E4E3
(229,228,227)
#ECEDEC
(236,237,236)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9C9B; }

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

This text font color is #AD9C9B.

Background Color

.myBgColor { background-color: #AD9C9B; }

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

This div background color is #AD9C9B.

Border color

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

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

This div border color is #AD9C9B.

Opacity

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

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

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

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

This text has shadow with #AD9C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9C9B.

Preview

Color preview on black background

This text has color #AD9C9B on black background.


Color preview on white background

This text has color #AD9C9B on white background.


Black color preview on #AD9C9B background

This text has black color on #AD9C9B background.


White color preview on #AD9C9B background

This text has white color on #AD9C9B background.


Related colors

Complementary color

Complementary color for #hex is #526364.


I love getcolorcode.com

Triadic colors

1 #9BAD9C and #9C9BAD with #AD9C9B are triadic colors.

2 #9B9CAD and #9CAD9B with #AD9C9B are triadic colors.