COLOR #AD7E64

HEX: #AD7E64
RGB: (173,126,100)

Color info

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

RGB color model

#AD7E64 color RGB value is (173,126,100).

  • red value is 173;
  • green value is 126;
  • blue value is 100.
RGB:
(173,126,100)
(68%,49%,39%)

RGB channels and saturation

R 173 of 255 = 68%
G 126 of 255 = 49%
B 100 of 255 = 39%

173
126
100

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

Portions of RGB colors in percentages

R + G + B =
173 + 126 + 100 = 399 (100%)
R 173 of 399 ~ 43.36%
G 126 of 399 ~ 31.58%
B 100 of 399 ~ 25.06%

%43.36
%31.58
%25.06

CMYK color model

#AD7E64 color CMYK value is (0,27,42,32).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 42.20%
  • key color value is 32.16%
CMYK:
(0,27,42,32)
C0M27Y42K32 
(0%,27%,42%,32%)
(0.00/0.27/0.42/0.32)	

CMYK percentages

%0
%27.17
%42.2
%32.16

Codes

Color #AD7E64 in popluar color models

AD7E64
RGB173126100
HSL21°30.80%53.53%
HSB/HSV21°42.20%67.84%
CMYK0.00%27.17%42.20%
32.16%

Color #AD7E64 in popluar number systems.

HEXAD7E64
Decimal173126100
Binary1010110111111101100100
Octal255176144

Shades and tints

Shades of #AD7E64

#AD7E64
(173,126,100)
#9E735B
(158,115,91)
#8F6852
(143,104,82)
#805D49
(128,93,73)
#715240
(113,82,64)
#624737
(98,71,55)
#533C2E
(83,60,46)
#443125
(68,49,37)
#35261C
(53,38,28)
#261B13
(38,27,19)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #AD7E64

#AD7E64
(173,126,100)
#B48972
(180,137,114)
#BB9480
(187,148,128)
#C29F8E
(194,159,142)
#C9AA9C
(201,170,156)
#D0B5AA
(208,181,170)
#D7C0B8
(215,192,184)
#DECBC6
(222,203,198)
#E5D6D4
(229,214,212)
#ECE1E2
(236,225,226)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7E64 color. Also use rgb(173,126,100) instead hex code.

Text Font Color

.myTextColor { color: #AD7E64; }

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

This text font color is #AD7E64.


Background Color

.myBgColor { background-color: #AD7E64; }

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

This div background color is #AD7E64.


Border color

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

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

This div border color is #AD7E64.


Opacity

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

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

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

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

This text has shadow with #AD7E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7E64 on black background.


Color preview on white background

This text has color #AD7E64 on white background.



Black color preview on #AD7E64 background

This text has black color on #AD7E64 background.


White color preview on #AD7E64 background

This text has white color on #AD7E64 background.