COLOR #AD8295

HEX: #AD8295
RGB: (173,130,149)

Color info

#AD8295 contains red, green and blue colors in about the same proportion. Web safe color of #AD8295 is #999999 (or #999).

RGB color model

#AD8295 color RGB value is (173,130,149).

  • red value is 173;
  • green value is 130;
  • blue value is 149.
RGB:
(173,130,149)
(68%,51%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 149 of 255 = 58%

173
130
149

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

Portions of RGB colors in percentages

R + G + B =
173 + 130 + 149 = 452 (100%)
R 173 of 452 ~ 38.27%
G 130 of 452 ~ 28.76%
B 149 of 452 ~ 32.96%

%38.27
%28.76
%32.96

CMYK color model

#AD8295 color CMYK value is (0,25,14,32).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 13.87%
  • key color value is 32.16%
CMYK:
(0,25,14,32)
C0M25Y14K32 
(0%,25%,14%,32%)
(0.00/0.25/0.14/0.32)	

CMYK percentages

%0
%24.86
%13.87
%32.16

Codes

Color #AD8295 in popluar color models

AD8295
RGB173130149
HSL333°20.77%59.41%
HSB/HSV333°24.86%67.84%
CMYK0.00%24.86%13.87%
32.16%

Color #AD8295 in popluar number systems.

HEXAD8295
Decimal173130149
Binary101011011000001010010101
Octal255202225

Shades and tints

Shades of #AD8295

#AD8295
(173,130,149)
#9E7788
(158,119,136)
#8F6C7B
(143,108,123)
#80616E
(128,97,110)
#715661
(113,86,97)
#624B54
(98,75,84)
#534047
(83,64,71)
#44353A
(68,53,58)
#352A2D
(53,42,45)
#261F20
(38,31,32)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #AD8295

#AD8295
(173,130,149)
#B48D9E
(180,141,158)
#BB98A7
(187,152,167)
#C2A3B0
(194,163,176)
#C9AEB9
(201,174,185)
#D0B9C2
(208,185,194)
#D7C4CB
(215,196,203)
#DECFD4
(222,207,212)
#E5DADD
(229,218,221)
#ECE5E6
(236,229,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8295 color. Also use rgb(173,130,149) instead hex code.

Text Font Color

.myTextColor { color: #AD8295; }

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

This text font color is #AD8295.


Background Color

.myBgColor { background-color: #AD8295; }

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

This div background color is #AD8295.


Border color

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

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

This div border color is #AD8295.


Opacity

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

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

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

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

This text has shadow with #AD8295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8295 on black background.


Color preview on white background

This text has color #AD8295 on white background.



Black color preview on #AD8295 background

This text has black color on #AD8295 background.


White color preview on #AD8295 background

This text has white color on #AD8295 background.