COLOR #AD6A6C

HEX: #AD6A6C
RGB: (173,106,108)

Color info

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

RGB color model

#AD6A6C color RGB value is (173,106,108).

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

RGB channels and saturation

R 173 of 255 = 68%
G 106 of 255 = 42%
B 108 of 255 = 42%

173
106
108

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

Portions of RGB colors in percentages

R + G + B =
173 + 106 + 108 = 387 (100%)
R 173 of 387 ~ 44.7%
G 106 of 387 ~ 27.39%
B 108 of 387 ~ 27.91%

%44.7
%27.39
%27.91

CMYK color model

#AD6A6C color CMYK value is (0,39,38,32).

  • cyan value is 0.00%
  • magenta value is 38.73%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK:
(0,39,38,32)
C0M39Y38K32 
(0%,39%,38%,32%)
(0.00/0.39/0.38/0.32)	

CMYK percentages

%0
%38.73
%37.57
%32.16

Codes

Color #AD6A6C in popluar color models

AD6A6C
RGB173106108
HSL358°29.00%54.71%
HSB/HSV358°38.73%67.84%
CMYK0.00%38.73%37.57%
32.16%

Color #AD6A6C in popluar number systems.

HEXAD6A6C
Decimal173106108
Binary1010110111010101101100
Octal255152154

Shades and tints

Shades of #AD6A6C

#AD6A6C
(173,106,108)
#9E6163
(158,97,99)
#8F585A
(143,88,90)
#804F51
(128,79,81)
#714648
(113,70,72)
#623D3F
(98,61,63)
#533436
(83,52,54)
#442B2D
(68,43,45)
#352224
(53,34,36)
#26191B
(38,25,27)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD6A6C

#AD6A6C
(173,106,108)
#B47779
(180,119,121)
#BB8486
(187,132,134)
#C29193
(194,145,147)
#C99EA0
(201,158,160)
#D0ABAD
(208,171,173)
#D7B8BA
(215,184,186)
#DEC5C7
(222,197,199)
#E5D2D4
(229,210,212)
#ECDFE1
(236,223,225)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6A6C; }

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

This text font color is #AD6A6C.


Background Color

.myBgColor { background-color: #AD6A6C; }

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

This div background color is #AD6A6C.


Border color

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

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

This div border color is #AD6A6C.


Opacity

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

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

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

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

This text has shadow with #AD6A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6A6C on black background.


Color preview on white background

This text has color #AD6A6C on white background.



Black color preview on #AD6A6C background

This text has black color on #AD6A6C background.


White color preview on #AD6A6C background

This text has white color on #AD6A6C background.