COLOR #A0786D

HEX: #A0786D RGB: (160,120,109)

Color info

#A0786D contains red, green and blue colors in about the same proportion. Web safe color of #A0786D is #996666 (or #966).

RGB color model

#A0786D color RGB value is (160,120,109).

RGB: (160,120,109) (63%, 47%, 43%)

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 109 of 255 = 43%

160
120
109

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

Portions of RGB colors in percentages

R + G + B = 160 + 120 + 109 = 389 (100%)
R 160 of 389 ~ 41.13%
G 120 of 389 ~ 30.85%
B 109 of 389 ~ 28.02'%

%41.13
%30.85
%28.02

CMYK color model

#A0786D color CMYK value is (0,25,32,37).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 31.88%
  • key color value is 37.25%
CMYK: (0,25,32,37) C0M25Y32K37 (0%,25%,32%,37%) (0.00/0.25/0.32/0.37) 

CMYK percentages

%0
%25
%31.88
%37.25

Codes

Color #A0786D in popluar color models

A0 78 6D
RGB 160 120 109
HSL 13° 21.16% 52.75%
HSB/HSV 13° 31.88% 62.75%
CMYK 0.00% 25.00% 31.88%
37.25%

Color #A0786D in popluar number systems.

HEX A0 78 6D
Decimal 160 120 109
Binary 10100000 1111000 1101101
Octal 240 170 155

Shades and tints

Shades of #A0786D

#A0786D
(160,120,109)
#926E64
(146,110,100)
#84645B
(132,100,91)
#765A52
(118,90,82)
#685049
(104,80,73)
#5A4640
(90,70,64)
#4C3C37
(76,60,55)
#3E322E
(62,50,46)
#302825
(48,40,37)
#221E1C
(34,30,28)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A0786D

#A0786D
(160,120,109)
#A8847A
(168,132,122)
#B09087
(176,144,135)
#B89C94
(184,156,148)
#C0A8A1
(192,168,161)
#C8B4AE
(200,180,174)
#D0C0BB
(208,192,187)
#D8CCC8
(216,204,200)
#E0D8D5
(224,216,213)
#E8E4E2
(232,228,226)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0786D; }

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

This text font color is #A0786D.

Background Color

.myBgColor { background-color: #A0786D; }

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

This div background color is #A0786D.

Border color

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

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

This div border color is #A0786D.

Opacity

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

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

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

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

This text has shadow with #A0786D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0786D.

Preview

Color preview on black background

This text has color #A0786D on black background.


Color preview on white background

This text has color #A0786D on white background.


Black color preview on #A0786D background

This text has black color on #A0786D background.


White color preview on #A0786D background

This text has white color on #A0786D background.


Related colors

Complementary color

Complementary color for #hex is #5F8792.


I love getcolorcode.com

Triadic colors

1 #6DA078 and #786DA0 with #A0786D are triadic colors.

2 #6D78A0 and #78A06D with #A0786D are triadic colors.