COLOR #A06E72

HEX: #A06E72
RGB: (160,110,114)

Color info

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

RGB color model

#A06E72 color RGB value is (160,110,114).

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

RGB channels and saturation

R 160 of 255 = 63%
G 110 of 255 = 43%
B 114 of 255 = 45%

160
110
114

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

Portions of RGB colors in percentages

R + G + B =
160 + 110 + 114 = 384 (100%)
R 160 of 384 ~ 41.67%
G 110 of 384 ~ 28.65%
B 114 of 384 ~ 29.69%

%41.67
%28.65
%29.69

CMYK color model

#A06E72 color CMYK value is (0,31,29,37).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 28.75%
  • key color value is 37.25%
CMYK:
(0,31,29,37)
C0M31Y29K37 
(0%,31%,29%,37%)
(0.00/0.31/0.29/0.37)	

CMYK percentages

%0
%31.25
%28.75
%37.25

Codes

Color #A06E72 in popluar color models

A06E72
RGB160110114
HSL355°20.83%52.94%
HSB/HSV355°31.25%62.75%
CMYK0.00%31.25%28.75%
37.25%

Color #A06E72 in popluar number systems.

HEXA06E72
Decimal160110114
Binary1010000011011101110010
Octal240156162

Shades and tints

Shades of #A06E72

#A06E72
(160,110,114)
#926468
(146,100,104)
#845A5E
(132,90,94)
#765054
(118,80,84)
#68464A
(104,70,74)
#5A3C40
(90,60,64)
#4C3236
(76,50,54)
#3E282C
(62,40,44)
#301E22
(48,30,34)
#221418
(34,20,24)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #A06E72

#A06E72
(160,110,114)
#A87B7E
(168,123,126)
#B0888A
(176,136,138)
#B89596
(184,149,150)
#C0A2A2
(192,162,162)
#C8AFAE
(200,175,174)
#D0BCBA
(208,188,186)
#D8C9C6
(216,201,198)
#E0D6D2
(224,214,210)
#E8E3DE
(232,227,222)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06E72; }

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

This text font color is #A06E72.


Background Color

.myBgColor { background-color: #A06E72; }

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

This div background color is #A06E72.


Border color

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

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

This div border color is #A06E72.


Opacity

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

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

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

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

This text has shadow with #A06E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06E72 on black background.


Color preview on white background

This text has color #A06E72 on white background.



Black color preview on #A06E72 background

This text has black color on #A06E72 background.


White color preview on #A06E72 background

This text has white color on #A06E72 background.