COLOR #AD8F7F

HEX: #AD8F7F
RGB: (173,143,127)

Color info

#AD8F7F contains red, green and blue colors in about the same proportion. Web safe color of #AD8F7F is #999966 (or #996).

RGB color model

#AD8F7F color RGB value is (173,143,127).

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

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 127 of 255 = 50%

173
143
127

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 127 = 443 (100%)
R 173 of 443 ~ 39.05%
G 143 of 443 ~ 32.28%
B 127 of 443 ~ 28.67%

%39.05
%32.28
%28.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(0,17,27,32)
C0M17Y27K32 
(0%,17%,27%,32%)
(0.00/0.17/0.27/0.32)	

CMYK percentages

%0
%17.34
%26.59
%32.16

Codes

Color #AD8F7F in popluar color models

AD8F7F
RGB173143127
HSL21°21.90%58.82%
HSB/HSV21°26.59%67.84%
CMYK0.00%17.34%26.59%
32.16%

Color #AD8F7F in popluar number systems.

HEXAD8F7F
Decimal173143127
Binary10101101100011111111111
Octal255217177

Shades and tints

Shades of #AD8F7F

#AD8F7F
(173,143,127)
#9E8274
(158,130,116)
#8F7569
(143,117,105)
#80685E
(128,104,94)
#715B53
(113,91,83)
#624E48
(98,78,72)
#53413D
(83,65,61)
#443432
(68,52,50)
#352727
(53,39,39)
#261A1C
(38,26,28)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #AD8F7F

#AD8F7F
(173,143,127)
#B4998A
(180,153,138)
#BBA395
(187,163,149)
#C2ADA0
(194,173,160)
#C9B7AB
(201,183,171)
#D0C1B6
(208,193,182)
#D7CBC1
(215,203,193)
#DED5CC
(222,213,204)
#E5DFD7
(229,223,215)
#ECE9E2
(236,233,226)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8F7F; }

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

This text font color is #AD8F7F.


Background Color

.myBgColor { background-color: #AD8F7F; }

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

This div background color is #AD8F7F.


Border color

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

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

This div border color is #AD8F7F.


Opacity

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

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

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

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

This text has shadow with #AD8F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F7F on black background.


Color preview on white background

This text has color #AD8F7F on white background.



Black color preview on #AD8F7F background

This text has black color on #AD8F7F background.


White color preview on #AD8F7F background

This text has white color on #AD8F7F background.