COLOR #AD6B60

HEX: #AD6B60 RGB: (173,107,96)

Color info

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

RGB color model

#AD6B60 color RGB value is (173,107,96).

RGB: (173,107,96) (68%, 42%, 38%)

RGB channels and saturation

R 173 of 255 = 68%
G 107 of 255 = 42%
B 96 of 255 = 38%

173
107
96

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

Portions of RGB colors in percentages

R + G + B = 173 + 107 + 96 = 376 (100%)
R 173 of 376 ~ 46.01%
G 107 of 376 ~ 28.46%
B 96 of 376 ~ 25.53'%

%46.01
%28.46
%25.53

CMYK color model

#AD6B60 color CMYK value is (0,38,45,32).

  • cyan value is 0.00%
  • magenta value is 38.15%
  • yellow value is 44.51%
  • key color value is 32.16%

CMYK: (0,38,45,32)
C0M38Y45K32 (0%, 38%, 45%, 32%)
(0.00 / 0.38 / 0.45 / 0.32)

CMYK percentages

%0
%38.15
%44.51
%32.16

Codes

Color #AD6B60 in popluar color models

AD 6B 60
RGB 173 107 96
HSL 31.95% 52.75%
HSB/HSV 44.51% 67.84%
CMYK 0.00% 38.15% 44.51%
32.16%

Color #AD6B60 in popluar number systems.

HEX AD 6B 60
Decimal 173 107 96
Binary 10101101 1101011 1100000
Octal 255 153 140

Shades and tints

Shades of #AD6B60

#AD6B60
(173,107,96)
#9E6258
(158,98,88)
#8F5950
(143,89,80)
#805048
(128,80,72)
#714740
(113,71,64)
#623E38
(98,62,56)
#533530
(83,53,48)
#442C28
(68,44,40)
#352320
(53,35,32)
#261A18
(38,26,24)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD6B60

#AD6B60
(173,107,96)
#B4786E
(180,120,110)
#BB857C
(187,133,124)
#C2928A
(194,146,138)
#C99F98
(201,159,152)
#D0ACA6
(208,172,166)
#D7B9B4
(215,185,180)
#DEC6C2
(222,198,194)
#E5D3D0
(229,211,208)
#ECE0DE
(236,224,222)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6B60 color. Also use rgb(173,107,96) instead hex code.

Text Font Color

.myTextColor { color: #AD6B60; }

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

This text font color is #AD6B60.

Background Color

.myBgColor { background-color: #AD6B60; }

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

This div background color is #AD6B60.

Border color

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

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

This div border color is #AD6B60.

Opacity

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

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

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

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

This text has shadow with #AD6B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6B60.

Preview

Color preview on black background

This text has color #AD6B60 on black background.


Color preview on white background

This text has color #AD6B60 on white background.


Black color preview on #AD6B60 background

This text has black color on #AD6B60 background.


White color preview on #AD6B60 background

This text has white color on #AD6B60 background.


Related colors

Complementary color

Complementary color for #hex is #52949F.


I love getcolorcode.com

Triadic colors

1 #60AD6B and #6B60AD with #AD6B60 are triadic colors.

2 #606BAD and #6BAD60 with #AD6B60 are triadic colors.