COLOR #AD804C

HEX: #AD804C RGB: (173,128,76)

Color info

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

RGB color model

#AD804C color RGB value is (173,128,76).

RGB: (173,128,76) (68%, 50%, 30%)

RGB channels and saturation

R 173 of 255 = 68%
G 128 of 255 = 50%
B 76 of 255 = 30%

173
128
76

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

Portions of RGB colors in percentages

R + G + B = 173 + 128 + 76 = 377 (100%)
R 173 of 377 ~ 45.89%
G 128 of 377 ~ 33.95%
B 76 of 377 ~ 20.16'%

%45.89
%33.95
%20.16

CMYK color model

#AD804C color CMYK value is (0,26,56,32).

  • cyan value is 0.00%
  • magenta value is 26.01%
  • yellow value is 56.07%
  • key color value is 32.16%

CMYK: (0,26,56,32)
C0M26Y56K32 (0%, 26%, 56%, 32%)
(0.00 / 0.26 / 0.56 / 0.32)

CMYK percentages

%0
%26.01
%56.07
%32.16

Codes

Color #AD804C in popluar color models

AD 80 4C
RGB 173 128 76
HSL 32° 38.96% 48.82%
HSB/HSV 32° 56.07% 67.84%
CMYK 0.00% 26.01% 56.07%
32.16%

Color #AD804C in popluar number systems.

HEX AD 80 4C
Decimal 173 128 76
Binary 10101101 10000000 1001100
Octal 255 200 114

Shades and tints

Shades of #AD804C

#AD804C
(173,128,76)
#9E7546
(158,117,70)
#8F6A40
(143,106,64)
#805F3A
(128,95,58)
#715434
(113,84,52)
#62492E
(98,73,46)
#533E28
(83,62,40)
#443322
(68,51,34)
#35281C
(53,40,28)
#261D16
(38,29,22)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #AD804C

#AD804C
(173,128,76)
#B48B5C
(180,139,92)
#BB966C
(187,150,108)
#C2A17C
(194,161,124)
#C9AC8C
(201,172,140)
#D0B79C
(208,183,156)
#D7C2AC
(215,194,172)
#DECDBC
(222,205,188)
#E5D8CC
(229,216,204)
#ECE3DC
(236,227,220)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD804C color. Also use rgb(173,128,76) instead hex code.

Text Font Color

.myTextColor { color: #AD804C; }

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

This text font color is #AD804C.

Background Color

.myBgColor { background-color: #AD804C; }

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

This div background color is #AD804C.

Border color

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

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

This div border color is #AD804C.

Opacity

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

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

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

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

This text has shadow with #AD804C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD804C.

Preview

Color preview on black background

This text has color #AD804C on black background.


Color preview on white background

This text has color #AD804C on white background.


Black color preview on #AD804C background

This text has black color on #AD804C background.


White color preview on #AD804C background

This text has white color on #AD804C background.


Related colors

Complementary color

Complementary color for #hex is #527FB3.


I love getcolorcode.com

Triadic colors

1 #4CAD80 and #804CAD with #AD804C are triadic colors.

2 #4C80AD and #80AD4C with #AD804C are triadic colors.