COLOR #AD7A3B

HEX: #AD7A3B RGB: (173,122,59)

Color info

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

RGB color model

#AD7A3B color RGB value is (173,122,59).

RGB: (173,122,59) (68%, 48%, 23%)

RGB channels and saturation

R 173 of 255 = 68%
G 122 of 255 = 48%
B 59 of 255 = 23%

173
122
59

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

Portions of RGB colors in percentages

R + G + B = 173 + 122 + 59 = 354 (100%)
R 173 of 354 ~ 48.87%
G 122 of 354 ~ 34.46%
B 59 of 354 ~ 16.67'%

%48.87
%34.46
%16.67

CMYK color model

#AD7A3B color CMYK value is (0,29,66,32).

  • cyan value is 0.00%
  • magenta value is 29.48%
  • yellow value is 65.90%
  • key color value is 32.16%

CMYK: (0,29,66,32)
C0M29Y66K32 (0%, 29%, 66%, 32%)
(0.00 / 0.29 / 0.66 / 0.32)

CMYK percentages

%0
%29.48
%65.9
%32.16

Codes

Color #AD7A3B in popluar color models

AD 7A 3B
RGB 173 122 59
HSL 33° 49.14% 45.49%
HSB/HSV 33° 65.90% 67.84%
CMYK 0.00% 29.48% 65.90%
32.16%

Color #AD7A3B in popluar number systems.

HEX AD 7A 3B
Decimal 173 122 59
Binary 10101101 1111010 111011
Octal 255 172 73

Shades and tints

Shades of #AD7A3B

#AD7A3B
(173,122,59)
#9E6F36
(158,111,54)
#8F6431
(143,100,49)
#80592C
(128,89,44)
#714E27
(113,78,39)
#624322
(98,67,34)
#53381D
(83,56,29)
#442D18
(68,45,24)
#352213
(53,34,19)
#26170E
(38,23,14)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #AD7A3B

#AD7A3B
(173,122,59)
#B4864C
(180,134,76)
#BB925D
(187,146,93)
#C29E6E
(194,158,110)
#C9AA7F
(201,170,127)
#D0B690
(208,182,144)
#D7C2A1
(215,194,161)
#DECEB2
(222,206,178)
#E5DAC3
(229,218,195)
#ECE6D4
(236,230,212)
#F3F2E5
(243,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7A3B color. Also use rgb(173,122,59) instead hex code.

Text Font Color

.myTextColor { color: #AD7A3B; }

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

This text font color is #AD7A3B.

Background Color

.myBgColor { background-color: #AD7A3B; }

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

This div background color is #AD7A3B.

Border color

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

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

This div border color is #AD7A3B.

Opacity

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

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

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

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

This text has shadow with #AD7A3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7A3B.

Preview

Color preview on black background

This text has color #AD7A3B on black background.


Color preview on white background

This text has color #AD7A3B on white background.


Black color preview on #AD7A3B background

This text has black color on #AD7A3B background.


White color preview on #AD7A3B background

This text has white color on #AD7A3B background.


Related colors

Complementary color

Complementary color for #hex is #5285C4.


I love getcolorcode.com

Triadic colors

1 #3BAD7A and #7A3BAD with #AD7A3B are triadic colors.

2 #3B7AAD and #7AAD3B with #AD7A3B are triadic colors.