COLOR #AD9C88

HEX: #AD9C88 RGB: (173,156,136)

Color info

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

RGB color model

#AD9C88 color RGB value is (173,156,136).

RGB: (173,156,136) (68%, 61%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 136 of 255 = 53%

173
156
136

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

Portions of RGB colors in percentages

R + G + B = 173 + 156 + 136 = 465 (100%)
R 173 of 465 ~ 37.2%
G 156 of 465 ~ 33.55%
B 136 of 465 ~ 29.25'%

%37.2
%33.55
%29.25

CMYK color model

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

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

CMYK: (0,10,21,32)
C0M10Y21K32 (0%, 10%, 21%, 32%)
(0.00 / 0.10 / 0.21 / 0.32)

CMYK percentages

%0
%9.83
%21.39
%32.16

Codes

Color #AD9C88 in popluar color models

AD 9C 88
RGB 173 156 136
HSL 32° 18.41% 60.59%
HSB/HSV 32° 21.39% 67.84%
CMYK 0.00% 9.83% 21.39%
32.16%

Color #AD9C88 in popluar number systems.

HEX AD 9C 88
Decimal 173 156 136
Binary 10101101 10011100 10001000
Octal 255 234 210

Shades and tints

Shades of #AD9C88

#AD9C88
(173,156,136)
#9E8E7C
(158,142,124)
#8F8070
(143,128,112)
#807264
(128,114,100)
#716458
(113,100,88)
#62564C
(98,86,76)
#534840
(83,72,64)
#443A34
(68,58,52)
#352C28
(53,44,40)
#261E1C
(38,30,28)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #AD9C88

#AD9C88
(173,156,136)
#B4A592
(180,165,146)
#BBAE9C
(187,174,156)
#C2B7A6
(194,183,166)
#C9C0B0
(201,192,176)
#D0C9BA
(208,201,186)
#D7D2C4
(215,210,196)
#DEDBCE
(222,219,206)
#E5E4D8
(229,228,216)
#ECEDE2
(236,237,226)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9C88; }

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

This text font color is #AD9C88.

Background Color

.myBgColor { background-color: #AD9C88; }

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

This div background color is #AD9C88.

Border color

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

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

This div border color is #AD9C88.

Opacity

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

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

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

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

This text has shadow with #AD9C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9C88.

Preview

Color preview on black background

This text has color #AD9C88 on black background.


Color preview on white background

This text has color #AD9C88 on white background.


Black color preview on #AD9C88 background

This text has black color on #AD9C88 background.


White color preview on #AD9C88 background

This text has white color on #AD9C88 background.


Related colors

Complementary color

Complementary color for #hex is #526377.


I love getcolorcode.com

Triadic colors

1 #88AD9C and #9C88AD with #AD9C88 are triadic colors.

2 #889CAD and #9CAD88 with #AD9C88 are triadic colors.