COLOR #A06E8A

HEX: #A06E8A
RGB: (160,110,138)

Color info

#A06E8A contains red, green and blue colors in about the same proportion. Web safe color of #A06E8A is #996699 (or #969).

RGB color model

#A06E8A color RGB value is (160,110,138).

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

RGB channels and saturation

R 160 of 255 = 63%
G 110 of 255 = 43%
B 138 of 255 = 54%

160
110
138

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

Portions of RGB colors in percentages

R + G + B =
160 + 110 + 138 = 408 (100%)
R 160 of 408 ~ 39.22%
G 110 of 408 ~ 26.96%
B 138 of 408 ~ 33.82%

%39.22
%26.96
%33.82

CMYK color model

#A06E8A color CMYK value is (0,31,14,37).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 13.75%
  • key color value is 37.25%
CMYK:
(0,31,14,37)
C0M31Y14K37 
(0%,31%,14%,37%)
(0.00/0.31/0.14/0.37)	

CMYK percentages

%0
%31.25
%13.75
%37.25

Codes

Color #A06E8A in popluar color models

A06E8A
RGB160110138
HSL326°20.83%52.94%
HSB/HSV326°31.25%62.75%
CMYK0.00%31.25%13.75%
37.25%

Color #A06E8A in popluar number systems.

HEXA06E8A
Decimal160110138
Binary10100000110111010001010
Octal240156212

Shades and tints

Shades of #A06E8A

#A06E8A
(160,110,138)
#92647E
(146,100,126)
#845A72
(132,90,114)
#765066
(118,80,102)
#68465A
(104,70,90)
#5A3C4E
(90,60,78)
#4C3242
(76,50,66)
#3E2836
(62,40,54)
#301E2A
(48,30,42)
#22141E
(34,20,30)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #A06E8A

#A06E8A
(160,110,138)
#A87B94
(168,123,148)
#B0889E
(176,136,158)
#B895A8
(184,149,168)
#C0A2B2
(192,162,178)
#C8AFBC
(200,175,188)
#D0BCC6
(208,188,198)
#D8C9D0
(216,201,208)
#E0D6DA
(224,214,218)
#E8E3E4
(232,227,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06E8A; }

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

This text font color is #A06E8A.


Background Color

.myBgColor { background-color: #A06E8A; }

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

This div background color is #A06E8A.


Border color

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

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

This div border color is #A06E8A.


Opacity

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

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

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

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

This text has shadow with #A06E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06E8A on black background.


Color preview on white background

This text has color #A06E8A on white background.



Black color preview on #A06E8A background

This text has black color on #A06E8A background.


White color preview on #A06E8A background

This text has white color on #A06E8A background.