COLOR #A08C4E

HEX: #A08C4E
RGB: (160,140,78)

Color info

#A08C4E contains mainly red and green colors. Web safe color of #A08C4E is #999966 (or #996).

RGB color model

#A08C4E color RGB value is (160,140,78).

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

RGB channels and saturation

R 160 of 255 = 63%
G 140 of 255 = 55%
B 78 of 255 = 31%

160
140
78

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

Portions of RGB colors in percentages

R + G + B =
160 + 140 + 78 = 378 (100%)
R 160 of 378 ~ 42.33%
G 140 of 378 ~ 37.04%
B 78 of 378 ~ 20.63%

%42.33
%37.04
%20.63

CMYK color model

#A08C4E color CMYK value is (0,13,51,37).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 51.25%
  • key color value is 37.25%
CMYK:
(0,13,51,37)
C0M13Y51K37 
(0%,13%,51%,37%)
(0.00/0.13/0.51/0.37)	

CMYK percentages

%0
%12.5
%51.25
%37.25

Codes

Color #A08C4E in popluar color models

A08C4E
RGB16014078
HSL45°34.45%46.67%
HSB/HSV45°51.25%62.75%
CMYK0.00%12.50%51.25%
37.25%

Color #A08C4E in popluar number systems.

HEXA08C4E
Decimal16014078
Binary10100000100011001001110
Octal240214116

Shades and tints

Shades of #A08C4E

#A08C4E
(160,140,78)
#928047
(146,128,71)
#847440
(132,116,64)
#766839
(118,104,57)
#685C32
(104,92,50)
#5A502B
(90,80,43)
#4C4424
(76,68,36)
#3E381D
(62,56,29)
#302C16
(48,44,22)
#22200F
(34,32,15)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #A08C4E

#A08C4E
(160,140,78)
#A8965E
(168,150,94)
#B0A06E
(176,160,110)
#B8AA7E
(184,170,126)
#C0B48E
(192,180,142)
#C8BE9E
(200,190,158)
#D0C8AE
(208,200,174)
#D8D2BE
(216,210,190)
#E0DCCE
(224,220,206)
#E8E6DE
(232,230,222)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08C4E; }

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

This text font color is #A08C4E.


Background Color

.myBgColor { background-color: #A08C4E; }

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

This div background color is #A08C4E.


Border color

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

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

This div border color is #A08C4E.


Opacity

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

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

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

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

This text has shadow with #A08C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08C4E on black background.


Color preview on white background

This text has color #A08C4E on white background.



Black color preview on #A08C4E background

This text has black color on #A08C4E background.


White color preview on #A08C4E background

This text has white color on #A08C4E background.