COLOR #AD5C0F

HEX: #AD5C0F
RGB: (173,92,15)

Color info

#AD5C0F contains mainly red color. Web safe color of #AD5C0F is #996600 (or #960).

RGB color model

#AD5C0F color RGB value is (173,92,15).

  • red value is 173;
  • green value is 92;
  • blue value is 15.
RGB:
(173,92,15)
(68%,36%,6%)

RGB channels and saturation

R 173 of 255 = 68%
G 92 of 255 = 36%
B 15 of 255 = 6%

173
92
15

R + G + B ~ 37%. #AD5C0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 92 + 15 = 280 (100%)
R 173 of 280 ~ 61.79%
G 92 of 280 ~ 32.86%
B 15 of 280 ~ 5.36%

%61.79
%32.86

CMYK color model

#AD5C0F color CMYK value is (0,47,91,32).

  • cyan value is 0.00%
  • magenta value is 46.82%
  • yellow value is 91.33%
  • key color value is 32.16%
CMYK:
(0,47,91,32)
C0M47Y91K32 
(0%,47%,91%,32%)
(0.00/0.47/0.91/0.32)	

CMYK percentages

%0
%46.82
%91.33
%32.16

Codes

Color #AD5C0F in popluar color models

AD5C0F
RGB1739215
HSL29°84.04%36.86%
HSB/HSV29°91.33%67.84%
CMYK0.00%46.82%91.33%
32.16%

Color #AD5C0F in popluar number systems.

HEXAD5C0F
Decimal1739215
Binary1010110110111001111
Octal25513417

Shades and tints

Shades of #AD5C0F

#AD5C0F
(173,92,15)
#9E540E
(158,84,14)
#8F4C0D
(143,76,13)
#80440C
(128,68,12)
#713C0B
(113,60,11)
#62340A
(98,52,10)
#532C09
(83,44,9)
#442408
(68,36,8)
#351C07
(53,28,7)
#261406
(38,20,6)
#170C05
(23,12,5)
#000000
(0,0,0)

Tints of #AD5C0F

#AD5C0F
(173,92,15)
#B46A24
(180,106,36)
#BB7839
(187,120,57)
#C2864E
(194,134,78)
#C99463
(201,148,99)
#D0A278
(208,162,120)
#D7B08D
(215,176,141)
#DEBEA2
(222,190,162)
#E5CCB7
(229,204,183)
#ECDACC
(236,218,204)
#F3E8E1
(243,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5C0F; }

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

This text font color is #AD5C0F.


Background Color

.myBgColor { background-color: #AD5C0F; }

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

This div background color is #AD5C0F.


Border color

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

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

This div border color is #AD5C0F.


Opacity

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

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

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

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

This text has shadow with #AD5C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5C0F on black background.


Color preview on white background

This text has color #AD5C0F on white background.



Black color preview on #AD5C0F background

This text has black color on #AD5C0F background.


White color preview on #AD5C0F background

This text has white color on #AD5C0F background.