COLOR #A06B92

HEX: #A06B92
RGB: (160,107,146)

Color info

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

RGB color model

#A06B92 color RGB value is (160,107,146).

  • red value is 160;
  • green value is 107;
  • blue value is 146.
RGB:
(160,107,146)
(63%,42%,57%)

RGB channels and saturation

R 160 of 255 = 63%
G 107 of 255 = 42%
B 146 of 255 = 57%

160
107
146

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

Portions of RGB colors in percentages

R + G + B =
160 + 107 + 146 = 413 (100%)
R 160 of 413 ~ 38.74%
G 107 of 413 ~ 25.91%
B 146 of 413 ~ 35.35%

%38.74
%25.91
%35.35

CMYK color model

#A06B92 color CMYK value is (0,33,9,37).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 8.75%
  • key color value is 37.25%
CMYK:
(0,33,9,37)
C0M33Y9K37 
(0%,33%,9%,37%)
(0.00/0.33/0.09/0.37)	

CMYK percentages

%0
%33.13
%8.75
%37.25

Codes

Color #A06B92 in popluar color models

A06B92
RGB160107146
HSL316°21.81%52.35%
HSB/HSV316°33.13%62.75%
CMYK0.00%33.13%8.75%
37.25%

Color #A06B92 in popluar number systems.

HEXA06B92
Decimal160107146
Binary10100000110101110010010
Octal240153222

Shades and tints

Shades of #A06B92

#A06B92
(160,107,146)
#926285
(146,98,133)
#845978
(132,89,120)
#76506B
(118,80,107)
#68475E
(104,71,94)
#5A3E51
(90,62,81)
#4C3544
(76,53,68)
#3E2C37
(62,44,55)
#30232A
(48,35,42)
#221A1D
(34,26,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #A06B92

#A06B92
(160,107,146)
#A8789B
(168,120,155)
#B085A4
(176,133,164)
#B892AD
(184,146,173)
#C09FB6
(192,159,182)
#C8ACBF
(200,172,191)
#D0B9C8
(208,185,200)
#D8C6D1
(216,198,209)
#E0D3DA
(224,211,218)
#E8E0E3
(232,224,227)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06B92 color. Also use rgb(160,107,146) instead hex code.

Text Font Color

.myTextColor { color: #A06B92; }

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

This text font color is #A06B92.


Background Color

.myBgColor { background-color: #A06B92; }

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

This div background color is #A06B92.


Border color

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

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

This div border color is #A06B92.


Opacity

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

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

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

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

This text has shadow with #A06B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06B92 on black background.


Color preview on white background

This text has color #A06B92 on white background.



Black color preview on #A06B92 background

This text has black color on #A06B92 background.


White color preview on #A06B92 background

This text has white color on #A06B92 background.