COLOR #AD7E2A

HEX: #AD7E2A RGB: (173,126,42)

Color info

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

RGB color model

#AD7E2A color RGB value is (173,126,42).

RGB: (173,126,42) (68%, 49%, 16%)

RGB channels and saturation

R 173 of 255 = 68%
G 126 of 255 = 49%
B 42 of 255 = 16%

173
126
42

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

Portions of RGB colors in percentages

R + G + B = 173 + 126 + 42 = 341 (100%)
R 173 of 341 ~ 50.73%
G 126 of 341 ~ 36.95%
B 42 of 341 ~ 12.32'%

%50.73
%36.95
%12.32

CMYK color model

#AD7E2A color CMYK value is (0,27,76,32).

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

CMYK: (0,27,76,32)
C0M27Y76K32 (0%, 27%, 76%, 32%)
(0.00 / 0.27 / 0.76 / 0.32)

CMYK percentages

%0
%27.17
%75.72
%32.16

Codes

Color #AD7E2A in popluar color models

AD 7E 2A
RGB 173 126 42
HSL 38° 60.93% 42.16%
HSB/HSV 38° 75.72% 67.84%
CMYK 0.00% 27.17% 75.72%
32.16%

Color #AD7E2A in popluar number systems.

HEX AD 7E 2A
Decimal 173 126 42
Binary 10101101 1111110 101010
Octal 255 176 52

Shades and tints

Shades of #AD7E2A

#AD7E2A
(173,126,42)
#9E7327
(158,115,39)
#8F6824
(143,104,36)
#805D21
(128,93,33)
#71521E
(113,82,30)
#62471B
(98,71,27)
#533C18
(83,60,24)
#443115
(68,49,21)
#352612
(53,38,18)
#261B0F
(38,27,15)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #AD7E2A

#AD7E2A
(173,126,42)
#B4893D
(180,137,61)
#BB9450
(187,148,80)
#C29F63
(194,159,99)
#C9AA76
(201,170,118)
#D0B589
(208,181,137)
#D7C09C
(215,192,156)
#DECBAF
(222,203,175)
#E5D6C2
(229,214,194)
#ECE1D5
(236,225,213)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7E2A; }

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

This text font color is #AD7E2A.

Background Color

.myBgColor { background-color: #AD7E2A; }

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

This div background color is #AD7E2A.

Border color

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

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

This div border color is #AD7E2A.

Opacity

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

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

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

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

This text has shadow with #AD7E2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7E2A.

Preview

Color preview on black background

This text has color #AD7E2A on black background.


Color preview on white background

This text has color #AD7E2A on white background.


Black color preview on #AD7E2A background

This text has black color on #AD7E2A background.


White color preview on #AD7E2A background

This text has white color on #AD7E2A background.


Related colors

Complementary color

Complementary color for #hex is #5281D5.


I love getcolorcode.com

Triadic colors

1 #2AAD7E and #7E2AAD with #AD7E2A are triadic colors.

2 #2A7EAD and #7EAD2A with #AD7E2A are triadic colors.