COLOR #AD7F7E

HEX: #AD7F7E
RGB: (173,127,126)

Color info

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

RGB color model

#AD7F7E color RGB value is (173,127,126).

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

RGB channels and saturation

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

173
127
126

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

Portions of RGB colors in percentages

R + G + B =
173 + 127 + 126 = 426 (100%)
R 173 of 426 ~ 40.61%
G 127 of 426 ~ 29.81%
B 126 of 426 ~ 29.58%

%40.61
%29.81
%29.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 27.17%
  • key color value is 32.16%
CMYK:
(0,27,27,32)
C0M27Y27K32 
(0%,27%,27%,32%)
(0.00/0.27/0.27/0.32)	

CMYK percentages

%0
%26.59
%27.17
%32.16

Codes

Color #AD7F7E in popluar color models

AD7F7E
RGB173127126
HSL22.27%58.63%
HSB/HSV27.17%67.84%
CMYK0.00%26.59%27.17%
32.16%

Color #AD7F7E in popluar number systems.

HEXAD7F7E
Decimal173127126
Binary1010110111111111111110
Octal255177176

Shades and tints

Shades of #AD7F7E

#AD7F7E
(173,127,126)
#9E7473
(158,116,115)
#8F6968
(143,105,104)
#805E5D
(128,94,93)
#715352
(113,83,82)
#624847
(98,72,71)
#533D3C
(83,61,60)
#443231
(68,50,49)
#352726
(53,39,38)
#261C1B
(38,28,27)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD7F7E

#AD7F7E
(173,127,126)
#B48A89
(180,138,137)
#BB9594
(187,149,148)
#C2A09F
(194,160,159)
#C9ABAA
(201,171,170)
#D0B6B5
(208,182,181)
#D7C1C0
(215,193,192)
#DECCCB
(222,204,203)
#E5D7D6
(229,215,214)
#ECE2E1
(236,226,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7F7E; }

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

This text font color is #AD7F7E.


Background Color

.myBgColor { background-color: #AD7F7E; }

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

This div background color is #AD7F7E.


Border color

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

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

This div border color is #AD7F7E.


Opacity

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

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

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

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

This text has shadow with #AD7F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7F7E on black background.


Color preview on white background

This text has color #AD7F7E on white background.



Black color preview on #AD7F7E background

This text has black color on #AD7F7E background.


White color preview on #AD7F7E background

This text has white color on #AD7F7E background.