COLOR #AD868A

HEX: #AD868A
RGB: (173,134,138)

Color info

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

RGB color model

#AD868A color RGB value is (173,134,138).

  • red value is 173;
  • green value is 134;
  • blue value is 138.
RGB:
(173,134,138)
(68%,53%,54%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 138 of 255 = 54%

173
134
138

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

Portions of RGB colors in percentages

R + G + B =
173 + 134 + 138 = 445 (100%)
R 173 of 445 ~ 38.88%
G 134 of 445 ~ 30.11%
B 138 of 445 ~ 31.01%

%38.88
%30.11
%31.01

CMYK color model

#AD868A color CMYK value is (0,23,20,32).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 20.23%
  • key color value is 32.16%
CMYK:
(0,23,20,32)
C0M23Y20K32 
(0%,23%,20%,32%)
(0.00/0.23/0.20/0.32)	

CMYK percentages

%0
%22.54
%20.23
%32.16

Codes

Color #AD868A in popluar color models

AD868A
RGB173134138
HSL354°19.21%60.20%
HSB/HSV354°22.54%67.84%
CMYK0.00%22.54%20.23%
32.16%

Color #AD868A in popluar number systems.

HEXAD868A
Decimal173134138
Binary101011011000011010001010
Octal255206212

Shades and tints

Shades of #AD868A

#AD868A
(173,134,138)
#9E7A7E
(158,122,126)
#8F6E72
(143,110,114)
#806266
(128,98,102)
#71565A
(113,86,90)
#624A4E
(98,74,78)
#533E42
(83,62,66)
#443236
(68,50,54)
#35262A
(53,38,42)
#261A1E
(38,26,30)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD868A

#AD868A
(173,134,138)
#B49194
(180,145,148)
#BB9C9E
(187,156,158)
#C2A7A8
(194,167,168)
#C9B2B2
(201,178,178)
#D0BDBC
(208,189,188)
#D7C8C6
(215,200,198)
#DED3D0
(222,211,208)
#E5DEDA
(229,222,218)
#ECE9E4
(236,233,228)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD868A; }

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

This text font color is #AD868A.


Background Color

.myBgColor { background-color: #AD868A; }

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

This div background color is #AD868A.


Border color

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

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

This div border color is #AD868A.


Opacity

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

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

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

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

This text has shadow with #AD868A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD868A on black background.


Color preview on white background

This text has color #AD868A on white background.



Black color preview on #AD868A background

This text has black color on #AD868A background.


White color preview on #AD868A background

This text has white color on #AD868A background.