COLOR #AD6557

HEX: #AD6557
RGB: (173,101,87)

Color info

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

RGB color model

#AD6557 color RGB value is (173,101,87).

  • red value is 173;
  • green value is 101;
  • blue value is 87.
RGB:
(173,101,87)
(68%,40%,34%)

RGB channels and saturation

R 173 of 255 = 68%
G 101 of 255 = 40%
B 87 of 255 = 34%

173
101
87

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

Portions of RGB colors in percentages

R + G + B =
173 + 101 + 87 = 361 (100%)
R 173 of 361 ~ 47.92%
G 101 of 361 ~ 27.98%
B 87 of 361 ~ 24.1%

%47.92
%27.98
%24.1

CMYK color model

#AD6557 color CMYK value is (0,42,50,32).

  • cyan value is 0.00%
  • magenta value is 41.62%
  • yellow value is 49.71%
  • key color value is 32.16%
CMYK:
(0,42,50,32)
C0M42Y50K32 
(0%,42%,50%,32%)
(0.00/0.42/0.50/0.32)	

CMYK percentages

%0
%41.62
%49.71
%32.16

Codes

Color #AD6557 in popluar color models

AD6557
RGB17310187
HSL10°34.40%50.98%
HSB/HSV10°49.71%67.84%
CMYK0.00%41.62%49.71%
32.16%

Color #AD6557 in popluar number systems.

HEXAD6557
Decimal17310187
Binary1010110111001011010111
Octal255145127

Shades and tints

Shades of #AD6557

#AD6557
(173,101,87)
#9E5C50
(158,92,80)
#8F5349
(143,83,73)
#804A42
(128,74,66)
#71413B
(113,65,59)
#623834
(98,56,52)
#532F2D
(83,47,45)
#442626
(68,38,38)
#351D1F
(53,29,31)
#261418
(38,20,24)
#170B11
(23,11,17)
#000000
(0,0,0)

Tints of #AD6557

#AD6557
(173,101,87)
#B47366
(180,115,102)
#BB8175
(187,129,117)
#C28F84
(194,143,132)
#C99D93
(201,157,147)
#D0ABA2
(208,171,162)
#D7B9B1
(215,185,177)
#DEC7C0
(222,199,192)
#E5D5CF
(229,213,207)
#ECE3DE
(236,227,222)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6557; }

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

This text font color is #AD6557.


Background Color

.myBgColor { background-color: #AD6557; }

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

This div background color is #AD6557.


Border color

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

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

This div border color is #AD6557.


Opacity

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

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

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

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

This text has shadow with #AD6557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6557 on black background.


Color preview on white background

This text has color #AD6557 on white background.



Black color preview on #AD6557 background

This text has black color on #AD6557 background.


White color preview on #AD6557 background

This text has white color on #AD6557 background.