COLOR #A06D83

HEX: #A06D83
RGB: (160,109,131)

Color info

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

RGB color model

#A06D83 color RGB value is (160,109,131).

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

RGB channels and saturation

R 160 of 255 = 63%
G 109 of 255 = 43%
B 131 of 255 = 51%

160
109
131

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

Portions of RGB colors in percentages

R + G + B =
160 + 109 + 131 = 400 (100%)
R 160 of 400 ~ 40%
G 109 of 400 ~ 27.25%
B 131 of 400 ~ 32.75%

%40
%27.25
%32.75

CMYK color model

#A06D83 color CMYK value is (0,32,18,37).

  • cyan value is 0.00%
  • magenta value is 31.88%
  • yellow value is 18.13%
  • key color value is 37.25%
CMYK:
(0,32,18,37)
C0M32Y18K37 
(0%,32%,18%,37%)
(0.00/0.32/0.18/0.37)	

CMYK percentages

%0
%31.88
%18.13
%37.25

Codes

Color #A06D83 in popluar color models

A06D83
RGB160109131
HSL334°21.16%52.75%
HSB/HSV334°31.88%62.75%
CMYK0.00%31.88%18.13%
37.25%

Color #A06D83 in popluar number systems.

HEXA06D83
Decimal160109131
Binary10100000110110110000011
Octal240155203

Shades and tints

Shades of #A06D83

#A06D83
(160,109,131)
#926478
(146,100,120)
#845B6D
(132,91,109)
#765262
(118,82,98)
#684957
(104,73,87)
#5A404C
(90,64,76)
#4C3741
(76,55,65)
#3E2E36
(62,46,54)
#30252B
(48,37,43)
#221C20
(34,28,32)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #A06D83

#A06D83
(160,109,131)
#A87A8E
(168,122,142)
#B08799
(176,135,153)
#B894A4
(184,148,164)
#C0A1AF
(192,161,175)
#C8AEBA
(200,174,186)
#D0BBC5
(208,187,197)
#D8C8D0
(216,200,208)
#E0D5DB
(224,213,219)
#E8E2E6
(232,226,230)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06D83; }

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

This text font color is #A06D83.


Background Color

.myBgColor { background-color: #A06D83; }

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

This div background color is #A06D83.


Border color

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

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

This div border color is #A06D83.


Opacity

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

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

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

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

This text has shadow with #A06D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06D83 on black background.


Color preview on white background

This text has color #A06D83 on white background.



Black color preview on #A06D83 background

This text has black color on #A06D83 background.


White color preview on #A06D83 background

This text has white color on #A06D83 background.