COLOR #AD7967

HEX: #AD7967 RGB: (173,121,103)

Color info

#AD7967 contains mainly red and green colors. Web safe color of #AD7967 is #996666 (or #966).

RGB color model

#AD7967 color RGB value is (173,121,103).

RGB: (173,121,103) (68%, 47%, 40%)

RGB channels and saturation

R 173 of 255 = 68%
G 121 of 255 = 47%
B 103 of 255 = 40%

173
121
103

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

Portions of RGB colors in percentages

R + G + B = 173 + 121 + 103 = 397 (100%)
R 173 of 397 ~ 43.58%
G 121 of 397 ~ 30.48%
B 103 of 397 ~ 25.94'%

%43.58
%30.48
%25.94

CMYK color model

#AD7967 color CMYK value is (0,30,40,32).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 40.46%
  • key color value is 32.16%
CMYK: (0,30,40,32) C0M30Y40K32 (0%,30%,40%,32%) (0.00/0.30/0.40/0.32) 

CMYK percentages

%0
%30.06
%40.46
%32.16

Codes

Color #AD7967 in popluar color models

AD 79 67
RGB 173 121 103
HSL 15° 29.91% 54.12%
HSB/HSV 15° 40.46% 67.84%
CMYK 0.00% 30.06% 40.46%
32.16%

Color #AD7967 in popluar number systems.

HEX AD 79 67
Decimal 173 121 103
Binary 10101101 1111001 1100111
Octal 255 171 147

Shades and tints

Shades of #AD7967

#AD7967
(173,121,103)
#9E6E5E
(158,110,94)
#8F6355
(143,99,85)
#80584C
(128,88,76)
#714D43
(113,77,67)
#62423A
(98,66,58)
#533731
(83,55,49)
#442C28
(68,44,40)
#35211F
(53,33,31)
#261616
(38,22,22)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #AD7967

#AD7967
(173,121,103)
#B48574
(180,133,116)
#BB9181
(187,145,129)
#C29D8E
(194,157,142)
#C9A99B
(201,169,155)
#D0B5A8
(208,181,168)
#D7C1B5
(215,193,181)
#DECDC2
(222,205,194)
#E5D9CF
(229,217,207)
#ECE5DC
(236,229,220)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7967 color. Also use rgb(173,121,103) instead hex code.

Text Font Color

.myTextColor { color: #AD7967; }

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

This text font color is #AD7967.

Background Color

.myBgColor { background-color: #AD7967; }

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

This div background color is #AD7967.

Border color

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

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

This div border color is #AD7967.

Opacity

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

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

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

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

This text has shadow with #AD7967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7967.

Preview

Color preview on black background

This text has color #AD7967 on black background.


Color preview on white background

This text has color #AD7967 on white background.


Black color preview on #AD7967 background

This text has black color on #AD7967 background.


White color preview on #AD7967 background

This text has white color on #AD7967 background.


Related colors

Complementary color

Complementary color for #hex is #528698.


I love getcolorcode.com

Triadic colors

1 #67AD79 and #7967AD with #AD7967 are triadic colors.

2 #6779AD and #79AD67 with #AD7967 are triadic colors.