COLOR #AD928E

HEX: #AD928E
RGB: (173,146,142)

Color info

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

RGB color model

#AD928E color RGB value is (173,146,142).

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

RGB channels and saturation

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

173
146
142

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

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 142 = 461 (100%)
R 173 of 461 ~ 37.53%
G 146 of 461 ~ 31.67%
B 142 of 461 ~ 30.8%

%37.53
%31.67
%30.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 17.92%
  • key color value is 32.16%
CMYK:
(0,16,18,32)
C0M16Y18K32 
(0%,16%,18%,32%)
(0.00/0.16/0.18/0.32)	

CMYK percentages

%0
%15.61
%17.92
%32.16

Codes

Color #AD928E in popluar color models

AD928E
RGB173146142
HSL15.90%61.76%
HSB/HSV17.92%67.84%
CMYK0.00%15.61%17.92%
32.16%

Color #AD928E in popluar number systems.

HEXAD928E
Decimal173146142
Binary101011011001001010001110
Octal255222216

Shades and tints

Shades of #AD928E

#AD928E
(173,146,142)
#9E8582
(158,133,130)
#8F7876
(143,120,118)
#806B6A
(128,107,106)
#715E5E
(113,94,94)
#625152
(98,81,82)
#534446
(83,68,70)
#44373A
(68,55,58)
#352A2E
(53,42,46)
#261D22
(38,29,34)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #AD928E

#AD928E
(173,146,142)
#B49B98
(180,155,152)
#BBA4A2
(187,164,162)
#C2ADAC
(194,173,172)
#C9B6B6
(201,182,182)
#D0BFC0
(208,191,192)
#D7C8CA
(215,200,202)
#DED1D4
(222,209,212)
#E5DADE
(229,218,222)
#ECE3E8
(236,227,232)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD928E; }

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

This text font color is #AD928E.


Background Color

.myBgColor { background-color: #AD928E; }

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

This div background color is #AD928E.


Border color

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

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

This div border color is #AD928E.


Opacity

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

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

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

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

This text has shadow with #AD928E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD928E on black background.


Color preview on white background

This text has color #AD928E on white background.



Black color preview on #AD928E background

This text has black color on #AD928E background.


White color preview on #AD928E background

This text has white color on #AD928E background.