COLOR #AD6361

HEX: #AD6361
RGB: (173,99,97)

Color info

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

RGB color model

#AD6361 color RGB value is (173,99,97).

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

RGB channels and saturation

R 173 of 255 = 68%
G 99 of 255 = 39%
B 97 of 255 = 38%

173
99
97

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

Portions of RGB colors in percentages

R + G + B =
173 + 99 + 97 = 369 (100%)
R 173 of 369 ~ 46.88%
G 99 of 369 ~ 26.83%
B 97 of 369 ~ 26.29%

%46.88
%26.83
%26.29

CMYK color model

#AD6361 color CMYK value is (0,43,44,32).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 43.93%
  • key color value is 32.16%
CMYK:
(0,43,44,32)
C0M43Y44K32 
(0%,43%,44%,32%)
(0.00/0.43/0.44/0.32)	

CMYK percentages

%0
%42.77
%43.93
%32.16

Codes

Color #AD6361 in popluar color models

AD6361
RGB1739997
HSL31.67%52.94%
HSB/HSV43.93%67.84%
CMYK0.00%42.77%43.93%
32.16%

Color #AD6361 in popluar number systems.

HEXAD6361
Decimal1739997
Binary1010110111000111100001
Octal255143141

Shades and tints

Shades of #AD6361

#AD6361
(173,99,97)
#9E5A59
(158,90,89)
#8F5151
(143,81,81)
#804849
(128,72,73)
#713F41
(113,63,65)
#623639
(98,54,57)
#532D31
(83,45,49)
#442429
(68,36,41)
#351B21
(53,27,33)
#261219
(38,18,25)
#170911
(23,9,17)
#000000
(0,0,0)

Tints of #AD6361

#AD6361
(173,99,97)
#B4716F
(180,113,111)
#BB7F7D
(187,127,125)
#C28D8B
(194,141,139)
#C99B99
(201,155,153)
#D0A9A7
(208,169,167)
#D7B7B5
(215,183,181)
#DEC5C3
(222,197,195)
#E5D3D1
(229,211,209)
#ECE1DF
(236,225,223)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6361; }

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

This text font color is #AD6361.


Background Color

.myBgColor { background-color: #AD6361; }

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

This div background color is #AD6361.


Border color

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

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

This div border color is #AD6361.


Opacity

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

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

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

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

This text has shadow with #AD6361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6361 on black background.


Color preview on white background

This text has color #AD6361 on white background.



Black color preview on #AD6361 background

This text has black color on #AD6361 background.


White color preview on #AD6361 background

This text has white color on #AD6361 background.