COLOR #AD897C

HEX: #AD897C
RGB: (173,137,124)

Color info

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

RGB color model

#AD897C color RGB value is (173,137,124).

  • red value is 173;
  • green value is 137;
  • blue value is 124.
RGB:
(173,137,124)
(68%,54%,49%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 124 of 255 = 49%

173
137
124

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

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 124 = 434 (100%)
R 173 of 434 ~ 39.86%
G 137 of 434 ~ 31.57%
B 124 of 434 ~ 28.57%

%39.86
%31.57
%28.57

CMYK color model

#AD897C color CMYK value is (0,21,28,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 28.32%
  • key color value is 32.16%
CMYK:
(0,21,28,32)
C0M21Y28K32 
(0%,21%,28%,32%)
(0.00/0.21/0.28/0.32)	

CMYK percentages

%0
%20.81
%28.32
%32.16

Codes

Color #AD897C in popluar color models

AD897C
RGB173137124
HSL16°23.00%58.24%
HSB/HSV16°28.32%67.84%
CMYK0.00%20.81%28.32%
32.16%

Color #AD897C in popluar number systems.

HEXAD897C
Decimal173137124
Binary10101101100010011111100
Octal255211174

Shades and tints

Shades of #AD897C

#AD897C
(173,137,124)
#9E7D71
(158,125,113)
#8F7166
(143,113,102)
#80655B
(128,101,91)
#715950
(113,89,80)
#624D45
(98,77,69)
#53413A
(83,65,58)
#44352F
(68,53,47)
#352924
(53,41,36)
#261D19
(38,29,25)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #AD897C

#AD897C
(173,137,124)
#B49387
(180,147,135)
#BB9D92
(187,157,146)
#C2A79D
(194,167,157)
#C9B1A8
(201,177,168)
#D0BBB3
(208,187,179)
#D7C5BE
(215,197,190)
#DECFC9
(222,207,201)
#E5D9D4
(229,217,212)
#ECE3DF
(236,227,223)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD897C color. Also use rgb(173,137,124) instead hex code.

Text Font Color

.myTextColor { color: #AD897C; }

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

This text font color is #AD897C.


Background Color

.myBgColor { background-color: #AD897C; }

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

This div background color is #AD897C.


Border color

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

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

This div border color is #AD897C.


Opacity

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

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

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

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

This text has shadow with #AD897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD897C on black background.


Color preview on white background

This text has color #AD897C on white background.



Black color preview on #AD897C background

This text has black color on #AD897C background.


White color preview on #AD897C background

This text has white color on #AD897C background.