COLOR #AD7E32

HEX: #AD7E32 RGB: (173,126,50)

Color info

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

RGB color model

#AD7E32 color RGB value is (173,126,50).

RGB: (173,126,50) (68%, 49%, 20%)

RGB channels and saturation

R 173 of 255 = 68%
G 126 of 255 = 49%
B 50 of 255 = 20%

173
126
50

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

Portions of RGB colors in percentages

R + G + B = 173 + 126 + 50 = 349 (100%)
R 173 of 349 ~ 49.57%
G 126 of 349 ~ 36.1%
B 50 of 349 ~ 14.33'%

%49.57
%36.1
%14.33

CMYK color model

#AD7E32 color CMYK value is (0,27,71,32).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 71.10%
  • key color value is 32.16%

CMYK: (0,27,71,32)
C0M27Y71K32 (0%, 27%, 71%, 32%)
(0.00 / 0.27 / 0.71 / 0.32)

CMYK percentages

%0
%27.17
%71.1
%32.16

Codes

Color #AD7E32 in popluar color models

AD 7E 32
RGB 173 126 50
HSL 37° 55.16% 43.73%
HSB/HSV 37° 71.10% 67.84%
CMYK 0.00% 27.17% 71.10%
32.16%

Color #AD7E32 in popluar number systems.

HEX AD 7E 32
Decimal 173 126 50
Binary 10101101 1111110 110010
Octal 255 176 62

Shades and tints

Shades of #AD7E32

#AD7E32
(173,126,50)
#9E732E
(158,115,46)
#8F682A
(143,104,42)
#805D26
(128,93,38)
#715222
(113,82,34)
#62471E
(98,71,30)
#533C1A
(83,60,26)
#443116
(68,49,22)
#352612
(53,38,18)
#261B0E
(38,27,14)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #AD7E32

#AD7E32
(173,126,50)
#B48944
(180,137,68)
#BB9456
(187,148,86)
#C29F68
(194,159,104)
#C9AA7A
(201,170,122)
#D0B58C
(208,181,140)
#D7C09E
(215,192,158)
#DECBB0
(222,203,176)
#E5D6C2
(229,214,194)
#ECE1D4
(236,225,212)
#F3ECE6
(243,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7E32 color. Also use rgb(173,126,50) instead hex code.

Text Font Color

.myTextColor { color: #AD7E32; }

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

This text font color is #AD7E32.

Background Color

.myBgColor { background-color: #AD7E32; }

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

This div background color is #AD7E32.

Border color

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

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

This div border color is #AD7E32.

Opacity

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

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

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

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

This text has shadow with #AD7E32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7E32.

Preview

Color preview on black background

This text has color #AD7E32 on black background.


Color preview on white background

This text has color #AD7E32 on white background.


Black color preview on #AD7E32 background

This text has black color on #AD7E32 background.


White color preview on #AD7E32 background

This text has white color on #AD7E32 background.


Related colors

Complementary color

Complementary color for #hex is #5281CD.


I love getcolorcode.com

Triadic colors

1 #32AD7E and #7E32AD with #AD7E32 are triadic colors.

2 #327EAD and #7EAD32 with #AD7E32 are triadic colors.