COLOR #AD7873

HEX: #AD7873 RGB: (173,120,115)

Color info

#AD7873 contains red, green and blue colors in about the same proportion. Web safe color of #AD7873 is #996666 (or #966).

RGB color model

#AD7873 color RGB value is (173,120,115).

RGB: (173,120,115) (68%, 47%, 45%)

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 115 of 255 = 45%

173
120
115

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

Portions of RGB colors in percentages

R + G + B = 173 + 120 + 115 = 408 (100%)
R 173 of 408 ~ 42.4%
G 120 of 408 ~ 29.41%
B 115 of 408 ~ 28.19'%

%42.4
%29.41
%28.19

CMYK color model

#AD7873 color CMYK value is (0,31,34,32).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 33.53%
  • key color value is 32.16%

CMYK: (0,31,34,32)
C0M31Y34K32 (0%, 31%, 34%, 32%)
(0.00 / 0.31 / 0.34 / 0.32)

CMYK percentages

%0
%30.64
%33.53
%32.16

Codes

Color #AD7873 in popluar color models

AD 78 73
RGB 173 120 115
HSL 26.13% 56.47%
HSB/HSV 33.53% 67.84%
CMYK 0.00% 30.64% 33.53%
32.16%

Color #AD7873 in popluar number systems.

HEX AD 78 73
Decimal 173 120 115
Binary 10101101 1111000 1110011
Octal 255 170 163

Shades and tints

Shades of #AD7873

#AD7873
(173,120,115)
#9E6E69
(158,110,105)
#8F645F
(143,100,95)
#805A55
(128,90,85)
#71504B
(113,80,75)
#624641
(98,70,65)
#533C37
(83,60,55)
#44322D
(68,50,45)
#352823
(53,40,35)
#261E19
(38,30,25)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #AD7873

#AD7873
(173,120,115)
#B4847F
(180,132,127)
#BB908B
(187,144,139)
#C29C97
(194,156,151)
#C9A8A3
(201,168,163)
#D0B4AF
(208,180,175)
#D7C0BB
(215,192,187)
#DECCC7
(222,204,199)
#E5D8D3
(229,216,211)
#ECE4DF
(236,228,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7873; }

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

This text font color is #AD7873.

Background Color

.myBgColor { background-color: #AD7873; }

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

This div background color is #AD7873.

Border color

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

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

This div border color is #AD7873.

Opacity

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

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

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

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

This text has shadow with #AD7873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7873.

Preview

Color preview on black background

This text has color #AD7873 on black background.


Color preview on white background

This text has color #AD7873 on white background.


Black color preview on #AD7873 background

This text has black color on #AD7873 background.


White color preview on #AD7873 background

This text has white color on #AD7873 background.


Related colors

Complementary color

Complementary color for #hex is #52878C.


I love getcolorcode.com

Triadic colors

1 #73AD78 and #7873AD with #AD7873 are triadic colors.

2 #7378AD and #78AD73 with #AD7873 are triadic colors.