COLOR #A06C81

HEX: #A06C81
RGB: (160,108,129)

Color info

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

RGB color model

#A06C81 color RGB value is (160,108,129).

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

RGB channels and saturation

R 160 of 255 = 63%
G 108 of 255 = 42%
B 129 of 255 = 51%

160
108
129

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

Portions of RGB colors in percentages

R + G + B =
160 + 108 + 129 = 397 (100%)
R 160 of 397 ~ 40.3%
G 108 of 397 ~ 27.2%
B 129 of 397 ~ 32.49%

%40.3
%27.2
%32.49

CMYK color model

#A06C81 color CMYK value is (0,33,19,37).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 19.38%
  • key color value is 37.25%
CMYK:
(0,33,19,37)
C0M33Y19K37 
(0%,33%,19%,37%)
(0.00/0.33/0.19/0.37)	

CMYK percentages

%0
%32.5
%19.38
%37.25

Codes

Color #A06C81 in popluar color models

A06C81
RGB160108129
HSL336°21.49%52.55%
HSB/HSV336°32.50%62.75%
CMYK0.00%32.50%19.38%
37.25%

Color #A06C81 in popluar number systems.

HEXA06C81
Decimal160108129
Binary10100000110110010000001
Octal240154201

Shades and tints

Shades of #A06C81

#A06C81
(160,108,129)
#926376
(146,99,118)
#845A6B
(132,90,107)
#765160
(118,81,96)
#684855
(104,72,85)
#5A3F4A
(90,63,74)
#4C363F
(76,54,63)
#3E2D34
(62,45,52)
#302429
(48,36,41)
#221B1E
(34,27,30)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #A06C81

#A06C81
(160,108,129)
#A8798C
(168,121,140)
#B08697
(176,134,151)
#B893A2
(184,147,162)
#C0A0AD
(192,160,173)
#C8ADB8
(200,173,184)
#D0BAC3
(208,186,195)
#D8C7CE
(216,199,206)
#E0D4D9
(224,212,217)
#E8E1E4
(232,225,228)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06C81; }

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

This text font color is #A06C81.


Background Color

.myBgColor { background-color: #A06C81; }

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

This div background color is #A06C81.


Border color

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

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

This div border color is #A06C81.


Opacity

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

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

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

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

This text has shadow with #A06C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06C81 on black background.


Color preview on white background

This text has color #A06C81 on white background.



Black color preview on #A06C81 background

This text has black color on #A06C81 background.


White color preview on #A06C81 background

This text has white color on #A06C81 background.