COLOR #AD6068

HEX: #AD6068
RGB: (173,96,104)

Color info

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

RGB color model

#AD6068 color RGB value is (173,96,104).

  • red value is 173;
  • green value is 96;
  • blue value is 104.
RGB:
(173,96,104)
(68%,38%,41%)

RGB channels and saturation

R 173 of 255 = 68%
G 96 of 255 = 38%
B 104 of 255 = 41%

173
96
104

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

Portions of RGB colors in percentages

R + G + B =
173 + 96 + 104 = 373 (100%)
R 173 of 373 ~ 46.38%
G 96 of 373 ~ 25.74%
B 104 of 373 ~ 27.88%

%46.38
%25.74
%27.88

CMYK color model

#AD6068 color CMYK value is (0,45,40,32).

  • cyan value is 0.00%
  • magenta value is 44.51%
  • yellow value is 39.88%
  • key color value is 32.16%
CMYK:
(0,45,40,32)
C0M45Y40K32 
(0%,45%,40%,32%)
(0.00/0.45/0.40/0.32)	

CMYK percentages

%0
%44.51
%39.88
%32.16

Codes

Color #AD6068 in popluar color models

AD6068
RGB17396104
HSL354°31.95%52.75%
HSB/HSV354°44.51%67.84%
CMYK0.00%44.51%39.88%
32.16%

Color #AD6068 in popluar number systems.

HEXAD6068
Decimal17396104
Binary1010110111000001101000
Octal255140150

Shades and tints

Shades of #AD6068

#AD6068
(173,96,104)
#9E585F
(158,88,95)
#8F5056
(143,80,86)
#80484D
(128,72,77)
#714044
(113,64,68)
#62383B
(98,56,59)
#533032
(83,48,50)
#442829
(68,40,41)
#352020
(53,32,32)
#261817
(38,24,23)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #AD6068

#AD6068
(173,96,104)
#B46E75
(180,110,117)
#BB7C82
(187,124,130)
#C28A8F
(194,138,143)
#C9989C
(201,152,156)
#D0A6A9
(208,166,169)
#D7B4B6
(215,180,182)
#DEC2C3
(222,194,195)
#E5D0D0
(229,208,208)
#ECDEDD
(236,222,221)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6068; }

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

This text font color is #AD6068.


Background Color

.myBgColor { background-color: #AD6068; }

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

This div background color is #AD6068.


Border color

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

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

This div border color is #AD6068.


Opacity

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

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

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

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

This text has shadow with #AD6068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6068 on black background.


Color preview on white background

This text has color #AD6068 on white background.



Black color preview on #AD6068 background

This text has black color on #AD6068 background.


White color preview on #AD6068 background

This text has white color on #AD6068 background.