COLOR #A06B95

HEX: #A06B95
RGB: (160,107,149)

Color info

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

RGB color model

#A06B95 color RGB value is (160,107,149).

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

RGB channels and saturation

R 160 of 255 = 63%
G 107 of 255 = 42%
B 149 of 255 = 58%

160
107
149

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

Portions of RGB colors in percentages

R + G + B =
160 + 107 + 149 = 416 (100%)
R 160 of 416 ~ 38.46%
G 107 of 416 ~ 25.72%
B 149 of 416 ~ 35.82%

%38.46
%25.72
%35.82

CMYK color model

#A06B95 color CMYK value is (0,33,7,37).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(0,33,7,37)
C0M33Y7K37 
(0%,33%,7%,37%)
(0.00/0.33/0.07/0.37)	

CMYK percentages

%0
%33.13
%6.87
%37.25

Codes

Color #A06B95 in popluar color models

A06B95
RGB160107149
HSL312°21.81%52.35%
HSB/HSV312°33.13%62.75%
CMYK0.00%33.13%6.87%
37.25%

Color #A06B95 in popluar number systems.

HEXA06B95
Decimal160107149
Binary10100000110101110010101
Octal240153225

Shades and tints

Shades of #A06B95

#A06B95
(160,107,149)
#926288
(146,98,136)
#84597B
(132,89,123)
#76506E
(118,80,110)
#684761
(104,71,97)
#5A3E54
(90,62,84)
#4C3547
(76,53,71)
#3E2C3A
(62,44,58)
#30232D
(48,35,45)
#221A20
(34,26,32)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A06B95

#A06B95
(160,107,149)
#A8789E
(168,120,158)
#B085A7
(176,133,167)
#B892B0
(184,146,176)
#C09FB9
(192,159,185)
#C8ACC2
(200,172,194)
#D0B9CB
(208,185,203)
#D8C6D4
(216,198,212)
#E0D3DD
(224,211,221)
#E8E0E6
(232,224,230)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06B95; }

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

This text font color is #A06B95.


Background Color

.myBgColor { background-color: #A06B95; }

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

This div background color is #A06B95.


Border color

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

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

This div border color is #A06B95.


Opacity

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

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

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

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

This text has shadow with #A06B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06B95 on black background.


Color preview on white background

This text has color #A06B95 on white background.



Black color preview on #A06B95 background

This text has black color on #A06B95 background.


White color preview on #A06B95 background

This text has white color on #A06B95 background.