COLOR #AD7965

HEX: #AD7965
RGB: (173,121,101)

Color info

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

RGB color model

#AD7965 color RGB value is (173,121,101).

  • red value is 173;
  • green value is 121;
  • blue value is 101.
RGB:
(173,121,101)
(68%,47%,40%)

RGB channels and saturation

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

173
121
101

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

Portions of RGB colors in percentages

R + G + B =
173 + 121 + 101 = 395 (100%)
R 173 of 395 ~ 43.8%
G 121 of 395 ~ 30.63%
B 101 of 395 ~ 25.57%

%43.8
%30.63
%25.57

CMYK color model

#AD7965 color CMYK value is (0,30,42,32).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 41.62%
  • key color value is 32.16%
CMYK:
(0,30,42,32)
C0M30Y42K32 
(0%,30%,42%,32%)
(0.00/0.30/0.42/0.32)	

CMYK percentages

%0
%30.06
%41.62
%32.16

Codes

Color #AD7965 in popluar color models

AD7965
RGB173121101
HSL17°30.51%53.73%
HSB/HSV17°41.62%67.84%
CMYK0.00%30.06%41.62%
32.16%

Color #AD7965 in popluar number systems.

HEXAD7965
Decimal173121101
Binary1010110111110011100101
Octal255171145

Shades and tints

Shades of #AD7965

#AD7965
(173,121,101)
#9E6E5C
(158,110,92)
#8F6353
(143,99,83)
#80584A
(128,88,74)
#714D41
(113,77,65)
#624238
(98,66,56)
#53372F
(83,55,47)
#442C26
(68,44,38)
#35211D
(53,33,29)
#261614
(38,22,20)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #AD7965

#AD7965
(173,121,101)
#B48573
(180,133,115)
#BB9181
(187,145,129)
#C29D8F
(194,157,143)
#C9A99D
(201,169,157)
#D0B5AB
(208,181,171)
#D7C1B9
(215,193,185)
#DECDC7
(222,205,199)
#E5D9D5
(229,217,213)
#ECE5E3
(236,229,227)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7965; }

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

This text font color is #AD7965.


Background Color

.myBgColor { background-color: #AD7965; }

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

This div background color is #AD7965.


Border color

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

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

This div border color is #AD7965.


Opacity

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

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

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

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

This text has shadow with #AD7965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7965 on black background.


Color preview on white background

This text has color #AD7965 on white background.



Black color preview on #AD7965 background

This text has black color on #AD7965 background.


White color preview on #AD7965 background

This text has white color on #AD7965 background.