COLOR #AD896D

HEX: #AD896D
RGB: (173,137,109)

Color info

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

RGB color model

#AD896D color RGB value is (173,137,109).

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

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 109 of 255 = 43%

173
137
109

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

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 109 = 419 (100%)
R 173 of 419 ~ 41.29%
G 137 of 419 ~ 32.7%
B 109 of 419 ~ 26.01%

%41.29
%32.7
%26.01

CMYK color model

#AD896D color CMYK value is (0,21,37,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 36.99%
  • key color value is 32.16%
CMYK:
(0,21,37,32)
C0M21Y37K32 
(0%,21%,37%,32%)
(0.00/0.21/0.37/0.32)	

CMYK percentages

%0
%20.81
%36.99
%32.16

Codes

Color #AD896D in popluar color models

AD896D
RGB173137109
HSL26°28.07%55.29%
HSB/HSV26°36.99%67.84%
CMYK0.00%20.81%36.99%
32.16%

Color #AD896D in popluar number systems.

HEXAD896D
Decimal173137109
Binary10101101100010011101101
Octal255211155

Shades and tints

Shades of #AD896D

#AD896D
(173,137,109)
#9E7D64
(158,125,100)
#8F715B
(143,113,91)
#806552
(128,101,82)
#715949
(113,89,73)
#624D40
(98,77,64)
#534137
(83,65,55)
#44352E
(68,53,46)
#352925
(53,41,37)
#261D1C
(38,29,28)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #AD896D

#AD896D
(173,137,109)
#B4937A
(180,147,122)
#BB9D87
(187,157,135)
#C2A794
(194,167,148)
#C9B1A1
(201,177,161)
#D0BBAE
(208,187,174)
#D7C5BB
(215,197,187)
#DECFC8
(222,207,200)
#E5D9D5
(229,217,213)
#ECE3E2
(236,227,226)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD896D; }

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

This text font color is #AD896D.


Background Color

.myBgColor { background-color: #AD896D; }

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

This div background color is #AD896D.


Border color

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

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

This div border color is #AD896D.


Opacity

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

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

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

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

This text has shadow with #AD896D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD896D on black background.


Color preview on white background

This text has color #AD896D on white background.



Black color preview on #AD896D background

This text has black color on #AD896D background.


White color preview on #AD896D background

This text has white color on #AD896D background.