COLOR #AD6A46

HEX: #AD6A46
RGB: (173,106,70)

Color info

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

RGB color model

#AD6A46 color RGB value is (173,106,70).

  • red value is 173;
  • green value is 106;
  • blue value is 70.
RGB:
(173,106,70)
(68%,42%,27%)

RGB channels and saturation

R 173 of 255 = 68%
G 106 of 255 = 42%
B 70 of 255 = 27%

173
106
70

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

Portions of RGB colors in percentages

R + G + B =
173 + 106 + 70 = 349 (100%)
R 173 of 349 ~ 49.57%
G 106 of 349 ~ 30.37%
B 70 of 349 ~ 20.06%

%49.57
%30.37
%20.06

CMYK color model

#AD6A46 color CMYK value is (0,39,60,32).

  • cyan value is 0.00%
  • magenta value is 38.73%
  • yellow value is 59.54%
  • key color value is 32.16%
CMYK:
(0,39,60,32)
C0M39Y60K32 
(0%,39%,60%,32%)
(0.00/0.39/0.60/0.32)	

CMYK percentages

%0
%38.73
%59.54
%32.16

Codes

Color #AD6A46 in popluar color models

AD6A46
RGB17310670
HSL21°42.39%47.65%
HSB/HSV21°59.54%67.84%
CMYK0.00%38.73%59.54%
32.16%

Color #AD6A46 in popluar number systems.

HEXAD6A46
Decimal17310670
Binary1010110111010101000110
Octal255152106

Shades and tints

Shades of #AD6A46

#AD6A46
(173,106,70)
#9E6140
(158,97,64)
#8F583A
(143,88,58)
#804F34
(128,79,52)
#71462E
(113,70,46)
#623D28
(98,61,40)
#533422
(83,52,34)
#442B1C
(68,43,28)
#352216
(53,34,22)
#261910
(38,25,16)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #AD6A46

#AD6A46
(173,106,70)
#B47756
(180,119,86)
#BB8466
(187,132,102)
#C29176
(194,145,118)
#C99E86
(201,158,134)
#D0AB96
(208,171,150)
#D7B8A6
(215,184,166)
#DEC5B6
(222,197,182)
#E5D2C6
(229,210,198)
#ECDFD6
(236,223,214)
#F3ECE6
(243,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6A46 color. Also use rgb(173,106,70) instead hex code.

Text Font Color

.myTextColor { color: #AD6A46; }

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

This text font color is #AD6A46.


Background Color

.myBgColor { background-color: #AD6A46; }

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

This div background color is #AD6A46.


Border color

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

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

This div border color is #AD6A46.


Opacity

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

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

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

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

This text has shadow with #AD6A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6A46 on black background.


Color preview on white background

This text has color #AD6A46 on white background.



Black color preview on #AD6A46 background

This text has black color on #AD6A46 background.


White color preview on #AD6A46 background

This text has white color on #AD6A46 background.