COLOR #AD795F

HEX: #AD795F
RGB: (173,121,95)

Color info

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

RGB color model

#AD795F color RGB value is (173,121,95).

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

RGB channels and saturation

R 173 of 255 = 68%
G 121 of 255 = 47%
B 95 of 255 = 37%

173
121
95

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

Portions of RGB colors in percentages

R + G + B =
173 + 121 + 95 = 389 (100%)
R 173 of 389 ~ 44.47%
G 121 of 389 ~ 31.11%
B 95 of 389 ~ 24.42%

%44.47
%31.11
%24.42

CMYK color model

#AD795F color CMYK value is (0,30,45,32).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK:
(0,30,45,32)
C0M30Y45K32 
(0%,30%,45%,32%)
(0.00/0.30/0.45/0.32)	

CMYK percentages

%0
%30.06
%45.09
%32.16

Codes

Color #AD795F in popluar color models

AD795F
RGB17312195
HSL20°32.23%52.55%
HSB/HSV20°45.09%67.84%
CMYK0.00%30.06%45.09%
32.16%

Color #AD795F in popluar number systems.

HEXAD795F
Decimal17312195
Binary1010110111110011011111
Octal255171137

Shades and tints

Shades of #AD795F

#AD795F
(173,121,95)
#9E6E57
(158,110,87)
#8F634F
(143,99,79)
#805847
(128,88,71)
#714D3F
(113,77,63)
#624237
(98,66,55)
#53372F
(83,55,47)
#442C27
(68,44,39)
#35211F
(53,33,31)
#261617
(38,22,23)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #AD795F

#AD795F
(173,121,95)
#B4856D
(180,133,109)
#BB917B
(187,145,123)
#C29D89
(194,157,137)
#C9A997
(201,169,151)
#D0B5A5
(208,181,165)
#D7C1B3
(215,193,179)
#DECDC1
(222,205,193)
#E5D9CF
(229,217,207)
#ECE5DD
(236,229,221)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD795F; }

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

This text font color is #AD795F.


Background Color

.myBgColor { background-color: #AD795F; }

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

This div background color is #AD795F.


Border color

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

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

This div border color is #AD795F.


Opacity

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

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

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

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

This text has shadow with #AD795F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD795F on black background.


Color preview on white background

This text has color #AD795F on white background.



Black color preview on #AD795F background

This text has black color on #AD795F background.


White color preview on #AD795F background

This text has white color on #AD795F background.