COLOR #AD8093

HEX: #AD8093
RGB: (173,128,147)

Color info

#AD8093 contains red, green and blue colors in about the same proportion. Web safe color of #AD8093 is #996699 (or #969).

RGB color model

#AD8093 color RGB value is (173,128,147).

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

RGB channels and saturation

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

173
128
147

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

Portions of RGB colors in percentages

R + G + B =
173 + 128 + 147 = 448 (100%)
R 173 of 448 ~ 38.62%
G 128 of 448 ~ 28.57%
B 147 of 448 ~ 32.81%

%38.62
%28.57
%32.81

CMYK color model

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

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

CMYK percentages

%0
%26.01
%15.03
%32.16

Codes

Color #AD8093 in popluar color models

AD8093
RGB173128147
HSL335°21.53%59.02%
HSB/HSV335°26.01%67.84%
CMYK0.00%26.01%15.03%
32.16%

Color #AD8093 in popluar number systems.

HEXAD8093
Decimal173128147
Binary101011011000000010010011
Octal255200223

Shades and tints

Shades of #AD8093

#AD8093
(173,128,147)
#9E7586
(158,117,134)
#8F6A79
(143,106,121)
#805F6C
(128,95,108)
#71545F
(113,84,95)
#624952
(98,73,82)
#533E45
(83,62,69)
#443338
(68,51,56)
#35282B
(53,40,43)
#261D1E
(38,29,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #AD8093

#AD8093
(173,128,147)
#B48B9C
(180,139,156)
#BB96A5
(187,150,165)
#C2A1AE
(194,161,174)
#C9ACB7
(201,172,183)
#D0B7C0
(208,183,192)
#D7C2C9
(215,194,201)
#DECDD2
(222,205,210)
#E5D8DB
(229,216,219)
#ECE3E4
(236,227,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8093; }

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

This text font color is #AD8093.


Background Color

.myBgColor { background-color: #AD8093; }

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

This div background color is #AD8093.


Border color

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

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

This div border color is #AD8093.


Opacity

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

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

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

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

This text has shadow with #AD8093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8093 on black background.


Color preview on white background

This text has color #AD8093 on white background.



Black color preview on #AD8093 background

This text has black color on #AD8093 background.


White color preview on #AD8093 background

This text has white color on #AD8093 background.