COLOR #AD8678

HEX: #AD8678
RGB: (173,134,120)

Color info

#AD8678 contains red, green and blue colors in about the same proportion. Web safe color of #AD8678 is #999966 (or #996).

RGB color model

#AD8678 color RGB value is (173,134,120).

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

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 120 of 255 = 47%

173
134
120

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

Portions of RGB colors in percentages

R + G + B =
173 + 134 + 120 = 427 (100%)
R 173 of 427 ~ 40.52%
G 134 of 427 ~ 31.38%
B 120 of 427 ~ 28.1%

%40.52
%31.38
%28.1

CMYK color model

#AD8678 color CMYK value is (0,23,31,32).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 30.64%
  • key color value is 32.16%
CMYK:
(0,23,31,32)
C0M23Y31K32 
(0%,23%,31%,32%)
(0.00/0.23/0.31/0.32)	

CMYK percentages

%0
%22.54
%30.64
%32.16

Codes

Color #AD8678 in popluar color models

AD8678
RGB173134120
HSL16°24.42%57.45%
HSB/HSV16°30.64%67.84%
CMYK0.00%22.54%30.64%
32.16%

Color #AD8678 in popluar number systems.

HEXAD8678
Decimal173134120
Binary10101101100001101111000
Octal255206170

Shades and tints

Shades of #AD8678

#AD8678
(173,134,120)
#9E7A6E
(158,122,110)
#8F6E64
(143,110,100)
#80625A
(128,98,90)
#715650
(113,86,80)
#624A46
(98,74,70)
#533E3C
(83,62,60)
#443232
(68,50,50)
#352628
(53,38,40)
#261A1E
(38,26,30)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #AD8678

#AD8678
(173,134,120)
#B49184
(180,145,132)
#BB9C90
(187,156,144)
#C2A79C
(194,167,156)
#C9B2A8
(201,178,168)
#D0BDB4
(208,189,180)
#D7C8C0
(215,200,192)
#DED3CC
(222,211,204)
#E5DED8
(229,222,216)
#ECE9E4
(236,233,228)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8678; }

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

This text font color is #AD8678.


Background Color

.myBgColor { background-color: #AD8678; }

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

This div background color is #AD8678.


Border color

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

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

This div border color is #AD8678.


Opacity

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

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

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

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

This text has shadow with #AD8678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8678 on black background.


Color preview on white background

This text has color #AD8678 on white background.



Black color preview on #AD8678 background

This text has black color on #AD8678 background.


White color preview on #AD8678 background

This text has white color on #AD8678 background.