COLOR #A0785E

HEX: #A0785E
RGB: (160,120,94)

Color info

#A0785E contains mainly red and green colors. Web safe color of #A0785E is #996666 (or #966).

RGB color model

#A0785E color RGB value is (160,120,94).

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

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 94 of 255 = 37%

160
120
94

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

Portions of RGB colors in percentages

R + G + B =
160 + 120 + 94 = 374 (100%)
R 160 of 374 ~ 42.78%
G 120 of 374 ~ 32.09%
B 94 of 374 ~ 25.13%

%42.78
%32.09
%25.13

CMYK color model

#A0785E color CMYK value is (0,25,41,37).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 41.25%
  • key color value is 37.25%
CMYK:
(0,25,41,37)
C0M25Y41K37 
(0%,25%,41%,37%)
(0.00/0.25/0.41/0.37)	

CMYK percentages

%0
%25
%41.25
%37.25

Codes

Color #A0785E in popluar color models

A0785E
RGB16012094
HSL24°25.98%49.80%
HSB/HSV24°41.25%62.75%
CMYK0.00%25.00%41.25%
37.25%

Color #A0785E in popluar number systems.

HEXA0785E
Decimal16012094
Binary1010000011110001011110
Octal240170136

Shades and tints

Shades of #A0785E

#A0785E
(160,120,94)
#926E56
(146,110,86)
#84644E
(132,100,78)
#765A46
(118,90,70)
#68503E
(104,80,62)
#5A4636
(90,70,54)
#4C3C2E
(76,60,46)
#3E3226
(62,50,38)
#30281E
(48,40,30)
#221E16
(34,30,22)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #A0785E

#A0785E
(160,120,94)
#A8846C
(168,132,108)
#B0907A
(176,144,122)
#B89C88
(184,156,136)
#C0A896
(192,168,150)
#C8B4A4
(200,180,164)
#D0C0B2
(208,192,178)
#D8CCC0
(216,204,192)
#E0D8CE
(224,216,206)
#E8E4DC
(232,228,220)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0785E; }

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

This text font color is #A0785E.


Background Color

.myBgColor { background-color: #A0785E; }

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

This div background color is #A0785E.


Border color

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

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

This div border color is #A0785E.


Opacity

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

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

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

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

This text has shadow with #A0785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0785E on black background.


Color preview on white background

This text has color #A0785E on white background.



Black color preview on #A0785E background

This text has black color on #A0785E background.


White color preview on #A0785E background

This text has white color on #A0785E background.