COLOR #A0766E

HEX: #A0766E
RGB: (160,118,110)

Color info

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

RGB color model

#A0766E color RGB value is (160,118,110).

  • red value is 160;
  • green value is 118;
  • blue value is 110.
RGB:
(160,118,110)
(63%,46%,43%)

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 110 of 255 = 43%

160
118
110

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

Portions of RGB colors in percentages

R + G + B =
160 + 118 + 110 = 388 (100%)
R 160 of 388 ~ 41.24%
G 118 of 388 ~ 30.41%
B 110 of 388 ~ 28.35%

%41.24
%30.41
%28.35

CMYK color model

#A0766E color CMYK value is (0,26,31,37).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 31.25%
  • key color value is 37.25%
CMYK:
(0,26,31,37)
C0M26Y31K37 
(0%,26%,31%,37%)
(0.00/0.26/0.31/0.37)	

CMYK percentages

%0
%26.25
%31.25
%37.25

Codes

Color #A0766E in popluar color models

A0766E
RGB160118110
HSL10°20.83%52.94%
HSB/HSV10°31.25%62.75%
CMYK0.00%26.25%31.25%
37.25%

Color #A0766E in popluar number systems.

HEXA0766E
Decimal160118110
Binary1010000011101101101110
Octal240166156

Shades and tints

Shades of #A0766E

#A0766E
(160,118,110)
#926C64
(146,108,100)
#84625A
(132,98,90)
#765850
(118,88,80)
#684E46
(104,78,70)
#5A443C
(90,68,60)
#4C3A32
(76,58,50)
#3E3028
(62,48,40)
#30261E
(48,38,30)
#221C14
(34,28,20)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #A0766E

#A0766E
(160,118,110)
#A8827B
(168,130,123)
#B08E88
(176,142,136)
#B89A95
(184,154,149)
#C0A6A2
(192,166,162)
#C8B2AF
(200,178,175)
#D0BEBC
(208,190,188)
#D8CAC9
(216,202,201)
#E0D6D6
(224,214,214)
#E8E2E3
(232,226,227)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0766E color. Also use rgb(160,118,110) instead hex code.

Text Font Color

.myTextColor { color: #A0766E; }

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

This text font color is #A0766E.


Background Color

.myBgColor { background-color: #A0766E; }

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

This div background color is #A0766E.


Border color

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

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

This div border color is #A0766E.


Opacity

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

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

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

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

This text has shadow with #A0766E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0766E on black background.


Color preview on white background

This text has color #A0766E on white background.



Black color preview on #A0766E background

This text has black color on #A0766E background.


White color preview on #A0766E background

This text has white color on #A0766E background.