COLOR #AD9192

HEX: #AD9192
RGB: (173,145,146)

Color info

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

RGB color model

#AD9192 color RGB value is (173,145,146).

  • red value is 173;
  • green value is 145;
  • blue value is 146.
RGB:
(173,145,146)
(68%,57%,57%)

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 146 of 255 = 57%

173
145
146

R + G + B ~ 61%. #AD9192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 145 + 146 = 464 (100%)
R 173 of 464 ~ 37.28%
G 145 of 464 ~ 31.25%
B 146 of 464 ~ 31.47%

%37.28
%31.25
%31.47

CMYK color model

#AD9192 color CMYK value is (0,16,16,32).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,16,16,32)
C0M16Y16K32 
(0%,16%,16%,32%)
(0.00/0.16/0.16/0.32)	

CMYK percentages

%0
%16.18
%15.61
%32.16

Codes

Color #AD9192 in popluar color models

AD9192
RGB173145146
HSL358°14.58%62.35%
HSB/HSV358°16.18%67.84%
CMYK0.00%16.18%15.61%
32.16%

Color #AD9192 in popluar number systems.

HEXAD9192
Decimal173145146
Binary101011011001000110010010
Octal255221222

Shades and tints

Shades of #AD9192

#AD9192
(173,145,146)
#9E8485
(158,132,133)
#8F7778
(143,119,120)
#806A6B
(128,106,107)
#715D5E
(113,93,94)
#625051
(98,80,81)
#534344
(83,67,68)
#443637
(68,54,55)
#35292A
(53,41,42)
#261C1D
(38,28,29)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD9192

#AD9192
(173,145,146)
#B49B9B
(180,155,155)
#BBA5A4
(187,165,164)
#C2AFAD
(194,175,173)
#C9B9B6
(201,185,182)
#D0C3BF
(208,195,191)
#D7CDC8
(215,205,200)
#DED7D1
(222,215,209)
#E5E1DA
(229,225,218)
#ECEBE3
(236,235,227)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9192 color. Also use rgb(173,145,146) instead hex code.

Text Font Color

.myTextColor { color: #AD9192; }

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

This text font color is #AD9192.


Background Color

.myBgColor { background-color: #AD9192; }

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

This div background color is #AD9192.


Border color

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

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

This div border color is #AD9192.


Opacity

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

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

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

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

This text has shadow with #AD9192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9192 on black background.


Color preview on white background

This text has color #AD9192 on white background.



Black color preview on #AD9192 background

This text has black color on #AD9192 background.


White color preview on #AD9192 background

This text has white color on #AD9192 background.