COLOR #AD6D81

HEX: #AD6D81 RGB: (173,109,129)

Color info

#AD6D81 contains mainly red and blue colors. Web safe color of #AD6D81 is #996699 (or #969).

RGB color model

#AD6D81 color RGB value is (173,109,129).

RGB: (173,109,129) (68%, 43%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 109 of 255 = 43%
B 129 of 255 = 51%

173
109
129

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

Portions of RGB colors in percentages

R + G + B = 173 + 109 + 129 = 411 (100%)
R 173 of 411 ~ 42.09%
G 109 of 411 ~ 26.52%
B 129 of 411 ~ 31.39'%

%42.09
%26.52
%31.39

CMYK color model

#AD6D81 color CMYK value is (0,37,25,32).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK: (0,37,25,32) C0M37Y25K32 (0%,37%,25%,32%) (0.00/0.37/0.25/0.32) 

CMYK percentages

%0
%36.99
%25.43
%32.16

Codes

Color #AD6D81 in popluar color models

AD 6D 81
RGB 173 109 129
HSL 341° 28.07% 55.29%
HSB/HSV 341° 36.99% 67.84%
CMYK 0.00% 36.99% 25.43%
32.16%

Color #AD6D81 in popluar number systems.

HEX AD 6D 81
Decimal 173 109 129
Binary 10101101 1101101 10000001
Octal 255 155 201

Shades and tints

Shades of #AD6D81

#AD6D81
(173,109,129)
#9E6476
(158,100,118)
#8F5B6B
(143,91,107)
#805260
(128,82,96)
#714955
(113,73,85)
#62404A
(98,64,74)
#53373F
(83,55,63)
#442E34
(68,46,52)
#352529
(53,37,41)
#261C1E
(38,28,30)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #AD6D81

#AD6D81
(173,109,129)
#B47A8C
(180,122,140)
#BB8797
(187,135,151)
#C294A2
(194,148,162)
#C9A1AD
(201,161,173)
#D0AEB8
(208,174,184)
#D7BBC3
(215,187,195)
#DEC8CE
(222,200,206)
#E5D5D9
(229,213,217)
#ECE2E4
(236,226,228)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6D81; }

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

This text font color is #AD6D81.

Background Color

.myBgColor { background-color: #AD6D81; }

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

This div background color is #AD6D81.

Border color

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

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

This div border color is #AD6D81.

Opacity

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

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

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

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

This text has shadow with #AD6D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6D81.

Preview

Color preview on black background

This text has color #AD6D81 on black background.


Color preview on white background

This text has color #AD6D81 on white background.


Black color preview on #AD6D81 background

This text has black color on #AD6D81 background.


White color preview on #AD6D81 background

This text has white color on #AD6D81 background.


Related colors

Complementary color

Complementary color for #hex is #52927E.


I love getcolorcode.com

Triadic colors

1 #81AD6D and #6D81AD with #AD6D81 are triadic colors.

2 #816DAD and #6DAD81 with #AD6D81 are triadic colors.