COLOR #AD7B4C

HEX: #AD7B4C RGB: (173,123,76)

Color info

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

RGB color model

#AD7B4C color RGB value is (173,123,76).

RGB: (173,123,76) (68%, 48%, 30%)

RGB channels and saturation

R 173 of 255 = 68%
G 123 of 255 = 48%
B 76 of 255 = 30%

173
123
76

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

Portions of RGB colors in percentages

R + G + B = 173 + 123 + 76 = 372 (100%)
R 173 of 372 ~ 46.51%
G 123 of 372 ~ 33.06%
B 76 of 372 ~ 20.43'%

%46.51
%33.06
%20.43

CMYK color model

#AD7B4C color CMYK value is (0,29,56,32).

  • cyan value is 0.00%
  • magenta value is 28.90%
  • yellow value is 56.07%
  • key color value is 32.16%
CMYK: (0,29,56,32) C0M29Y56K32 (0%,29%,56%,32%) (0.00/0.29/0.56/0.32) 

CMYK percentages

%0
%28.9
%56.07
%32.16

Codes

Color #AD7B4C in popluar color models

AD 7B 4C
RGB 173 123 76
HSL 29° 38.96% 48.82%
HSB/HSV 29° 56.07% 67.84%
CMYK 0.00% 28.90% 56.07%
32.16%

Color #AD7B4C in popluar number systems.

HEX AD 7B 4C
Decimal 173 123 76
Binary 10101101 1111011 1001100
Octal 255 173 114

Shades and tints

Shades of #AD7B4C

#AD7B4C
(173,123,76)
#9E7046
(158,112,70)
#8F6540
(143,101,64)
#805A3A
(128,90,58)
#714F34
(113,79,52)
#62442E
(98,68,46)
#533928
(83,57,40)
#442E22
(68,46,34)
#35231C
(53,35,28)
#261816
(38,24,22)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #AD7B4C

#AD7B4C
(173,123,76)
#B4875C
(180,135,92)
#BB936C
(187,147,108)
#C29F7C
(194,159,124)
#C9AB8C
(201,171,140)
#D0B79C
(208,183,156)
#D7C3AC
(215,195,172)
#DECFBC
(222,207,188)
#E5DBCC
(229,219,204)
#ECE7DC
(236,231,220)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7B4C; }

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

This text font color is #AD7B4C.

Background Color

.myBgColor { background-color: #AD7B4C; }

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

This div background color is #AD7B4C.

Border color

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

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

This div border color is #AD7B4C.

Opacity

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

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

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

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

This text has shadow with #AD7B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7B4C.

Preview

Color preview on black background

This text has color #AD7B4C on black background.


Color preview on white background

This text has color #AD7B4C on white background.


Black color preview on #AD7B4C background

This text has black color on #AD7B4C background.


White color preview on #AD7B4C background

This text has white color on #AD7B4C background.


Related colors

Complementary color

Complementary color for #hex is #5284B3.


I love getcolorcode.com

Triadic colors

1 #4CAD7B and #7B4CAD with #AD7B4C are triadic colors.

2 #4C7BAD and #7BAD4C with #AD7B4C are triadic colors.