COLOR #AD6862

HEX: #AD6862
RGB: (173,104,98)

Color info

#AD6862 contains mainly red color. Web safe color of #AD6862 is #996666 (or #966).

RGB color model

#AD6862 color RGB value is (173,104,98).

  • red value is 173;
  • green value is 104;
  • blue value is 98.
RGB:
(173,104,98)
(68%,41%,38%)

RGB channels and saturation

R 173 of 255 = 68%
G 104 of 255 = 41%
B 98 of 255 = 38%

173
104
98

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

Portions of RGB colors in percentages

R + G + B =
173 + 104 + 98 = 375 (100%)
R 173 of 375 ~ 46.13%
G 104 of 375 ~ 27.73%
B 98 of 375 ~ 26.13%

%46.13
%27.73
%26.13

CMYK color model

#AD6862 color CMYK value is (0,40,43,32).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 43.35%
  • key color value is 32.16%
CMYK:
(0,40,43,32)
C0M40Y43K32 
(0%,40%,43%,32%)
(0.00/0.40/0.43/0.32)	

CMYK percentages

%0
%39.88
%43.35
%32.16

Codes

Color #AD6862 in popluar color models

AD6862
RGB17310498
HSL31.38%53.14%
HSB/HSV43.35%67.84%
CMYK0.00%39.88%43.35%
32.16%

Color #AD6862 in popluar number systems.

HEXAD6862
Decimal17310498
Binary1010110111010001100010
Octal255150142

Shades and tints

Shades of #AD6862

#AD6862
(173,104,98)
#9E5F5A
(158,95,90)
#8F5652
(143,86,82)
#804D4A
(128,77,74)
#714442
(113,68,66)
#623B3A
(98,59,58)
#533232
(83,50,50)
#44292A
(68,41,42)
#352022
(53,32,34)
#26171A
(38,23,26)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD6862

#AD6862
(173,104,98)
#B47570
(180,117,112)
#BB827E
(187,130,126)
#C28F8C
(194,143,140)
#C99C9A
(201,156,154)
#D0A9A8
(208,169,168)
#D7B6B6
(215,182,182)
#DEC3C4
(222,195,196)
#E5D0D2
(229,208,210)
#ECDDE0
(236,221,224)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6862 color. Also use rgb(173,104,98) instead hex code.

Text Font Color

.myTextColor { color: #AD6862; }

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

This text font color is #AD6862.


Background Color

.myBgColor { background-color: #AD6862; }

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

This div background color is #AD6862.


Border color

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

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

This div border color is #AD6862.


Opacity

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

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

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

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

This text has shadow with #AD6862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6862 on black background.


Color preview on white background

This text has color #AD6862 on white background.



Black color preview on #AD6862 background

This text has black color on #AD6862 background.


White color preview on #AD6862 background

This text has white color on #AD6862 background.