COLOR #AD7C7F

HEX: #AD7C7F
RGB: (173,124,127)

Color info

#AD7C7F contains red, green and blue colors in about the same proportion. Web safe color of #AD7C7F is #996666 (or #966).

RGB color model

#AD7C7F color RGB value is (173,124,127).

  • red value is 173;
  • green value is 124;
  • blue value is 127.
RGB:
(173,124,127)
(68%,49%,50%)

RGB channels and saturation

R 173 of 255 = 68%
G 124 of 255 = 49%
B 127 of 255 = 50%

173
124
127

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

Portions of RGB colors in percentages

R + G + B =
173 + 124 + 127 = 424 (100%)
R 173 of 424 ~ 40.8%
G 124 of 424 ~ 29.25%
B 127 of 424 ~ 29.95%

%40.8
%29.25
%29.95

CMYK color model

#AD7C7F color CMYK value is (0,28,27,32).

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(0,28,27,32)
C0M28Y27K32 
(0%,28%,27%,32%)
(0.00/0.28/0.27/0.32)	

CMYK percentages

%0
%28.32
%26.59
%32.16

Codes

Color #AD7C7F in popluar color models

AD7C7F
RGB173124127
HSL356°23.00%58.24%
HSB/HSV356°28.32%67.84%
CMYK0.00%28.32%26.59%
32.16%

Color #AD7C7F in popluar number systems.

HEXAD7C7F
Decimal173124127
Binary1010110111111001111111
Octal255174177

Shades and tints

Shades of #AD7C7F

#AD7C7F
(173,124,127)
#9E7174
(158,113,116)
#8F6669
(143,102,105)
#805B5E
(128,91,94)
#715053
(113,80,83)
#624548
(98,69,72)
#533A3D
(83,58,61)
#442F32
(68,47,50)
#352427
(53,36,39)
#26191C
(38,25,28)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #AD7C7F

#AD7C7F
(173,124,127)
#B4878A
(180,135,138)
#BB9295
(187,146,149)
#C29DA0
(194,157,160)
#C9A8AB
(201,168,171)
#D0B3B6
(208,179,182)
#D7BEC1
(215,190,193)
#DEC9CC
(222,201,204)
#E5D4D7
(229,212,215)
#ECDFE2
(236,223,226)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7C7F color. Also use rgb(173,124,127) instead hex code.

Text Font Color

.myTextColor { color: #AD7C7F; }

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

This text font color is #AD7C7F.


Background Color

.myBgColor { background-color: #AD7C7F; }

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

This div background color is #AD7C7F.


Border color

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

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

This div border color is #AD7C7F.


Opacity

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

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

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

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

This text has shadow with #AD7C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7C7F on black background.


Color preview on white background

This text has color #AD7C7F on white background.



Black color preview on #AD7C7F background

This text has black color on #AD7C7F background.


White color preview on #AD7C7F background

This text has white color on #AD7C7F background.