COLOR #AD536F

HEX: #AD536F
RGB: (173,83,111)

Color info

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

RGB color model

#AD536F color RGB value is (173,83,111).

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

RGB channels and saturation

R 173 of 255 = 68%
G 83 of 255 = 33%
B 111 of 255 = 44%

173
83
111

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

Portions of RGB colors in percentages

R + G + B =
173 + 83 + 111 = 367 (100%)
R 173 of 367 ~ 47.14%
G 83 of 367 ~ 22.62%
B 111 of 367 ~ 30.25%

%47.14
%22.62
%30.25

CMYK color model

#AD536F color CMYK value is (0,52,36,32).

  • cyan value is 0.00%
  • magenta value is 52.02%
  • yellow value is 35.84%
  • key color value is 32.16%
CMYK:
(0,52,36,32)
C0M52Y36K32 
(0%,52%,36%,32%)
(0.00/0.52/0.36/0.32)	

CMYK percentages

%0
%52.02
%35.84
%32.16

Codes

Color #AD536F in popluar color models

AD536F
RGB17383111
HSL341°35.43%50.20%
HSB/HSV341°52.02%67.84%
CMYK0.00%52.02%35.84%
32.16%

Color #AD536F in popluar number systems.

HEXAD536F
Decimal17383111
Binary1010110110100111101111
Octal255123157

Shades and tints

Shades of #AD536F

#AD536F
(173,83,111)
#9E4C65
(158,76,101)
#8F455B
(143,69,91)
#803E51
(128,62,81)
#713747
(113,55,71)
#62303D
(98,48,61)
#532933
(83,41,51)
#442229
(68,34,41)
#351B1F
(53,27,31)
#261415
(38,20,21)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #AD536F

#AD536F
(173,83,111)
#B4627C
(180,98,124)
#BB7189
(187,113,137)
#C28096
(194,128,150)
#C98FA3
(201,143,163)
#D09EB0
(208,158,176)
#D7ADBD
(215,173,189)
#DEBCCA
(222,188,202)
#E5CBD7
(229,203,215)
#ECDAE4
(236,218,228)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD536F; }

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

This text font color is #AD536F.


Background Color

.myBgColor { background-color: #AD536F; }

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

This div background color is #AD536F.


Border color

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

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

This div border color is #AD536F.


Opacity

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

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

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

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

This text has shadow with #AD536F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD536F on black background.


Color preview on white background

This text has color #AD536F on white background.



Black color preview on #AD536F background

This text has black color on #AD536F background.


White color preview on #AD536F background

This text has white color on #AD536F background.