COLOR #AD9287

HEX: #AD9287
RGB: (173,146,135)

Color info

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

RGB color model

#AD9287 color RGB value is (173,146,135).

  • red value is 173;
  • green value is 146;
  • blue value is 135.
RGB:
(173,146,135)
(68%,57%,53%)

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 135 of 255 = 53%

173
146
135

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

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 135 = 454 (100%)
R 173 of 454 ~ 38.11%
G 146 of 454 ~ 32.16%
B 135 of 454 ~ 29.74%

%38.11
%32.16
%29.74

CMYK color model

#AD9287 color CMYK value is (0,16,22,32).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 21.97%
  • key color value is 32.16%
CMYK:
(0,16,22,32)
C0M16Y22K32 
(0%,16%,22%,32%)
(0.00/0.16/0.22/0.32)	

CMYK percentages

%0
%15.61
%21.97
%32.16

Codes

Color #AD9287 in popluar color models

AD9287
RGB173146135
HSL17°18.81%60.39%
HSB/HSV17°21.97%67.84%
CMYK0.00%15.61%21.97%
32.16%

Color #AD9287 in popluar number systems.

HEXAD9287
Decimal173146135
Binary101011011001001010000111
Octal255222207

Shades and tints

Shades of #AD9287

#AD9287
(173,146,135)
#9E857B
(158,133,123)
#8F786F
(143,120,111)
#806B63
(128,107,99)
#715E57
(113,94,87)
#62514B
(98,81,75)
#53443F
(83,68,63)
#443733
(68,55,51)
#352A27
(53,42,39)
#261D1B
(38,29,27)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #AD9287

#AD9287
(173,146,135)
#B49B91
(180,155,145)
#BBA49B
(187,164,155)
#C2ADA5
(194,173,165)
#C9B6AF
(201,182,175)
#D0BFB9
(208,191,185)
#D7C8C3
(215,200,195)
#DED1CD
(222,209,205)
#E5DAD7
(229,218,215)
#ECE3E1
(236,227,225)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9287 color. Also use rgb(173,146,135) instead hex code.

Text Font Color

.myTextColor { color: #AD9287; }

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

This text font color is #AD9287.


Background Color

.myBgColor { background-color: #AD9287; }

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

This div background color is #AD9287.


Border color

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

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

This div border color is #AD9287.


Opacity

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

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

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

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

This text has shadow with #AD9287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9287 on black background.


Color preview on white background

This text has color #AD9287 on white background.



Black color preview on #AD9287 background

This text has black color on #AD9287 background.


White color preview on #AD9287 background

This text has white color on #AD9287 background.