COLOR #AD891D

HEX: #AD891D RGB: (173,137,29)

Color info

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

RGB color model

#AD891D color RGB value is (173,137,29).

RGB: (173,137,29) (68%, 54%, 11%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 29 of 255 = 11%

173
137
29

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

Portions of RGB colors in percentages

R + G + B = 173 + 137 + 29 = 339 (100%)
R 173 of 339 ~ 51.03%
G 137 of 339 ~ 40.41%
B 29 of 339 ~ 8.55'%

%51.03
%40.41

CMYK color model

#AD891D color CMYK value is (0,21,83,32).

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

CMYK: (0,21,83,32)
C0M21Y83K32 (0%, 21%, 83%, 32%)
(0.00 / 0.21 / 0.83 / 0.32)

CMYK percentages

%0
%20.81
%83.24
%32.16

Codes

Color #AD891D in popluar color models

AD 89 1D
RGB 173 137 29
HSL 45° 71.29% 39.61%
HSB/HSV 45° 83.24% 67.84%
CMYK 0.00% 20.81% 83.24%
32.16%

Color #AD891D in popluar number systems.

HEX AD 89 1D
Decimal 173 137 29
Binary 10101101 10001001 11101
Octal 255 211 35

Shades and tints

Shades of #AD891D

#AD891D
(173,137,29)
#9E7D1B
(158,125,27)
#8F7119
(143,113,25)
#806517
(128,101,23)
#715915
(113,89,21)
#624D13
(98,77,19)
#534111
(83,65,17)
#44350F
(68,53,15)
#35290D
(53,41,13)
#261D0B
(38,29,11)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #AD891D

#AD891D
(173,137,29)
#B49331
(180,147,49)
#BB9D45
(187,157,69)
#C2A759
(194,167,89)
#C9B16D
(201,177,109)
#D0BB81
(208,187,129)
#D7C595
(215,197,149)
#DECFA9
(222,207,169)
#E5D9BD
(229,217,189)
#ECE3D1
(236,227,209)
#F3EDE5
(243,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD891D; }

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

This text font color is #AD891D.

Background Color

.myBgColor { background-color: #AD891D; }

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

This div background color is #AD891D.

Border color

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

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

This div border color is #AD891D.

Opacity

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

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

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

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

This text has shadow with #AD891D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD891D.

Preview

Color preview on black background

This text has color #AD891D on black background.


Color preview on white background

This text has color #AD891D on white background.


Black color preview on #AD891D background

This text has black color on #AD891D background.


White color preview on #AD891D background

This text has white color on #AD891D background.


Related colors

Complementary color

Complementary color for #hex is #5276E2.


I love getcolorcode.com

Triadic colors

1 #1DAD89 and #891DAD with #AD891D are triadic colors.

2 #1D89AD and #89AD1D with #AD891D are triadic colors.