COLOR #A0786B

HEX: #A0786B RGB: (160,120,107)

Color info

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

RGB color model

#A0786B color RGB value is (160,120,107).

RGB: (160,120,107) (63%, 47%, 42%)

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 107 of 255 = 42%

160
120
107

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

Portions of RGB colors in percentages

R + G + B = 160 + 120 + 107 = 387 (100%)
R 160 of 387 ~ 41.34%
G 120 of 387 ~ 31.01%
B 107 of 387 ~ 27.65'%

%41.34
%31.01
%27.65

CMYK color model

#A0786B color CMYK value is (0,25,33,37).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 33.13%
  • key color value is 37.25%

CMYK: (0,25,33,37)
C0M25Y33K37 (0%, 25%, 33%, 37%)
(0.00 / 0.25 / 0.33 / 0.37)

CMYK percentages

%0
%25
%33.13
%37.25

Codes

Color #A0786B in popluar color models

A0 78 6B
RGB 160 120 107
HSL 15° 21.81% 52.35%
HSB/HSV 15° 33.13% 62.75%
CMYK 0.00% 25.00% 33.13%
37.25%

Color #A0786B in popluar number systems.

HEX A0 78 6B
Decimal 160 120 107
Binary 10100000 1111000 1101011
Octal 240 170 153

Shades and tints

Shades of #A0786B

#A0786B
(160,120,107)
#926E62
(146,110,98)
#846459
(132,100,89)
#765A50
(118,90,80)
#685047
(104,80,71)
#5A463E
(90,70,62)
#4C3C35
(76,60,53)
#3E322C
(62,50,44)
#302823
(48,40,35)
#221E1A
(34,30,26)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #A0786B

#A0786B
(160,120,107)
#A88478
(168,132,120)
#B09085
(176,144,133)
#B89C92
(184,156,146)
#C0A89F
(192,168,159)
#C8B4AC
(200,180,172)
#D0C0B9
(208,192,185)
#D8CCC6
(216,204,198)
#E0D8D3
(224,216,211)
#E8E4E0
(232,228,224)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0786B; }

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

This text font color is #A0786B.

Background Color

.myBgColor { background-color: #A0786B; }

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

This div background color is #A0786B.

Border color

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

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

This div border color is #A0786B.

Opacity

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

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

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

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

This text has shadow with #A0786B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0786B.

Preview

Color preview on black background

This text has color #A0786B on black background.


Color preview on white background

This text has color #A0786B on white background.


Black color preview on #A0786B background

This text has black color on #A0786B background.


White color preview on #A0786B background

This text has white color on #A0786B background.


Related colors

Complementary color

Complementary color for #hex is #5F8794.


I love getcolorcode.com

Triadic colors

1 #6BA078 and #786BA0 with #A0786B are triadic colors.

2 #6B78A0 and #78A06B with #A0786B are triadic colors.