COLOR #A08E78

HEX: #A08E78
RGB: (160,142,120)

Color info

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

RGB color model

#A08E78 color RGB value is (160,142,120).

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

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 120 of 255 = 47%

160
142
120

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 120 = 422 (100%)
R 160 of 422 ~ 37.91%
G 142 of 422 ~ 33.65%
B 120 of 422 ~ 28.44%

%37.91
%33.65
%28.44

CMYK color model

#A08E78 color CMYK value is (0,11,25,37).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(0,11,25,37)
C0M11Y25K37 
(0%,11%,25%,37%)
(0.00/0.11/0.25/0.37)	

CMYK percentages

%0
%11.25
%25
%37.25

Codes

Color #A08E78 in popluar color models

A08E78
RGB160142120
HSL33°17.39%54.90%
HSB/HSV33°25.00%62.75%
CMYK0.00%11.25%25.00%
37.25%

Color #A08E78 in popluar number systems.

HEXA08E78
Decimal160142120
Binary10100000100011101111000
Octal240216170

Shades and tints

Shades of #A08E78

#A08E78
(160,142,120)
#92826E
(146,130,110)
#847664
(132,118,100)
#766A5A
(118,106,90)
#685E50
(104,94,80)
#5A5246
(90,82,70)
#4C463C
(76,70,60)
#3E3A32
(62,58,50)
#302E28
(48,46,40)
#22221E
(34,34,30)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #A08E78

#A08E78
(160,142,120)
#A89884
(168,152,132)
#B0A290
(176,162,144)
#B8AC9C
(184,172,156)
#C0B6A8
(192,182,168)
#C8C0B4
(200,192,180)
#D0CAC0
(208,202,192)
#D8D4CC
(216,212,204)
#E0DED8
(224,222,216)
#E8E8E4
(232,232,228)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08E78; }

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

This text font color is #A08E78.


Background Color

.myBgColor { background-color: #A08E78; }

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

This div background color is #A08E78.


Border color

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

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

This div border color is #A08E78.


Opacity

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

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

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

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

This text has shadow with #A08E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08E78 on black background.


Color preview on white background

This text has color #A08E78 on white background.



Black color preview on #A08E78 background

This text has black color on #A08E78 background.


White color preview on #A08E78 background

This text has white color on #A08E78 background.