COLOR #A08678

HEX: #A08678
RGB: (160,134,120)

Color info

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

RGB color model

#A08678 color RGB value is (160,134,120).

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

RGB channels and saturation

R 160 of 255 = 63%
G 134 of 255 = 53%
B 120 of 255 = 47%

160
134
120

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

Portions of RGB colors in percentages

R + G + B =
160 + 134 + 120 = 414 (100%)
R 160 of 414 ~ 38.65%
G 134 of 414 ~ 32.37%
B 120 of 414 ~ 28.99%

%38.65
%32.37
%28.99

CMYK color model

#A08678 color CMYK value is (0,16,25,37).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(0,16,25,37)
C0M16Y25K37 
(0%,16%,25%,37%)
(0.00/0.16/0.25/0.37)	

CMYK percentages

%0
%16.25
%25
%37.25

Codes

Color #A08678 in popluar color models

A08678
RGB160134120
HSL21°17.39%54.90%
HSB/HSV21°25.00%62.75%
CMYK0.00%16.25%25.00%
37.25%

Color #A08678 in popluar number systems.

HEXA08678
Decimal160134120
Binary10100000100001101111000
Octal240206170

Shades and tints

Shades of #A08678

#A08678
(160,134,120)
#927A6E
(146,122,110)
#846E64
(132,110,100)
#76625A
(118,98,90)
#685650
(104,86,80)
#5A4A46
(90,74,70)
#4C3E3C
(76,62,60)
#3E3232
(62,50,50)
#302628
(48,38,40)
#221A1E
(34,26,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #A08678

#A08678
(160,134,120)
#A89184
(168,145,132)
#B09C90
(176,156,144)
#B8A79C
(184,167,156)
#C0B2A8
(192,178,168)
#C8BDB4
(200,189,180)
#D0C8C0
(208,200,192)
#D8D3CC
(216,211,204)
#E0DED8
(224,222,216)
#E8E9E4
(232,233,228)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08678; }

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

This text font color is #A08678.


Background Color

.myBgColor { background-color: #A08678; }

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

This div background color is #A08678.


Border color

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

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

This div border color is #A08678.


Opacity

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

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

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

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

This text has shadow with #A08678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08678 on black background.


Color preview on white background

This text has color #A08678 on white background.



Black color preview on #A08678 background

This text has black color on #A08678 background.


White color preview on #A08678 background

This text has white color on #A08678 background.