COLOR #AD896C

HEX: #AD896C
RGB: (173,137,108)

Color info

#AD896C contains mainly red and green colors. Web safe color of #AD896C is #999966 (or #996).

RGB color model

#AD896C color RGB value is (173,137,108).

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

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 108 of 255 = 42%

173
137
108

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

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 108 = 418 (100%)
R 173 of 418 ~ 41.39%
G 137 of 418 ~ 32.78%
B 108 of 418 ~ 25.84%

%41.39
%32.78
%25.84

CMYK color model

#AD896C color CMYK value is (0,21,38,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK:
(0,21,38,32)
C0M21Y38K32 
(0%,21%,38%,32%)
(0.00/0.21/0.38/0.32)	

CMYK percentages

%0
%20.81
%37.57
%32.16

Codes

Color #AD896C in popluar color models

AD896C
RGB173137108
HSL27°28.38%55.10%
HSB/HSV27°37.57%67.84%
CMYK0.00%20.81%37.57%
32.16%

Color #AD896C in popluar number systems.

HEXAD896C
Decimal173137108
Binary10101101100010011101100
Octal255211154

Shades and tints

Shades of #AD896C

#AD896C
(173,137,108)
#9E7D63
(158,125,99)
#8F715A
(143,113,90)
#806551
(128,101,81)
#715948
(113,89,72)
#624D3F
(98,77,63)
#534136
(83,65,54)
#44352D
(68,53,45)
#352924
(53,41,36)
#261D1B
(38,29,27)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD896C

#AD896C
(173,137,108)
#B49379
(180,147,121)
#BB9D86
(187,157,134)
#C2A793
(194,167,147)
#C9B1A0
(201,177,160)
#D0BBAD
(208,187,173)
#D7C5BA
(215,197,186)
#DECFC7
(222,207,199)
#E5D9D4
(229,217,212)
#ECE3E1
(236,227,225)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD896C; }

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

This text font color is #AD896C.


Background Color

.myBgColor { background-color: #AD896C; }

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

This div background color is #AD896C.


Border color

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

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

This div border color is #AD896C.


Opacity

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

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

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

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

This text has shadow with #AD896C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD896C on black background.


Color preview on white background

This text has color #AD896C on white background.



Black color preview on #AD896C background

This text has black color on #AD896C background.


White color preview on #AD896C background

This text has white color on #AD896C background.