COLOR #A08C78

HEX: #A08C78
RGB: (160,140,120)

Color info

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

RGB color model

#A08C78 color RGB value is (160,140,120).

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

RGB channels and saturation

R 160 of 255 = 63%
G 140 of 255 = 55%
B 120 of 255 = 47%

160
140
120

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

Portions of RGB colors in percentages

R + G + B =
160 + 140 + 120 = 420 (100%)
R 160 of 420 ~ 38.1%
G 140 of 420 ~ 33.33%
B 120 of 420 ~ 28.57%

%38.1
%33.33
%28.57

CMYK color model

#A08C78 color CMYK value is (0,13,25,37).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(0,13,25,37)
C0M13Y25K37 
(0%,13%,25%,37%)
(0.00/0.13/0.25/0.37)	

CMYK percentages

%0
%12.5
%25
%37.25

Codes

Color #A08C78 in popluar color models

A08C78
RGB160140120
HSL30°17.39%54.90%
HSB/HSV30°25.00%62.75%
CMYK0.00%12.50%25.00%
37.25%

Color #A08C78 in popluar number systems.

HEXA08C78
Decimal160140120
Binary10100000100011001111000
Octal240214170

Shades and tints

Shades of #A08C78

#A08C78
(160,140,120)
#92806E
(146,128,110)
#847464
(132,116,100)
#76685A
(118,104,90)
#685C50
(104,92,80)
#5A5046
(90,80,70)
#4C443C
(76,68,60)
#3E3832
(62,56,50)
#302C28
(48,44,40)
#22201E
(34,32,30)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A08C78

#A08C78
(160,140,120)
#A89684
(168,150,132)
#B0A090
(176,160,144)
#B8AA9C
(184,170,156)
#C0B4A8
(192,180,168)
#C8BEB4
(200,190,180)
#D0C8C0
(208,200,192)
#D8D2CC
(216,210,204)
#E0DCD8
(224,220,216)
#E8E6E4
(232,230,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08C78; }

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

This text font color is #A08C78.


Background Color

.myBgColor { background-color: #A08C78; }

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

This div background color is #A08C78.


Border color

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

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

This div border color is #A08C78.


Opacity

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

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

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

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

This text has shadow with #A08C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08C78 on black background.


Color preview on white background

This text has color #A08C78 on white background.



Black color preview on #A08C78 background

This text has black color on #A08C78 background.


White color preview on #A08C78 background

This text has white color on #A08C78 background.