COLOR #AD887F

HEX: #AD887F
RGB: (173,136,127)

Color info

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

RGB color model

#AD887F color RGB value is (173,136,127).

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

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 127 of 255 = 50%

173
136
127

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

Portions of RGB colors in percentages

R + G + B =
173 + 136 + 127 = 436 (100%)
R 173 of 436 ~ 39.68%
G 136 of 436 ~ 31.19%
B 127 of 436 ~ 29.13%

%39.68
%31.19
%29.13

CMYK color model

#AD887F color CMYK value is (0,21,27,32).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(0,21,27,32)
C0M21Y27K32 
(0%,21%,27%,32%)
(0.00/0.21/0.27/0.32)	

CMYK percentages

%0
%21.39
%26.59
%32.16

Codes

Color #AD887F in popluar color models

AD887F
RGB173136127
HSL12°21.90%58.82%
HSB/HSV12°26.59%67.84%
CMYK0.00%21.39%26.59%
32.16%

Color #AD887F in popluar number systems.

HEXAD887F
Decimal173136127
Binary10101101100010001111111
Octal255210177

Shades and tints

Shades of #AD887F

#AD887F
(173,136,127)
#9E7C74
(158,124,116)
#8F7069
(143,112,105)
#80645E
(128,100,94)
#715853
(113,88,83)
#624C48
(98,76,72)
#53403D
(83,64,61)
#443432
(68,52,50)
#352827
(53,40,39)
#261C1C
(38,28,28)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD887F

#AD887F
(173,136,127)
#B4928A
(180,146,138)
#BB9C95
(187,156,149)
#C2A6A0
(194,166,160)
#C9B0AB
(201,176,171)
#D0BAB6
(208,186,182)
#D7C4C1
(215,196,193)
#DECECC
(222,206,204)
#E5D8D7
(229,216,215)
#ECE2E2
(236,226,226)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD887F; }

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

This text font color is #AD887F.


Background Color

.myBgColor { background-color: #AD887F; }

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

This div background color is #AD887F.


Border color

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

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

This div border color is #AD887F.


Opacity

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

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

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

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

This text has shadow with #AD887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD887F on black background.


Color preview on white background

This text has color #AD887F on white background.



Black color preview on #AD887F background

This text has black color on #AD887F background.


White color preview on #AD887F background

This text has white color on #AD887F background.