COLOR #AD7F7B

HEX: #AD7F7B
RGB: (173,127,123)

Color info

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

RGB color model

#AD7F7B color RGB value is (173,127,123).

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

RGB channels and saturation

R 173 of 255 = 68%
G 127 of 255 = 50%
B 123 of 255 = 48%

173
127
123

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

Portions of RGB colors in percentages

R + G + B =
173 + 127 + 123 = 423 (100%)
R 173 of 423 ~ 40.9%
G 127 of 423 ~ 30.02%
B 123 of 423 ~ 29.08%

%40.9
%30.02
%29.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 28.90%
  • key color value is 32.16%
CMYK:
(0,27,29,32)
C0M27Y29K32 
(0%,27%,29%,32%)
(0.00/0.27/0.29/0.32)	

CMYK percentages

%0
%26.59
%28.9
%32.16

Codes

Color #AD7F7B in popluar color models

AD7F7B
RGB173127123
HSL23.36%58.04%
HSB/HSV28.90%67.84%
CMYK0.00%26.59%28.90%
32.16%

Color #AD7F7B in popluar number systems.

HEXAD7F7B
Decimal173127123
Binary1010110111111111111011
Octal255177173

Shades and tints

Shades of #AD7F7B

#AD7F7B
(173,127,123)
#9E7470
(158,116,112)
#8F6965
(143,105,101)
#805E5A
(128,94,90)
#71534F
(113,83,79)
#624844
(98,72,68)
#533D39
(83,61,57)
#44322E
(68,50,46)
#352723
(53,39,35)
#261C18
(38,28,24)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #AD7F7B

#AD7F7B
(173,127,123)
#B48A87
(180,138,135)
#BB9593
(187,149,147)
#C2A09F
(194,160,159)
#C9ABAB
(201,171,171)
#D0B6B7
(208,182,183)
#D7C1C3
(215,193,195)
#DECCCF
(222,204,207)
#E5D7DB
(229,215,219)
#ECE2E7
(236,226,231)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7F7B; }

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

This text font color is #AD7F7B.


Background Color

.myBgColor { background-color: #AD7F7B; }

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

This div background color is #AD7F7B.


Border color

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

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

This div border color is #AD7F7B.


Opacity

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

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

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

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

This text has shadow with #AD7F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7F7B on black background.


Color preview on white background

This text has color #AD7F7B on white background.



Black color preview on #AD7F7B background

This text has black color on #AD7F7B background.


White color preview on #AD7F7B background

This text has white color on #AD7F7B background.