COLOR #A06E80

HEX: #A06E80
RGB: (160,110,128)

Color info

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

RGB color model

#A06E80 color RGB value is (160,110,128).

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

RGB channels and saturation

R 160 of 255 = 63%
G 110 of 255 = 43%
B 128 of 255 = 50%

160
110
128

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

Portions of RGB colors in percentages

R + G + B =
160 + 110 + 128 = 398 (100%)
R 160 of 398 ~ 40.2%
G 110 of 398 ~ 27.64%
B 128 of 398 ~ 32.16%

%40.2
%27.64
%32.16

CMYK color model

#A06E80 color CMYK value is (0,31,20,37).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(0,31,20,37)
C0M31Y20K37 
(0%,31%,20%,37%)
(0.00/0.31/0.20/0.37)	

CMYK percentages

%0
%31.25
%20
%37.25

Codes

Color #A06E80 in popluar color models

A06E80
RGB160110128
HSL338°20.83%52.94%
HSB/HSV338°31.25%62.75%
CMYK0.00%31.25%20.00%
37.25%

Color #A06E80 in popluar number systems.

HEXA06E80
Decimal160110128
Binary10100000110111010000000
Octal240156200

Shades and tints

Shades of #A06E80

#A06E80
(160,110,128)
#926475
(146,100,117)
#845A6A
(132,90,106)
#76505F
(118,80,95)
#684654
(104,70,84)
#5A3C49
(90,60,73)
#4C323E
(76,50,62)
#3E2833
(62,40,51)
#301E28
(48,30,40)
#22141D
(34,20,29)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #A06E80

#A06E80
(160,110,128)
#A87B8B
(168,123,139)
#B08896
(176,136,150)
#B895A1
(184,149,161)
#C0A2AC
(192,162,172)
#C8AFB7
(200,175,183)
#D0BCC2
(208,188,194)
#D8C9CD
(216,201,205)
#E0D6D8
(224,214,216)
#E8E3E3
(232,227,227)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06E80; }

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

This text font color is #A06E80.


Background Color

.myBgColor { background-color: #A06E80; }

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

This div background color is #A06E80.


Border color

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

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

This div border color is #A06E80.


Opacity

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

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

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

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

This text has shadow with #A06E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06E80 on black background.


Color preview on white background

This text has color #A06E80 on white background.



Black color preview on #A06E80 background

This text has black color on #A06E80 background.


White color preview on #A06E80 background

This text has white color on #A06E80 background.