COLOR #AD928C

HEX: #AD928C
RGB: (173,146,140)

Color info

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

RGB color model

#AD928C color RGB value is (173,146,140).

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

RGB channels and saturation

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

173
146
140

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

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 140 = 459 (100%)
R 173 of 459 ~ 37.69%
G 146 of 459 ~ 31.81%
B 140 of 459 ~ 30.5%

%37.69
%31.81
%30.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK:
(0,16,19,32)
C0M16Y19K32 
(0%,16%,19%,32%)
(0.00/0.16/0.19/0.32)	

CMYK percentages

%0
%15.61
%19.08
%32.16

Codes

Color #AD928C in popluar color models

AD928C
RGB173146140
HSL11°16.75%61.37%
HSB/HSV11°19.08%67.84%
CMYK0.00%15.61%19.08%
32.16%

Color #AD928C in popluar number systems.

HEXAD928C
Decimal173146140
Binary101011011001001010001100
Octal255222214

Shades and tints

Shades of #AD928C

#AD928C
(173,146,140)
#9E8580
(158,133,128)
#8F7874
(143,120,116)
#806B68
(128,107,104)
#715E5C
(113,94,92)
#625150
(98,81,80)
#534444
(83,68,68)
#443738
(68,55,56)
#352A2C
(53,42,44)
#261D20
(38,29,32)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #AD928C

#AD928C
(173,146,140)
#B49B96
(180,155,150)
#BBA4A0
(187,164,160)
#C2ADAA
(194,173,170)
#C9B6B4
(201,182,180)
#D0BFBE
(208,191,190)
#D7C8C8
(215,200,200)
#DED1D2
(222,209,210)
#E5DADC
(229,218,220)
#ECE3E6
(236,227,230)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD928C; }

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

This text font color is #AD928C.


Background Color

.myBgColor { background-color: #AD928C; }

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

This div background color is #AD928C.


Border color

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

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

This div border color is #AD928C.


Opacity

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

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

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

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

This text has shadow with #AD928C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD928C on black background.


Color preview on white background

This text has color #AD928C on white background.



Black color preview on #AD928C background

This text has black color on #AD928C background.


White color preview on #AD928C background

This text has white color on #AD928C background.