COLOR #A06D80

HEX: #A06D80
RGB: (160,109,128)

Color info

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

RGB color model

#A06D80 color RGB value is (160,109,128).

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

RGB channels and saturation

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

160
109
128

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

Portions of RGB colors in percentages

R + G + B =
160 + 109 + 128 = 397 (100%)
R 160 of 397 ~ 40.3%
G 109 of 397 ~ 27.46%
B 128 of 397 ~ 32.24%

%40.3
%27.46
%32.24

CMYK color model

#A06D80 color CMYK value is (0,32,20,37).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(0,32,20,37)
C0M32Y20K37 
(0%,32%,20%,37%)
(0.00/0.32/0.20/0.37)	

CMYK percentages

%0
%31.88
%20
%37.25

Codes

Color #A06D80 in popluar color models

A06D80
RGB160109128
HSL338°21.16%52.75%
HSB/HSV338°31.88%62.75%
CMYK0.00%31.88%20.00%
37.25%

Color #A06D80 in popluar number systems.

HEXA06D80
Decimal160109128
Binary10100000110110110000000
Octal240155200

Shades and tints

Shades of #A06D80

#A06D80
(160,109,128)
#926475
(146,100,117)
#845B6A
(132,91,106)
#76525F
(118,82,95)
#684954
(104,73,84)
#5A4049
(90,64,73)
#4C373E
(76,55,62)
#3E2E33
(62,46,51)
#302528
(48,37,40)
#221C1D
(34,28,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A06D80

#A06D80
(160,109,128)
#A87A8B
(168,122,139)
#B08796
(176,135,150)
#B894A1
(184,148,161)
#C0A1AC
(192,161,172)
#C8AEB7
(200,174,183)
#D0BBC2
(208,187,194)
#D8C8CD
(216,200,205)
#E0D5D8
(224,213,216)
#E8E2E3
(232,226,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06D80; }

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

This text font color is #A06D80.


Background Color

.myBgColor { background-color: #A06D80; }

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

This div background color is #A06D80.


Border color

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

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

This div border color is #A06D80.


Opacity

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

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

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

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

This text has shadow with #A06D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06D80 on black background.


Color preview on white background

This text has color #A06D80 on white background.



Black color preview on #A06D80 background

This text has black color on #A06D80 background.


White color preview on #A06D80 background

This text has white color on #A06D80 background.