COLOR #AD9292

HEX: #AD9292
RGB: (173,146,146)

Color info

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

RGB color model

#AD9292 color RGB value is (173,146,146).

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

RGB channels and saturation

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

173
146
146

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

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 146 = 465 (100%)
R 173 of 465 ~ 37.2%
G 146 of 465 ~ 31.4%
B 146 of 465 ~ 31.4%

%37.2
%31.4
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.61%
  • 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
%15.61
%15.61
%32.16

Codes

Color #AD9292 in popluar color models

AD9292
RGB173146146
HSL14.14%62.55%
HSB/HSV15.61%67.84%
CMYK0.00%15.61%15.61%
32.16%

Color #AD9292 in popluar number systems.

HEXAD9292
Decimal173146146
Binary101011011001001010010010
Octal255222222

Shades and tints

Shades of #AD9292

#AD9292
(173,146,146)
#9E8585
(158,133,133)
#8F7878
(143,120,120)
#806B6B
(128,107,107)
#715E5E
(113,94,94)
#625151
(98,81,81)
#534444
(83,68,68)
#443737
(68,55,55)
#352A2A
(53,42,42)
#261D1D
(38,29,29)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #AD9292

#AD9292
(173,146,146)
#B49B9B
(180,155,155)
#BBA4A4
(187,164,164)
#C2ADAD
(194,173,173)
#C9B6B6
(201,182,182)
#D0BFBF
(208,191,191)
#D7C8C8
(215,200,200)
#DED1D1
(222,209,209)
#E5DADA
(229,218,218)
#ECE3E3
(236,227,227)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9292; }

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

This text font color is #AD9292.


Background Color

.myBgColor { background-color: #AD9292; }

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

This div background color is #AD9292.


Border color

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

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

This div border color is #AD9292.


Opacity

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

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

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

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

This text has shadow with #AD9292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9292 on black background.


Color preview on white background

This text has color #AD9292 on white background.



Black color preview on #AD9292 background

This text has black color on #AD9292 background.


White color preview on #AD9292 background

This text has white color on #AD9292 background.