COLOR #AD7A3F

HEX: #AD7A3F RGB: (173,122,63)

Color info

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

RGB color model

#AD7A3F color RGB value is (173,122,63).

RGB: (173,122,63) (68%, 48%, 25%)

RGB channels and saturation

R 173 of 255 = 68%
G 122 of 255 = 48%
B 63 of 255 = 25%

173
122
63

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

Portions of RGB colors in percentages

R + G + B = 173 + 122 + 63 = 358 (100%)
R 173 of 358 ~ 48.32%
G 122 of 358 ~ 34.08%
B 63 of 358 ~ 17.6'%

%48.32
%34.08
%17.6

CMYK color model

#AD7A3F color CMYK value is (0,29,64,32).

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

CMYK: (0,29,64,32)
C0M29Y64K32 (0%, 29%, 64%, 32%)
(0.00 / 0.29 / 0.64 / 0.32)

CMYK percentages

%0
%29.48
%63.58
%32.16

Codes

Color #AD7A3F in popluar color models

AD 7A 3F
RGB 173 122 63
HSL 32° 46.61% 46.27%
HSB/HSV 32° 63.58% 67.84%
CMYK 0.00% 29.48% 63.58%
32.16%

Color #AD7A3F in popluar number systems.

HEX AD 7A 3F
Decimal 173 122 63
Binary 10101101 1111010 111111
Octal 255 172 77

Shades and tints

Shades of #AD7A3F

#AD7A3F
(173,122,63)
#9E6F3A
(158,111,58)
#8F6435
(143,100,53)
#805930
(128,89,48)
#714E2B
(113,78,43)
#624326
(98,67,38)
#533821
(83,56,33)
#442D1C
(68,45,28)
#352217
(53,34,23)
#261712
(38,23,18)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #AD7A3F

#AD7A3F
(173,122,63)
#B48650
(180,134,80)
#BB9261
(187,146,97)
#C29E72
(194,158,114)
#C9AA83
(201,170,131)
#D0B694
(208,182,148)
#D7C2A5
(215,194,165)
#DECEB6
(222,206,182)
#E5DAC7
(229,218,199)
#ECE6D8
(236,230,216)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7A3F; }

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

This text font color is #AD7A3F.

Background Color

.myBgColor { background-color: #AD7A3F; }

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

This div background color is #AD7A3F.

Border color

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

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

This div border color is #AD7A3F.

Opacity

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

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

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

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

This text has shadow with #AD7A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7A3F.

Preview

Color preview on black background

This text has color #AD7A3F on black background.


Color preview on white background

This text has color #AD7A3F on white background.


Black color preview on #AD7A3F background

This text has black color on #AD7A3F background.


White color preview on #AD7A3F background

This text has white color on #AD7A3F background.


Related colors

Complementary color

Complementary color for #hex is #5285C0.


I love getcolorcode.com

Triadic colors

1 #3FAD7A and #7A3FAD with #AD7A3F are triadic colors.

2 #3F7AAD and #7AAD3F with #AD7A3F are triadic colors.