COLOR #AD7171

HEX: #AD7171
RGB: (173,113,113)

Color info

#AD7171 contains mainly red color. Web safe color of #AD7171 is #996666 (or #966).

RGB color model

#AD7171 color RGB value is (173,113,113).

  • red value is 173;
  • green value is 113;
  • blue value is 113.
RGB:
(173,113,113)
(68%,44%,44%)

RGB channels and saturation

R 173 of 255 = 68%
G 113 of 255 = 44%
B 113 of 255 = 44%

173
113
113

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

Portions of RGB colors in percentages

R + G + B =
173 + 113 + 113 = 399 (100%)
R 173 of 399 ~ 43.36%
G 113 of 399 ~ 28.32%
B 113 of 399 ~ 28.32%

%43.36
%28.32
%28.32

CMYK color model

#AD7171 color CMYK value is (0,35,35,32).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 34.68%
  • key color value is 32.16%
CMYK:
(0,35,35,32)
C0M35Y35K32 
(0%,35%,35%,32%)
(0.00/0.35/0.35/0.32)	

CMYK percentages

%0
%34.68
%34.68
%32.16

Codes

Color #AD7171 in popluar color models

AD7171
RGB173113113
HSL26.79%56.08%
HSB/HSV34.68%67.84%
CMYK0.00%34.68%34.68%
32.16%

Color #AD7171 in popluar number systems.

HEXAD7171
Decimal173113113
Binary1010110111100011110001
Octal255161161

Shades and tints

Shades of #AD7171

#AD7171
(173,113,113)
#9E6767
(158,103,103)
#8F5D5D
(143,93,93)
#805353
(128,83,83)
#714949
(113,73,73)
#623F3F
(98,63,63)
#533535
(83,53,53)
#442B2B
(68,43,43)
#352121
(53,33,33)
#261717
(38,23,23)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #AD7171

#AD7171
(173,113,113)
#B47D7D
(180,125,125)
#BB8989
(187,137,137)
#C29595
(194,149,149)
#C9A1A1
(201,161,161)
#D0ADAD
(208,173,173)
#D7B9B9
(215,185,185)
#DEC5C5
(222,197,197)
#E5D1D1
(229,209,209)
#ECDDDD
(236,221,221)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7171; }

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

This text font color is #AD7171.


Background Color

.myBgColor { background-color: #AD7171; }

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

This div background color is #AD7171.


Border color

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

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

This div border color is #AD7171.


Opacity

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

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

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

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

This text has shadow with #AD7171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7171 on black background.


Color preview on white background

This text has color #AD7171 on white background.



Black color preview on #AD7171 background

This text has black color on #AD7171 background.


White color preview on #AD7171 background

This text has white color on #AD7171 background.