COLOR #AD8F84

HEX: #AD8F84
RGB: (173,143,132)

Color info

#AD8F84 contains red, green and blue colors in about the same proportion. Web safe color of #AD8F84 is #999999 (or #999).

RGB color model

#AD8F84 color RGB value is (173,143,132).

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

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 132 of 255 = 52%

173
143
132

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 132 = 448 (100%)
R 173 of 448 ~ 38.62%
G 143 of 448 ~ 31.92%
B 132 of 448 ~ 29.46%

%38.62
%31.92
%29.46

CMYK color model

#AD8F84 color CMYK value is (0,17,24,32).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 23.70%
  • key color value is 32.16%
CMYK:
(0,17,24,32)
C0M17Y24K32 
(0%,17%,24%,32%)
(0.00/0.17/0.24/0.32)	

CMYK percentages

%0
%17.34
%23.7
%32.16

Codes

Color #AD8F84 in popluar color models

AD8F84
RGB173143132
HSL16°20.00%59.80%
HSB/HSV16°23.70%67.84%
CMYK0.00%17.34%23.70%
32.16%

Color #AD8F84 in popluar number systems.

HEXAD8F84
Decimal173143132
Binary101011011000111110000100
Octal255217204

Shades and tints

Shades of #AD8F84

#AD8F84
(173,143,132)
#9E8278
(158,130,120)
#8F756C
(143,117,108)
#806860
(128,104,96)
#715B54
(113,91,84)
#624E48
(98,78,72)
#53413C
(83,65,60)
#443430
(68,52,48)
#352724
(53,39,36)
#261A18
(38,26,24)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #AD8F84

#AD8F84
(173,143,132)
#B4998F
(180,153,143)
#BBA39A
(187,163,154)
#C2ADA5
(194,173,165)
#C9B7B0
(201,183,176)
#D0C1BB
(208,193,187)
#D7CBC6
(215,203,198)
#DED5D1
(222,213,209)
#E5DFDC
(229,223,220)
#ECE9E7
(236,233,231)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8F84; }

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

This text font color is #AD8F84.


Background Color

.myBgColor { background-color: #AD8F84; }

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

This div background color is #AD8F84.


Border color

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

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

This div border color is #AD8F84.


Opacity

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

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

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

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

This text has shadow with #AD8F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F84 on black background.


Color preview on white background

This text has color #AD8F84 on white background.



Black color preview on #AD8F84 background

This text has black color on #AD8F84 background.


White color preview on #AD8F84 background

This text has white color on #AD8F84 background.