COLOR #AD9884

HEX: #AD9884 RGB: (173,152,132)

Color info

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

RGB color model

#AD9884 color RGB value is (173,152,132).

RGB: (173,152,132) (68%, 60%, 52%)

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 132 of 255 = 52%

173
152
132

R + G + B ~ 60%. #AD9884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 152 + 132 = 457 (100%)
R 173 of 457 ~ 37.86%
G 152 of 457 ~ 33.26%
B 132 of 457 ~ 28.88'%

%37.86
%33.26
%28.88

CMYK color model

#AD9884 color CMYK value is (0,12,24,32).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 23.70%
  • key color value is 32.16%

CMYK: (0,12,24,32)
C0M12Y24K32 (0%, 12%, 24%, 32%)
(0.00 / 0.12 / 0.24 / 0.32)

CMYK percentages

%0
%12.14
%23.7
%32.16

Codes

Color #AD9884 in popluar color models

AD 98 84
RGB 173 152 132
HSL 29° 20.00% 59.80%
HSB/HSV 29° 23.70% 67.84%
CMYK 0.00% 12.14% 23.70%
32.16%

Color #AD9884 in popluar number systems.

HEX AD 98 84
Decimal 173 152 132
Binary 10101101 10011000 10000100
Octal 255 230 204

Shades and tints

Shades of #AD9884

#AD9884
(173,152,132)
#9E8B78
(158,139,120)
#8F7E6C
(143,126,108)
#807160
(128,113,96)
#716454
(113,100,84)
#625748
(98,87,72)
#534A3C
(83,74,60)
#443D30
(68,61,48)
#353024
(53,48,36)
#262318
(38,35,24)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #AD9884

#AD9884
(173,152,132)
#B4A18F
(180,161,143)
#BBAA9A
(187,170,154)
#C2B3A5
(194,179,165)
#C9BCB0
(201,188,176)
#D0C5BB
(208,197,187)
#D7CEC6
(215,206,198)
#DED7D1
(222,215,209)
#E5E0DC
(229,224,220)
#ECE9E7
(236,233,231)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9884 color. Also use rgb(173,152,132) instead hex code.

Text Font Color

.myTextColor { color: #AD9884; }

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

This text font color is #AD9884.

Background Color

.myBgColor { background-color: #AD9884; }

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

This div background color is #AD9884.

Border color

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

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

This div border color is #AD9884.

Opacity

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

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

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

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

This text has shadow with #AD9884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9884.

Preview

Color preview on black background

This text has color #AD9884 on black background.


Color preview on white background

This text has color #AD9884 on white background.


Black color preview on #AD9884 background

This text has black color on #AD9884 background.


White color preview on #AD9884 background

This text has white color on #AD9884 background.


Related colors

Complementary color

Complementary color for #hex is #52677B.


I love getcolorcode.com

Triadic colors

1 #84AD98 and #9884AD with #AD9884 are triadic colors.

2 #8498AD and #98AD84 with #AD9884 are triadic colors.