COLOR #AD7846

HEX: #AD7846
RGB: (173,120,70)

Color info

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

RGB color model

#AD7846 color RGB value is (173,120,70).

  • red value is 173;
  • green value is 120;
  • blue value is 70.
RGB:
(173,120,70)
(68%,47%,27%)

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 70 of 255 = 27%

173
120
70

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

Portions of RGB colors in percentages

R + G + B =
173 + 120 + 70 = 363 (100%)
R 173 of 363 ~ 47.66%
G 120 of 363 ~ 33.06%
B 70 of 363 ~ 19.28%

%47.66
%33.06
%19.28

CMYK color model

#AD7846 color CMYK value is (0,31,60,32).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 59.54%
  • key color value is 32.16%
CMYK:
(0,31,60,32)
C0M31Y60K32 
(0%,31%,60%,32%)
(0.00/0.31/0.60/0.32)	

CMYK percentages

%0
%30.64
%59.54
%32.16

Codes

Color #AD7846 in popluar color models

AD7846
RGB17312070
HSL29°42.39%47.65%
HSB/HSV29°59.54%67.84%
CMYK0.00%30.64%59.54%
32.16%

Color #AD7846 in popluar number systems.

HEXAD7846
Decimal17312070
Binary1010110111110001000110
Octal255170106

Shades and tints

Shades of #AD7846

#AD7846
(173,120,70)
#9E6E40
(158,110,64)
#8F643A
(143,100,58)
#805A34
(128,90,52)
#71502E
(113,80,46)
#624628
(98,70,40)
#533C22
(83,60,34)
#44321C
(68,50,28)
#352816
(53,40,22)
#261E10
(38,30,16)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #AD7846

#AD7846
(173,120,70)
#B48456
(180,132,86)
#BB9066
(187,144,102)
#C29C76
(194,156,118)
#C9A886
(201,168,134)
#D0B496
(208,180,150)
#D7C0A6
(215,192,166)
#DECCB6
(222,204,182)
#E5D8C6
(229,216,198)
#ECE4D6
(236,228,214)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7846; }

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

This text font color is #AD7846.


Background Color

.myBgColor { background-color: #AD7846; }

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

This div background color is #AD7846.


Border color

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

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

This div border color is #AD7846.


Opacity

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

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

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

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

This text has shadow with #AD7846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7846 on black background.


Color preview on white background

This text has color #AD7846 on white background.



Black color preview on #AD7846 background

This text has black color on #AD7846 background.


White color preview on #AD7846 background

This text has white color on #AD7846 background.