COLOR #AD8783

HEX: #AD8783
RGB: (173,135,131)

Color info

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

RGB color model

#AD8783 color RGB value is (173,135,131).

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

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 131 of 255 = 51%

173
135
131

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

Portions of RGB colors in percentages

R + G + B =
173 + 135 + 131 = 439 (100%)
R 173 of 439 ~ 39.41%
G 135 of 439 ~ 30.75%
B 131 of 439 ~ 29.84%

%39.41
%30.75
%29.84

CMYK color model

#AD8783 color CMYK value is (0,22,24,32).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(0,22,24,32)
C0M22Y24K32 
(0%,22%,24%,32%)
(0.00/0.22/0.24/0.32)	

CMYK percentages

%0
%21.97
%24.28
%32.16

Codes

Color #AD8783 in popluar color models

AD8783
RGB173135131
HSL20.39%59.61%
HSB/HSV24.28%67.84%
CMYK0.00%21.97%24.28%
32.16%

Color #AD8783 in popluar number systems.

HEXAD8783
Decimal173135131
Binary101011011000011110000011
Octal255207203

Shades and tints

Shades of #AD8783

#AD8783
(173,135,131)
#9E7B78
(158,123,120)
#8F6F6D
(143,111,109)
#806362
(128,99,98)
#715757
(113,87,87)
#624B4C
(98,75,76)
#533F41
(83,63,65)
#443336
(68,51,54)
#35272B
(53,39,43)
#261B20
(38,27,32)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #AD8783

#AD8783
(173,135,131)
#B4918E
(180,145,142)
#BB9B99
(187,155,153)
#C2A5A4
(194,165,164)
#C9AFAF
(201,175,175)
#D0B9BA
(208,185,186)
#D7C3C5
(215,195,197)
#DECDD0
(222,205,208)
#E5D7DB
(229,215,219)
#ECE1E6
(236,225,230)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8783; }

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

This text font color is #AD8783.


Background Color

.myBgColor { background-color: #AD8783; }

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

This div background color is #AD8783.


Border color

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

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

This div border color is #AD8783.


Opacity

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

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

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

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

This text has shadow with #AD8783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8783 on black background.


Color preview on white background

This text has color #AD8783 on white background.



Black color preview on #AD8783 background

This text has black color on #AD8783 background.


White color preview on #AD8783 background

This text has white color on #AD8783 background.