COLOR #AD6B73

HEX: #AD6B73
RGB: (173,107,115)

Color info

#AD6B73 contains mainly red and blue colors. Web safe color of #AD6B73 is #996666 (or #966).

RGB color model

#AD6B73 color RGB value is (173,107,115).

  • red value is 173;
  • green value is 107;
  • blue value is 115.
RGB:
(173,107,115)
(68%,42%,45%)

RGB channels and saturation

R 173 of 255 = 68%
G 107 of 255 = 42%
B 115 of 255 = 45%

173
107
115

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

Portions of RGB colors in percentages

R + G + B =
173 + 107 + 115 = 395 (100%)
R 173 of 395 ~ 43.8%
G 107 of 395 ~ 27.09%
B 115 of 395 ~ 29.11%

%43.8
%27.09
%29.11

CMYK color model

#AD6B73 color CMYK value is (0,38,34,32).

  • cyan value is 0.00%
  • magenta value is 38.15%
  • yellow value is 33.53%
  • key color value is 32.16%
CMYK:
(0,38,34,32)
C0M38Y34K32 
(0%,38%,34%,32%)
(0.00/0.38/0.34/0.32)	

CMYK percentages

%0
%38.15
%33.53
%32.16

Codes

Color #AD6B73 in popluar color models

AD6B73
RGB173107115
HSL353°28.70%54.90%
HSB/HSV353°38.15%67.84%
CMYK0.00%38.15%33.53%
32.16%

Color #AD6B73 in popluar number systems.

HEXAD6B73
Decimal173107115
Binary1010110111010111110011
Octal255153163

Shades and tints

Shades of #AD6B73

#AD6B73
(173,107,115)
#9E6269
(158,98,105)
#8F595F
(143,89,95)
#805055
(128,80,85)
#71474B
(113,71,75)
#623E41
(98,62,65)
#533537
(83,53,55)
#442C2D
(68,44,45)
#352323
(53,35,35)
#261A19
(38,26,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #AD6B73

#AD6B73
(173,107,115)
#B4787F
(180,120,127)
#BB858B
(187,133,139)
#C29297
(194,146,151)
#C99FA3
(201,159,163)
#D0ACAF
(208,172,175)
#D7B9BB
(215,185,187)
#DEC6C7
(222,198,199)
#E5D3D3
(229,211,211)
#ECE0DF
(236,224,223)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6B73 color. Also use rgb(173,107,115) instead hex code.

Text Font Color

.myTextColor { color: #AD6B73; }

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

This text font color is #AD6B73.


Background Color

.myBgColor { background-color: #AD6B73; }

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

This div background color is #AD6B73.


Border color

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

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

This div border color is #AD6B73.


Opacity

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

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

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

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

This text has shadow with #AD6B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6B73 on black background.


Color preview on white background

This text has color #AD6B73 on white background.



Black color preview on #AD6B73 background

This text has black color on #AD6B73 background.


White color preview on #AD6B73 background

This text has white color on #AD6B73 background.