COLOR #AD9286

HEX: #AD9286
RGB: (173,146,134)

Color info

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

RGB color model

#AD9286 color RGB value is (173,146,134).

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

RGB channels and saturation

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

173
146
134

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

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 134 = 453 (100%)
R 173 of 453 ~ 38.19%
G 146 of 453 ~ 32.23%
B 134 of 453 ~ 29.58%

%38.19
%32.23
%29.58

CMYK color model

#AD9286 color CMYK value is (0,16,23,32).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 22.54%
  • key color value is 32.16%
CMYK:
(0,16,23,32)
C0M16Y23K32 
(0%,16%,23%,32%)
(0.00/0.16/0.23/0.32)	

CMYK percentages

%0
%15.61
%22.54
%32.16

Codes

Color #AD9286 in popluar color models

AD9286
RGB173146134
HSL18°19.21%60.20%
HSB/HSV18°22.54%67.84%
CMYK0.00%15.61%22.54%
32.16%

Color #AD9286 in popluar number systems.

HEXAD9286
Decimal173146134
Binary101011011001001010000110
Octal255222206

Shades and tints

Shades of #AD9286

#AD9286
(173,146,134)
#9E857A
(158,133,122)
#8F786E
(143,120,110)
#806B62
(128,107,98)
#715E56
(113,94,86)
#62514A
(98,81,74)
#53443E
(83,68,62)
#443732
(68,55,50)
#352A26
(53,42,38)
#261D1A
(38,29,26)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #AD9286

#AD9286
(173,146,134)
#B49B91
(180,155,145)
#BBA49C
(187,164,156)
#C2ADA7
(194,173,167)
#C9B6B2
(201,182,178)
#D0BFBD
(208,191,189)
#D7C8C8
(215,200,200)
#DED1D3
(222,209,211)
#E5DADE
(229,218,222)
#ECE3E9
(236,227,233)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9286; }

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

This text font color is #AD9286.


Background Color

.myBgColor { background-color: #AD9286; }

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

This div background color is #AD9286.


Border color

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

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

This div border color is #AD9286.


Opacity

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

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

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

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

This text has shadow with #AD9286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9286 on black background.


Color preview on white background

This text has color #AD9286 on white background.



Black color preview on #AD9286 background

This text has black color on #AD9286 background.


White color preview on #AD9286 background

This text has white color on #AD9286 background.