COLOR #AD6349

HEX: #AD6349
RGB: (173,99,73)

Color info

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

RGB color model

#AD6349 color RGB value is (173,99,73).

  • red value is 173;
  • green value is 99;
  • blue value is 73.
RGB:
(173,99,73)
(68%,39%,29%)

RGB channels and saturation

R 173 of 255 = 68%
G 99 of 255 = 39%
B 73 of 255 = 29%

173
99
73

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

Portions of RGB colors in percentages

R + G + B =
173 + 99 + 73 = 345 (100%)
R 173 of 345 ~ 50.14%
G 99 of 345 ~ 28.7%
B 73 of 345 ~ 21.16%

%50.14
%28.7
%21.16

CMYK color model

#AD6349 color CMYK value is (0,43,58,32).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 57.80%
  • key color value is 32.16%
CMYK:
(0,43,58,32)
C0M43Y58K32 
(0%,43%,58%,32%)
(0.00/0.43/0.58/0.32)	

CMYK percentages

%0
%42.77
%57.8
%32.16

Codes

Color #AD6349 in popluar color models

AD6349
RGB1739973
HSL16°40.65%48.24%
HSB/HSV16°57.80%67.84%
CMYK0.00%42.77%57.80%
32.16%

Color #AD6349 in popluar number systems.

HEXAD6349
Decimal1739973
Binary1010110111000111001001
Octal255143111

Shades and tints

Shades of #AD6349

#AD6349
(173,99,73)
#9E5A43
(158,90,67)
#8F513D
(143,81,61)
#804837
(128,72,55)
#713F31
(113,63,49)
#62362B
(98,54,43)
#532D25
(83,45,37)
#44241F
(68,36,31)
#351B19
(53,27,25)
#261213
(38,18,19)
#17090D
(23,9,13)
#000000
(0,0,0)

Tints of #AD6349

#AD6349
(173,99,73)
#B47159
(180,113,89)
#BB7F69
(187,127,105)
#C28D79
(194,141,121)
#C99B89
(201,155,137)
#D0A999
(208,169,153)
#D7B7A9
(215,183,169)
#DEC5B9
(222,197,185)
#E5D3C9
(229,211,201)
#ECE1D9
(236,225,217)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6349; }

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

This text font color is #AD6349.


Background Color

.myBgColor { background-color: #AD6349; }

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

This div background color is #AD6349.


Border color

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

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

This div border color is #AD6349.


Opacity

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

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

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

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

This text has shadow with #AD6349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6349 on black background.


Color preview on white background

This text has color #AD6349 on white background.



Black color preview on #AD6349 background

This text has black color on #AD6349 background.


White color preview on #AD6349 background

This text has white color on #AD6349 background.