COLOR #AD8879

HEX: #AD8879
RGB: (173,136,121)

Color info

#AD8879 contains red, green and blue colors in about the same proportion. Web safe color of #AD8879 is #999966 (or #996).

RGB color model

#AD8879 color RGB value is (173,136,121).

  • red value is 173;
  • green value is 136;
  • blue value is 121.
RGB:
(173,136,121)
(68%,53%,47%)

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 121 of 255 = 47%

173
136
121

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

Portions of RGB colors in percentages

R + G + B =
173 + 136 + 121 = 430 (100%)
R 173 of 430 ~ 40.23%
G 136 of 430 ~ 31.63%
B 121 of 430 ~ 28.14%

%40.23
%31.63
%28.14

CMYK color model

#AD8879 color CMYK value is (0,21,30,32).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 30.06%
  • key color value is 32.16%
CMYK:
(0,21,30,32)
C0M21Y30K32 
(0%,21%,30%,32%)
(0.00/0.21/0.30/0.32)	

CMYK percentages

%0
%21.39
%30.06
%32.16

Codes

Color #AD8879 in popluar color models

AD8879
RGB173136121
HSL17°24.07%57.65%
HSB/HSV17°30.06%67.84%
CMYK0.00%21.39%30.06%
32.16%

Color #AD8879 in popluar number systems.

HEXAD8879
Decimal173136121
Binary10101101100010001111001
Octal255210171

Shades and tints

Shades of #AD8879

#AD8879
(173,136,121)
#9E7C6E
(158,124,110)
#8F7063
(143,112,99)
#806458
(128,100,88)
#71584D
(113,88,77)
#624C42
(98,76,66)
#534037
(83,64,55)
#44342C
(68,52,44)
#352821
(53,40,33)
#261C16
(38,28,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #AD8879

#AD8879
(173,136,121)
#B49285
(180,146,133)
#BB9C91
(187,156,145)
#C2A69D
(194,166,157)
#C9B0A9
(201,176,169)
#D0BAB5
(208,186,181)
#D7C4C1
(215,196,193)
#DECECD
(222,206,205)
#E5D8D9
(229,216,217)
#ECE2E5
(236,226,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8879; }

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

This text font color is #AD8879.


Background Color

.myBgColor { background-color: #AD8879; }

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

This div background color is #AD8879.


Border color

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

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

This div border color is #AD8879.


Opacity

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

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

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

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

This text has shadow with #AD8879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8879 on black background.


Color preview on white background

This text has color #AD8879 on white background.



Black color preview on #AD8879 background

This text has black color on #AD8879 background.


White color preview on #AD8879 background

This text has white color on #AD8879 background.