COLOR #AD6089

HEX: #AD6089
RGB: (173,96,137)

Color info

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

RGB color model

#AD6089 color RGB value is (173,96,137).

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

RGB channels and saturation

R 173 of 255 = 68%
G 96 of 255 = 38%
B 137 of 255 = 54%

173
96
137

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

Portions of RGB colors in percentages

R + G + B =
173 + 96 + 137 = 406 (100%)
R 173 of 406 ~ 42.61%
G 96 of 406 ~ 23.65%
B 137 of 406 ~ 33.74%

%42.61
%23.65
%33.74

CMYK color model

#AD6089 color CMYK value is (0,45,21,32).

  • cyan value is 0.00%
  • magenta value is 44.51%
  • yellow value is 20.81%
  • key color value is 32.16%
CMYK:
(0,45,21,32)
C0M45Y21K32 
(0%,45%,21%,32%)
(0.00/0.45/0.21/0.32)	

CMYK percentages

%0
%44.51
%20.81
%32.16

Codes

Color #AD6089 in popluar color models

AD6089
RGB17396137
HSL328°31.95%52.75%
HSB/HSV328°44.51%67.84%
CMYK0.00%44.51%20.81%
32.16%

Color #AD6089 in popluar number systems.

HEXAD6089
Decimal17396137
Binary10101101110000010001001
Octal255140211

Shades and tints

Shades of #AD6089

#AD6089
(173,96,137)
#9E587D
(158,88,125)
#8F5071
(143,80,113)
#804865
(128,72,101)
#714059
(113,64,89)
#62384D
(98,56,77)
#533041
(83,48,65)
#442835
(68,40,53)
#352029
(53,32,41)
#26181D
(38,24,29)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD6089

#AD6089
(173,96,137)
#B46E93
(180,110,147)
#BB7C9D
(187,124,157)
#C28AA7
(194,138,167)
#C998B1
(201,152,177)
#D0A6BB
(208,166,187)
#D7B4C5
(215,180,197)
#DEC2CF
(222,194,207)
#E5D0D9
(229,208,217)
#ECDEE3
(236,222,227)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6089; }

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

This text font color is #AD6089.


Background Color

.myBgColor { background-color: #AD6089; }

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

This div background color is #AD6089.


Border color

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

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

This div border color is #AD6089.


Opacity

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

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

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

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

This text has shadow with #AD6089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6089 on black background.


Color preview on white background

This text has color #AD6089 on white background.



Black color preview on #AD6089 background

This text has black color on #AD6089 background.


White color preview on #AD6089 background

This text has white color on #AD6089 background.