COLOR #AD5948

HEX: #AD5948
RGB: (173,89,72)

Color info

#AD5948 contains mainly red color. Web safe color of #AD5948 is #996633 (or #963).

RGB color model

#AD5948 color RGB value is (173,89,72).

  • red value is 173;
  • green value is 89;
  • blue value is 72.
RGB:
(173,89,72)
(68%,35%,28%)

RGB channels and saturation

R 173 of 255 = 68%
G 89 of 255 = 35%
B 72 of 255 = 28%

173
89
72

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

Portions of RGB colors in percentages

R + G + B =
173 + 89 + 72 = 334 (100%)
R 173 of 334 ~ 51.8%
G 89 of 334 ~ 26.65%
B 72 of 334 ~ 21.56%

%51.8
%26.65
%21.56

CMYK color model

#AD5948 color CMYK value is (0,49,58,32).

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 58.38%
  • key color value is 32.16%
CMYK:
(0,49,58,32)
C0M49Y58K32 
(0%,49%,58%,32%)
(0.00/0.49/0.58/0.32)	

CMYK percentages

%0
%48.55
%58.38
%32.16

Codes

Color #AD5948 in popluar color models

AD5948
RGB1738972
HSL10°41.22%48.04%
HSB/HSV10°58.38%67.84%
CMYK0.00%48.55%58.38%
32.16%

Color #AD5948 in popluar number systems.

HEXAD5948
Decimal1738972
Binary1010110110110011001000
Octal255131110

Shades and tints

Shades of #AD5948

#AD5948
(173,89,72)
#9E5142
(158,81,66)
#8F493C
(143,73,60)
#804136
(128,65,54)
#713930
(113,57,48)
#62312A
(98,49,42)
#532924
(83,41,36)
#44211E
(68,33,30)
#351918
(53,25,24)
#261112
(38,17,18)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #AD5948

#AD5948
(173,89,72)
#B46858
(180,104,88)
#BB7768
(187,119,104)
#C28678
(194,134,120)
#C99588
(201,149,136)
#D0A498
(208,164,152)
#D7B3A8
(215,179,168)
#DEC2B8
(222,194,184)
#E5D1C8
(229,209,200)
#ECE0D8
(236,224,216)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5948; }

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

This text font color is #AD5948.


Background Color

.myBgColor { background-color: #AD5948; }

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

This div background color is #AD5948.


Border color

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

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

This div border color is #AD5948.


Opacity

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

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

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

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

This text has shadow with #AD5948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5948 on black background.


Color preview on white background

This text has color #AD5948 on white background.



Black color preview on #AD5948 background

This text has black color on #AD5948 background.


White color preview on #AD5948 background

This text has white color on #AD5948 background.