COLOR #A06C8D

HEX: #A06C8D
RGB: (160,108,141)

Color info

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

RGB color model

#A06C8D color RGB value is (160,108,141).

  • red value is 160;
  • green value is 108;
  • blue value is 141.
RGB:
(160,108,141)
(63%,42%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 141 of 255 = 55%

160
108
141

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

Portions of RGB colors in percentages

R + G + B =
160 + 108 + 141 = 409 (100%)
R 160 of 409 ~ 39.12%
G 108 of 409 ~ 26.41%
B 141 of 409 ~ 34.47%

%39.12
%26.41
%34.47

CMYK color model

#A06C8D color CMYK value is (0,33,12,37).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK:
(0,33,12,37)
C0M33Y12K37 
(0%,33%,12%,37%)
(0.00/0.33/0.12/0.37)	

CMYK percentages

%0
%32.5
%11.88
%37.25

Codes

Color #A06C8D in popluar color models

A06C8D
RGB160108141
HSL322°21.49%52.55%
HSB/HSV322°32.50%62.75%
CMYK0.00%32.50%11.88%
37.25%

Color #A06C8D in popluar number systems.

HEXA06C8D
Decimal160108141
Binary10100000110110010001101
Octal240154215

Shades and tints

Shades of #A06C8D

#A06C8D
(160,108,141)
#926381
(146,99,129)
#845A75
(132,90,117)
#765169
(118,81,105)
#68485D
(104,72,93)
#5A3F51
(90,63,81)
#4C3645
(76,54,69)
#3E2D39
(62,45,57)
#30242D
(48,36,45)
#221B21
(34,27,33)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #A06C8D

#A06C8D
(160,108,141)
#A87997
(168,121,151)
#B086A1
(176,134,161)
#B893AB
(184,147,171)
#C0A0B5
(192,160,181)
#C8ADBF
(200,173,191)
#D0BAC9
(208,186,201)
#D8C7D3
(216,199,211)
#E0D4DD
(224,212,221)
#E8E1E7
(232,225,231)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06C8D color. Also use rgb(160,108,141) instead hex code.

Text Font Color

.myTextColor { color: #A06C8D; }

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

This text font color is #A06C8D.


Background Color

.myBgColor { background-color: #A06C8D; }

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

This div background color is #A06C8D.


Border color

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

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

This div border color is #A06C8D.


Opacity

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

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

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

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

This text has shadow with #A06C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06C8D on black background.


Color preview on white background

This text has color #A06C8D on white background.



Black color preview on #A06C8D background

This text has black color on #A06C8D background.


White color preview on #A06C8D background

This text has white color on #A06C8D background.