COLOR #AD948E

HEX: #AD948E
RGB: (173,148,142)

Color info

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

RGB color model

#AD948E color RGB value is (173,148,142).

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

RGB channels and saturation

R 173 of 255 = 68%
G 148 of 255 = 58%
B 142 of 255 = 56%

173
148
142

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

Portions of RGB colors in percentages

R + G + B =
173 + 148 + 142 = 463 (100%)
R 173 of 463 ~ 37.37%
G 148 of 463 ~ 31.97%
B 142 of 463 ~ 30.67%

%37.37
%31.97
%30.67

CMYK color model

#AD948E color CMYK value is (0,14,18,32).

  • cyan value is 0.00%
  • magenta value is 14.45%
  • yellow value is 17.92%
  • key color value is 32.16%
CMYK:
(0,14,18,32)
C0M14Y18K32 
(0%,14%,18%,32%)
(0.00/0.14/0.18/0.32)	

CMYK percentages

%0
%14.45
%17.92
%32.16

Codes

Color #AD948E in popluar color models

AD948E
RGB173148142
HSL12°15.90%61.76%
HSB/HSV12°17.92%67.84%
CMYK0.00%14.45%17.92%
32.16%

Color #AD948E in popluar number systems.

HEXAD948E
Decimal173148142
Binary101011011001010010001110
Octal255224216

Shades and tints

Shades of #AD948E

#AD948E
(173,148,142)
#9E8782
(158,135,130)
#8F7A76
(143,122,118)
#806D6A
(128,109,106)
#71605E
(113,96,94)
#625352
(98,83,82)
#534646
(83,70,70)
#44393A
(68,57,58)
#352C2E
(53,44,46)
#261F22
(38,31,34)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #AD948E

#AD948E
(173,148,142)
#B49D98
(180,157,152)
#BBA6A2
(187,166,162)
#C2AFAC
(194,175,172)
#C9B8B6
(201,184,182)
#D0C1C0
(208,193,192)
#D7CACA
(215,202,202)
#DED3D4
(222,211,212)
#E5DCDE
(229,220,222)
#ECE5E8
(236,229,232)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD948E; }

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

This text font color is #AD948E.


Background Color

.myBgColor { background-color: #AD948E; }

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

This div background color is #AD948E.


Border color

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

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

This div border color is #AD948E.


Opacity

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

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

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

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

This text has shadow with #AD948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD948E on black background.


Color preview on white background

This text has color #AD948E on white background.



Black color preview on #AD948E background

This text has black color on #AD948E background.


White color preview on #AD948E background

This text has white color on #AD948E background.