COLOR #AD746E

HEX: #AD746E
RGB: (173,116,110)

Color info

#AD746E contains mainly red and green colors. Web safe color of #AD746E is #996666 (or #966).

RGB color model

#AD746E color RGB value is (173,116,110).

  • red value is 173;
  • green value is 116;
  • blue value is 110.
RGB:
(173,116,110)
(68%,45%,43%)

RGB channels and saturation

R 173 of 255 = 68%
G 116 of 255 = 45%
B 110 of 255 = 43%

173
116
110

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

Portions of RGB colors in percentages

R + G + B =
173 + 116 + 110 = 399 (100%)
R 173 of 399 ~ 43.36%
G 116 of 399 ~ 29.07%
B 110 of 399 ~ 27.57%

%43.36
%29.07
%27.57

CMYK color model

#AD746E color CMYK value is (0,33,36,32).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 36.42%
  • key color value is 32.16%
CMYK:
(0,33,36,32)
C0M33Y36K32 
(0%,33%,36%,32%)
(0.00/0.33/0.36/0.32)	

CMYK percentages

%0
%32.95
%36.42
%32.16

Codes

Color #AD746E in popluar color models

AD746E
RGB173116110
HSL27.75%55.49%
HSB/HSV36.42%67.84%
CMYK0.00%32.95%36.42%
32.16%

Color #AD746E in popluar number systems.

HEXAD746E
Decimal173116110
Binary1010110111101001101110
Octal255164156

Shades and tints

Shades of #AD746E

#AD746E
(173,116,110)
#9E6A64
(158,106,100)
#8F605A
(143,96,90)
#805650
(128,86,80)
#714C46
(113,76,70)
#62423C
(98,66,60)
#533832
(83,56,50)
#442E28
(68,46,40)
#35241E
(53,36,30)
#261A14
(38,26,20)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #AD746E

#AD746E
(173,116,110)
#B4807B
(180,128,123)
#BB8C88
(187,140,136)
#C29895
(194,152,149)
#C9A4A2
(201,164,162)
#D0B0AF
(208,176,175)
#D7BCBC
(215,188,188)
#DEC8C9
(222,200,201)
#E5D4D6
(229,212,214)
#ECE0E3
(236,224,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD746E color. Also use rgb(173,116,110) instead hex code.

Text Font Color

.myTextColor { color: #AD746E; }

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

This text font color is #AD746E.


Background Color

.myBgColor { background-color: #AD746E; }

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

This div background color is #AD746E.


Border color

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

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

This div border color is #AD746E.


Opacity

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

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

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

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

This text has shadow with #AD746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD746E on black background.


Color preview on white background

This text has color #AD746E on white background.



Black color preview on #AD746E background

This text has black color on #AD746E background.


White color preview on #AD746E background

This text has white color on #AD746E background.