COLOR #AD9792

HEX: #AD9792
RGB: (173,151,146)

Color info

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

RGB color model

#AD9792 color RGB value is (173,151,146).

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

RGB channels and saturation

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

173
151
146

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

Portions of RGB colors in percentages

R + G + B =
173 + 151 + 146 = 470 (100%)
R 173 of 470 ~ 36.81%
G 151 of 470 ~ 32.13%
B 146 of 470 ~ 31.06%

%36.81
%32.13
%31.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,13,16,32)
C0M13Y16K32 
(0%,13%,16%,32%)
(0.00/0.13/0.16/0.32)	

CMYK percentages

%0
%12.72
%15.61
%32.16

Codes

Color #AD9792 in popluar color models

AD9792
RGB173151146
HSL11°14.14%62.55%
HSB/HSV11°15.61%67.84%
CMYK0.00%12.72%15.61%
32.16%

Color #AD9792 in popluar number systems.

HEXAD9792
Decimal173151146
Binary101011011001011110010010
Octal255227222

Shades and tints

Shades of #AD9792

#AD9792
(173,151,146)
#9E8A85
(158,138,133)
#8F7D78
(143,125,120)
#80706B
(128,112,107)
#71635E
(113,99,94)
#625651
(98,86,81)
#534944
(83,73,68)
#443C37
(68,60,55)
#352F2A
(53,47,42)
#26221D
(38,34,29)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #AD9792

#AD9792
(173,151,146)
#B4A09B
(180,160,155)
#BBA9A4
(187,169,164)
#C2B2AD
(194,178,173)
#C9BBB6
(201,187,182)
#D0C4BF
(208,196,191)
#D7CDC8
(215,205,200)
#DED6D1
(222,214,209)
#E5DFDA
(229,223,218)
#ECE8E3
(236,232,227)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9792; }

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

This text font color is #AD9792.


Background Color

.myBgColor { background-color: #AD9792; }

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

This div background color is #AD9792.


Border color

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

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

This div border color is #AD9792.


Opacity

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

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

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

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

This text has shadow with #AD9792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9792 on black background.


Color preview on white background

This text has color #AD9792 on white background.



Black color preview on #AD9792 background

This text has black color on #AD9792 background.


White color preview on #AD9792 background

This text has white color on #AD9792 background.