COLOR #AD6F99

HEX: #AD6F99 RGB: (173,111,153)

Color info

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

RGB color model

#AD6F99 color RGB value is (173,111,153).

RGB: (173,111,153) (68%, 44%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 111 of 255 = 44%
B 153 of 255 = 60%

173
111
153

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

Portions of RGB colors in percentages

R + G + B = 173 + 111 + 153 = 437 (100%)
R 173 of 437 ~ 39.59%
G 111 of 437 ~ 25.4%
B 153 of 437 ~ 35.01'%

%39.59
%25.4
%35.01

CMYK color model

#AD6F99 color CMYK value is (0,36,12,32).

  • cyan value is 0.00%
  • magenta value is 35.84%
  • yellow value is 11.56%
  • key color value is 32.16%

CMYK: (0,36,12,32)
C0M36Y12K32 (0%, 36%, 12%, 32%)
(0.00 / 0.36 / 0.12 / 0.32)

CMYK percentages

%0
%35.84
%11.56
%32.16

Codes

Color #AD6F99 in popluar color models

AD 6F 99
RGB 173 111 153
HSL 319° 27.43% 55.69%
HSB/HSV 319° 35.84% 67.84%
CMYK 0.00% 35.84% 11.56%
32.16%

Color #AD6F99 in popluar number systems.

HEX AD 6F 99
Decimal 173 111 153
Binary 10101101 1101111 10011001
Octal 255 157 231

Shades and tints

Shades of #AD6F99

#AD6F99
(173,111,153)
#9E658C
(158,101,140)
#8F5B7F
(143,91,127)
#805172
(128,81,114)
#714765
(113,71,101)
#623D58
(98,61,88)
#53334B
(83,51,75)
#44293E
(68,41,62)
#351F31
(53,31,49)
#261524
(38,21,36)
#170B17
(23,11,23)
#000000
(0,0,0)

Tints of #AD6F99

#AD6F99
(173,111,153)
#B47CA2
(180,124,162)
#BB89AB
(187,137,171)
#C296B4
(194,150,180)
#C9A3BD
(201,163,189)
#D0B0C6
(208,176,198)
#D7BDCF
(215,189,207)
#DECAD8
(222,202,216)
#E5D7E1
(229,215,225)
#ECE4EA
(236,228,234)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6F99; }

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

This text font color is #AD6F99.

Background Color

.myBgColor { background-color: #AD6F99; }

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

This div background color is #AD6F99.

Border color

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

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

This div border color is #AD6F99.

Opacity

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

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

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

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

This text has shadow with #AD6F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD6F99.

Preview

Color preview on black background

This text has color #AD6F99 on black background.


Color preview on white background

This text has color #AD6F99 on white background.


Black color preview on #AD6F99 background

This text has black color on #AD6F99 background.


White color preview on #AD6F99 background

This text has white color on #AD6F99 background.


Related colors

Complementary color

Complementary color for #hex is #529066.


I love getcolorcode.com

Triadic colors

1 #99AD6F and #6F99AD with #AD6F99 are triadic colors.

2 #996FAD and #6FAD99 with #AD6F99 are triadic colors.