COLOR #AD6070

HEX: #AD6070
RGB: (173,96,112)

Color info

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

RGB color model

#AD6070 color RGB value is (173,96,112).

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

RGB channels and saturation

R 173 of 255 = 68%
G 96 of 255 = 38%
B 112 of 255 = 44%

173
96
112

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

Portions of RGB colors in percentages

R + G + B =
173 + 96 + 112 = 381 (100%)
R 173 of 381 ~ 45.41%
G 96 of 381 ~ 25.2%
B 112 of 381 ~ 29.4%

%45.41
%25.2
%29.4

CMYK color model

#AD6070 color CMYK value is (0,45,35,32).

  • cyan value is 0.00%
  • magenta value is 44.51%
  • yellow value is 35.26%
  • key color value is 32.16%
CMYK:
(0,45,35,32)
C0M45Y35K32 
(0%,45%,35%,32%)
(0.00/0.45/0.35/0.32)	

CMYK percentages

%0
%44.51
%35.26
%32.16

Codes

Color #AD6070 in popluar color models

AD6070
RGB17396112
HSL348°31.95%52.75%
HSB/HSV348°44.51%67.84%
CMYK0.00%44.51%35.26%
32.16%

Color #AD6070 in popluar number systems.

HEXAD6070
Decimal17396112
Binary1010110111000001110000
Octal255140160

Shades and tints

Shades of #AD6070

#AD6070
(173,96,112)
#9E5866
(158,88,102)
#8F505C
(143,80,92)
#804852
(128,72,82)
#714048
(113,64,72)
#62383E
(98,56,62)
#533034
(83,48,52)
#44282A
(68,40,42)
#352020
(53,32,32)
#261816
(38,24,22)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #AD6070

#AD6070
(173,96,112)
#B46E7D
(180,110,125)
#BB7C8A
(187,124,138)
#C28A97
(194,138,151)
#C998A4
(201,152,164)
#D0A6B1
(208,166,177)
#D7B4BE
(215,180,190)
#DEC2CB
(222,194,203)
#E5D0D8
(229,208,216)
#ECDEE5
(236,222,229)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6070; }

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

This text font color is #AD6070.


Background Color

.myBgColor { background-color: #AD6070; }

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

This div background color is #AD6070.


Border color

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

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

This div border color is #AD6070.


Opacity

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

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

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

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

This text has shadow with #AD6070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6070 on black background.


Color preview on white background

This text has color #AD6070 on white background.



Black color preview on #AD6070 background

This text has black color on #AD6070 background.


White color preview on #AD6070 background

This text has white color on #AD6070 background.