COLOR #AD6B80

HEX: #AD6B80 RGB: (173,107,128)

Color info

#AD6B80 contains mainly red and blue colors. Web safe color of #AD6B80 is #996666 (or #966).

RGB color model

#AD6B80 color RGB value is (173,107,128).

RGB: (173,107,128) (68%, 42%, 50%)

RGB channels and saturation

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

173
107
128

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

Portions of RGB colors in percentages

R + G + B = 173 + 107 + 128 = 408 (100%)
R 173 of 408 ~ 42.4%
G 107 of 408 ~ 26.23%
B 128 of 408 ~ 31.37'%

%42.4
%26.23
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.15%
  • yellow value is 26.01%
  • key color value is 32.16%

CMYK: (0,38,26,32)
C0M38Y26K32 (0%, 38%, 26%, 32%)
(0.00 / 0.38 / 0.26 / 0.32)

CMYK percentages

%0
%38.15
%26.01
%32.16

Codes

Color #AD6B80 in popluar color models

AD 6B 80
RGB 173 107 128
HSL 341° 28.70% 54.90%
HSB/HSV 341° 38.15% 67.84%
CMYK 0.00% 38.15% 26.01%
32.16%

Color #AD6B80 in popluar number systems.

HEX AD 6B 80
Decimal 173 107 128
Binary 10101101 1101011 10000000
Octal 255 153 200

Shades and tints

Shades of #AD6B80

#AD6B80
(173,107,128)
#9E6275
(158,98,117)
#8F596A
(143,89,106)
#80505F
(128,80,95)
#714754
(113,71,84)
#623E49
(98,62,73)
#53353E
(83,53,62)
#442C33
(68,44,51)
#352328
(53,35,40)
#261A1D
(38,26,29)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD6B80

#AD6B80
(173,107,128)
#B4788B
(180,120,139)
#BB8596
(187,133,150)
#C292A1
(194,146,161)
#C99FAC
(201,159,172)
#D0ACB7
(208,172,183)
#D7B9C2
(215,185,194)
#DEC6CD
(222,198,205)
#E5D3D8
(229,211,216)
#ECE0E3
(236,224,227)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6B80; }

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

This text font color is #AD6B80.

Background Color

.myBgColor { background-color: #AD6B80; }

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

This div background color is #AD6B80.

Border color

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

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

This div border color is #AD6B80.

Opacity

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

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

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

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

This text has shadow with #AD6B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6B80.

Preview

Color preview on black background

This text has color #AD6B80 on black background.


Color preview on white background

This text has color #AD6B80 on white background.


Black color preview on #AD6B80 background

This text has black color on #AD6B80 background.


White color preview on #AD6B80 background

This text has white color on #AD6B80 background.


Related colors

Complementary color

Complementary color for #hex is #52947F.


I love getcolorcode.com

Triadic colors

1 #80AD6B and #6B80AD with #AD6B80 are triadic colors.

2 #806BAD and #6BAD80 with #AD6B80 are triadic colors.