COLOR #AD7849

HEX: #AD7849 RGB: (173,120,73)

Color info

#AD7849 contains mainly red and green colors. Web safe color of #AD7849 is #996633 (or #963).

RGB color model

#AD7849 color RGB value is (173,120,73).

RGB: (173,120,73) (68%, 47%, 29%)

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 73 of 255 = 29%

173
120
73

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

Portions of RGB colors in percentages

R + G + B = 173 + 120 + 73 = 366 (100%)
R 173 of 366 ~ 47.27%
G 120 of 366 ~ 32.79%
B 73 of 366 ~ 19.95'%

%47.27
%32.79
%19.95

CMYK color model

#AD7849 color CMYK value is (0,31,58,32).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 57.80%
  • key color value is 32.16%

CMYK: (0,31,58,32)
C0M31Y58K32 (0%, 31%, 58%, 32%)
(0.00 / 0.31 / 0.58 / 0.32)

CMYK percentages

%0
%30.64
%57.8
%32.16

Codes

Color #AD7849 in popluar color models

AD 78 49
RGB 173 120 73
HSL 28° 40.65% 48.24%
HSB/HSV 28° 57.80% 67.84%
CMYK 0.00% 30.64% 57.80%
32.16%

Color #AD7849 in popluar number systems.

HEX AD 78 49
Decimal 173 120 73
Binary 10101101 1111000 1001001
Octal 255 170 111

Shades and tints

Shades of #AD7849

#AD7849
(173,120,73)
#9E6E43
(158,110,67)
#8F643D
(143,100,61)
#805A37
(128,90,55)
#715031
(113,80,49)
#62462B
(98,70,43)
#533C25
(83,60,37)
#44321F
(68,50,31)
#352819
(53,40,25)
#261E13
(38,30,19)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #AD7849

#AD7849
(173,120,73)
#B48459
(180,132,89)
#BB9069
(187,144,105)
#C29C79
(194,156,121)
#C9A889
(201,168,137)
#D0B499
(208,180,153)
#D7C0A9
(215,192,169)
#DECCB9
(222,204,185)
#E5D8C9
(229,216,201)
#ECE4D9
(236,228,217)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7849 color. Also use rgb(173,120,73) instead hex code.

Text Font Color

.myTextColor { color: #AD7849; }

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

This text font color is #AD7849.

Background Color

.myBgColor { background-color: #AD7849; }

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

This div background color is #AD7849.

Border color

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

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

This div border color is #AD7849.

Opacity

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

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

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

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

This text has shadow with #AD7849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7849.

Preview

Color preview on black background

This text has color #AD7849 on black background.


Color preview on white background

This text has color #AD7849 on white background.


Black color preview on #AD7849 background

This text has black color on #AD7849 background.


White color preview on #AD7849 background

This text has white color on #AD7849 background.


Related colors

Complementary color

Complementary color for #hex is #5287B6.


I love getcolorcode.com

Triadic colors

1 #49AD78 and #7849AD with #AD7849 are triadic colors.

2 #4978AD and #78AD49 with #AD7849 are triadic colors.