COLOR #AD894D

HEX: #AD894D RGB: (173,137,77)

Color info

#AD894D contains mainly red and green colors. Web safe color of #AD894D is #999933 (or #993).

RGB color model

#AD894D color RGB value is (173,137,77).

RGB: (173,137,77) (68%, 54%, 30%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 77 of 255 = 30%

173
137
77

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

Portions of RGB colors in percentages

R + G + B = 173 + 137 + 77 = 387 (100%)
R 173 of 387 ~ 44.7%
G 137 of 387 ~ 35.4%
B 77 of 387 ~ 19.9'%

%44.7
%35.4
%19.9

CMYK color model

#AD894D color CMYK value is (0,21,55,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 55.49%
  • key color value is 32.16%

CMYK: (0,21,55,32)
C0M21Y55K32 (0%, 21%, 55%, 32%)
(0.00 / 0.21 / 0.55 / 0.32)

CMYK percentages

%0
%20.81
%55.49
%32.16

Codes

Color #AD894D in popluar color models

AD 89 4D
RGB 173 137 77
HSL 38° 38.40% 49.02%
HSB/HSV 38° 55.49% 67.84%
CMYK 0.00% 20.81% 55.49%
32.16%

Color #AD894D in popluar number systems.

HEX AD 89 4D
Decimal 173 137 77
Binary 10101101 10001001 1001101
Octal 255 211 115

Shades and tints

Shades of #AD894D

#AD894D
(173,137,77)
#9E7D46
(158,125,70)
#8F713F
(143,113,63)
#806538
(128,101,56)
#715931
(113,89,49)
#624D2A
(98,77,42)
#534123
(83,65,35)
#44351C
(68,53,28)
#352915
(53,41,21)
#261D0E
(38,29,14)
#171107
(23,17,7)
#000000
(0,0,0)

Tints of #AD894D

#AD894D
(173,137,77)
#B4935D
(180,147,93)
#BB9D6D
(187,157,109)
#C2A77D
(194,167,125)
#C9B18D
(201,177,141)
#D0BB9D
(208,187,157)
#D7C5AD
(215,197,173)
#DECFBD
(222,207,189)
#E5D9CD
(229,217,205)
#ECE3DD
(236,227,221)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD894D; }

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

This text font color is #AD894D.

Background Color

.myBgColor { background-color: #AD894D; }

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

This div background color is #AD894D.

Border color

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

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

This div border color is #AD894D.

Opacity

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

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

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

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

This text has shadow with #AD894D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD894D.

Preview

Color preview on black background

This text has color #AD894D on black background.


Color preview on white background

This text has color #AD894D on white background.


Black color preview on #AD894D background

This text has black color on #AD894D background.


White color preview on #AD894D background

This text has white color on #AD894D background.


Related colors

Complementary color

Complementary color for #hex is #5276B2.


I love getcolorcode.com

Triadic colors

1 #4DAD89 and #894DAD with #AD894D are triadic colors.

2 #4D89AD and #89AD4D with #AD894D are triadic colors.