COLOR #AD7068

HEX: #AD7068 RGB: (173,112,104)

Color info

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

RGB color model

#AD7068 color RGB value is (173,112,104).

RGB: (173,112,104) (68%, 44%, 41%)

RGB channels and saturation

R 173 of 255 = 68%
G 112 of 255 = 44%
B 104 of 255 = 41%

173
112
104

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

Portions of RGB colors in percentages

R + G + B = 173 + 112 + 104 = 389 (100%)
R 173 of 389 ~ 44.47%
G 112 of 389 ~ 28.79%
B 104 of 389 ~ 26.74'%

%44.47
%28.79
%26.74

CMYK color model

#AD7068 color CMYK value is (0,35,40,32).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 39.88%
  • key color value is 32.16%

CMYK: (0,35,40,32)
C0M35Y40K32 (0%, 35%, 40%, 32%)
(0.00 / 0.35 / 0.40 / 0.32)

CMYK percentages

%0
%35.26
%39.88
%32.16

Codes

Color #AD7068 in popluar color models

AD 70 68
RGB 173 112 104
HSL 29.61% 54.31%
HSB/HSV 39.88% 67.84%
CMYK 0.00% 35.26% 39.88%
32.16%

Color #AD7068 in popluar number systems.

HEX AD 70 68
Decimal 173 112 104
Binary 10101101 1110000 1101000
Octal 255 160 150

Shades and tints

Shades of #AD7068

#AD7068
(173,112,104)
#9E665F
(158,102,95)
#8F5C56
(143,92,86)
#80524D
(128,82,77)
#714844
(113,72,68)
#623E3B
(98,62,59)
#533432
(83,52,50)
#442A29
(68,42,41)
#352020
(53,32,32)
#261617
(38,22,23)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #AD7068

#AD7068
(173,112,104)
#B47D75
(180,125,117)
#BB8A82
(187,138,130)
#C2978F
(194,151,143)
#C9A49C
(201,164,156)
#D0B1A9
(208,177,169)
#D7BEB6
(215,190,182)
#DECBC3
(222,203,195)
#E5D8D0
(229,216,208)
#ECE5DD
(236,229,221)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7068; }

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

This text font color is #AD7068.

Background Color

.myBgColor { background-color: #AD7068; }

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

This div background color is #AD7068.

Border color

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

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

This div border color is #AD7068.

Opacity

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

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

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

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

This text has shadow with #AD7068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7068.

Preview

Color preview on black background

This text has color #AD7068 on black background.


Color preview on white background

This text has color #AD7068 on white background.


Black color preview on #AD7068 background

This text has black color on #AD7068 background.


White color preview on #AD7068 background

This text has white color on #AD7068 background.


Related colors

Complementary color

Complementary color for #hex is #528F97.


I love getcolorcode.com

Triadic colors

1 #68AD70 and #7068AD with #AD7068 are triadic colors.

2 #6870AD and #70AD68 with #AD7068 are triadic colors.