COLOR #AD676C

HEX: #AD676C RGB: (173,103,108)

Color info

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

RGB color model

#AD676C color RGB value is (173,103,108).

RGB: (173,103,108) (68%, 40%, 42%)

RGB channels and saturation

R 173 of 255 = 68%
G 103 of 255 = 40%
B 108 of 255 = 42%

173
103
108

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

Portions of RGB colors in percentages

R + G + B = 173 + 103 + 108 = 384 (100%)
R 173 of 384 ~ 45.05%
G 103 of 384 ~ 26.82%
B 108 of 384 ~ 28.13'%

%45.05
%26.82
%28.13

CMYK color model

#AD676C color CMYK value is (0,40,38,32).

  • cyan value is 0.00%
  • magenta value is 40.46%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK: (0,40,38,32) C0M40Y38K32 (0%,40%,38%,32%) (0.00/0.40/0.38/0.32) 

CMYK percentages

%0
%40.46
%37.57
%32.16

Codes

Color #AD676C in popluar color models

AD 67 6C
RGB 173 103 108
HSL 356° 29.91% 54.12%
HSB/HSV 356° 40.46% 67.84%
CMYK 0.00% 40.46% 37.57%
32.16%

Color #AD676C in popluar number systems.

HEX AD 67 6C
Decimal 173 103 108
Binary 10101101 1100111 1101100
Octal 255 147 154

Shades and tints

Shades of #AD676C

#AD676C
(173,103,108)
#9E5E63
(158,94,99)
#8F555A
(143,85,90)
#804C51
(128,76,81)
#714348
(113,67,72)
#623A3F
(98,58,63)
#533136
(83,49,54)
#44282D
(68,40,45)
#351F24
(53,31,36)
#26161B
(38,22,27)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #AD676C

#AD676C
(173,103,108)
#B47479
(180,116,121)
#BB8186
(187,129,134)
#C28E93
(194,142,147)
#C99BA0
(201,155,160)
#D0A8AD
(208,168,173)
#D7B5BA
(215,181,186)
#DEC2C7
(222,194,199)
#E5CFD4
(229,207,212)
#ECDCE1
(236,220,225)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD676C; }

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

This text font color is #AD676C.

Background Color

.myBgColor { background-color: #AD676C; }

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

This div background color is #AD676C.

Border color

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

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

This div border color is #AD676C.

Opacity

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

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

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

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

This text has shadow with #AD676C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD676C.

Preview

Color preview on black background

This text has color #AD676C on black background.


Color preview on white background

This text has color #AD676C on white background.


Black color preview on #AD676C background

This text has black color on #AD676C background.


White color preview on #AD676C background

This text has white color on #AD676C background.


Related colors

Complementary color

Complementary color for #hex is #529893.


I love getcolorcode.com

Triadic colors

1 #6CAD67 and #676CAD with #AD676C are triadic colors.

2 #6C67AD and #67AD6C with #AD676C are triadic colors.