COLOR #AD8080

HEX: #AD8080
RGB: (173,128,128)

Color info

#AD8080 contains red, green and blue colors in about the same proportion. Web safe color of #AD8080 is #996666 (or #966).

RGB color model

#AD8080 color RGB value is (173,128,128).

  • red value is 173;
  • green value is 128;
  • blue value is 128.
RGB:
(173,128,128)
(68%,50%,50%)

RGB channels and saturation

R 173 of 255 = 68%
G 128 of 255 = 50%
B 128 of 255 = 50%

173
128
128

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

Portions of RGB colors in percentages

R + G + B =
173 + 128 + 128 = 429 (100%)
R 173 of 429 ~ 40.33%
G 128 of 429 ~ 29.84%
B 128 of 429 ~ 29.84%

%40.33
%29.84
%29.84

CMYK color model

#AD8080 color CMYK value is (0,26,26,32).

  • cyan value is 0.00%
  • magenta value is 26.01%
  • yellow value is 26.01%
  • key color value is 32.16%
CMYK:
(0,26,26,32)
C0M26Y26K32 
(0%,26%,26%,32%)
(0.00/0.26/0.26/0.32)	

CMYK percentages

%0
%26.01
%26.01
%32.16

Codes

Color #AD8080 in popluar color models

AD8080
RGB173128128
HSL21.53%59.02%
HSB/HSV26.01%67.84%
CMYK0.00%26.01%26.01%
32.16%

Color #AD8080 in popluar number systems.

HEXAD8080
Decimal173128128
Binary101011011000000010000000
Octal255200200

Shades and tints

Shades of #AD8080

#AD8080
(173,128,128)
#9E7575
(158,117,117)
#8F6A6A
(143,106,106)
#805F5F
(128,95,95)
#715454
(113,84,84)
#624949
(98,73,73)
#533E3E
(83,62,62)
#443333
(68,51,51)
#352828
(53,40,40)
#261D1D
(38,29,29)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #AD8080

#AD8080
(173,128,128)
#B48B8B
(180,139,139)
#BB9696
(187,150,150)
#C2A1A1
(194,161,161)
#C9ACAC
(201,172,172)
#D0B7B7
(208,183,183)
#D7C2C2
(215,194,194)
#DECDCD
(222,205,205)
#E5D8D8
(229,216,216)
#ECE3E3
(236,227,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8080; }

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

This text font color is #AD8080.


Background Color

.myBgColor { background-color: #AD8080; }

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

This div background color is #AD8080.


Border color

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

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

This div border color is #AD8080.


Opacity

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

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

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

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

This text has shadow with #AD8080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8080 on black background.


Color preview on white background

This text has color #AD8080 on white background.



Black color preview on #AD8080 background

This text has black color on #AD8080 background.


White color preview on #AD8080 background

This text has white color on #AD8080 background.