COLOR #AD7773

HEX: #AD7773
RGB: (173,119,115)

Color info

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

RGB color model

#AD7773 color RGB value is (173,119,115).

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

RGB channels and saturation

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

173
119
115

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

Portions of RGB colors in percentages

R + G + B =
173 + 119 + 115 = 407 (100%)
R 173 of 407 ~ 42.51%
G 119 of 407 ~ 29.24%
B 115 of 407 ~ 28.26%

%42.51
%29.24
%28.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.21%
  • 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
%31.21
%33.53
%32.16

Codes

Color #AD7773 in popluar color models

AD7773
RGB173119115
HSL26.13%56.47%
HSB/HSV33.53%67.84%
CMYK0.00%31.21%33.53%
32.16%

Color #AD7773 in popluar number systems.

HEXAD7773
Decimal173119115
Binary1010110111101111110011
Octal255167163

Shades and tints

Shades of #AD7773

#AD7773
(173,119,115)
#9E6D69
(158,109,105)
#8F635F
(143,99,95)
#805955
(128,89,85)
#714F4B
(113,79,75)
#624541
(98,69,65)
#533B37
(83,59,55)
#44312D
(68,49,45)
#352723
(53,39,35)
#261D19
(38,29,25)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #AD7773

#AD7773
(173,119,115)
#B4837F
(180,131,127)
#BB8F8B
(187,143,139)
#C29B97
(194,155,151)
#C9A7A3
(201,167,163)
#D0B3AF
(208,179,175)
#D7BFBB
(215,191,187)
#DECBC7
(222,203,199)
#E5D7D3
(229,215,211)
#ECE3DF
(236,227,223)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7773; }

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

This text font color is #AD7773.


Background Color

.myBgColor { background-color: #AD7773; }

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

This div background color is #AD7773.


Border color

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

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

This div border color is #AD7773.


Opacity

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

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

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

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

This text has shadow with #AD7773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7773 on black background.


Color preview on white background

This text has color #AD7773 on white background.



Black color preview on #AD7773 background

This text has black color on #AD7773 background.


White color preview on #AD7773 background

This text has white color on #AD7773 background.