COLOR #A06096

HEX: #A06096
RGB: (160,96,150)

Color info

#A06096 contains mainly red and blue colors. Web safe color of #A06096 is #996699 (or #969).

RGB color model

#A06096 color RGB value is (160,96,150).

  • red value is 160;
  • green value is 96;
  • blue value is 150.
RGB:
(160,96,150)
(63%,38%,59%)

RGB channels and saturation

R 160 of 255 = 63%
G 96 of 255 = 38%
B 150 of 255 = 59%

160
96
150

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

Portions of RGB colors in percentages

R + G + B =
160 + 96 + 150 = 406 (100%)
R 160 of 406 ~ 39.41%
G 96 of 406 ~ 23.65%
B 150 of 406 ~ 36.95%

%39.41
%23.65
%36.95

CMYK color model

#A06096 color CMYK value is (0,40,6,37).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 6.25%
  • key color value is 37.25%
CMYK:
(0,40,6,37)
C0M40Y6K37 
(0%,40%,6%,37%)
(0.00/0.40/0.06/0.37)	

CMYK percentages

%0
%40
%6.25
%37.25

Codes

Color #A06096 in popluar color models

A06096
RGB16096150
HSL309°25.20%50.20%
HSB/HSV309°40.00%62.75%
CMYK0.00%40.00%6.25%
37.25%

Color #A06096 in popluar number systems.

HEXA06096
Decimal16096150
Binary10100000110000010010110
Octal240140226

Shades and tints

Shades of #A06096

#A06096
(160,96,150)
#925889
(146,88,137)
#84507C
(132,80,124)
#76486F
(118,72,111)
#684062
(104,64,98)
#5A3855
(90,56,85)
#4C3048
(76,48,72)
#3E283B
(62,40,59)
#30202E
(48,32,46)
#221821
(34,24,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #A06096

#A06096
(160,96,150)
#A86E9F
(168,110,159)
#B07CA8
(176,124,168)
#B88AB1
(184,138,177)
#C098BA
(192,152,186)
#C8A6C3
(200,166,195)
#D0B4CC
(208,180,204)
#D8C2D5
(216,194,213)
#E0D0DE
(224,208,222)
#E8DEE7
(232,222,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06096 color. Also use rgb(160,96,150) instead hex code.

Text Font Color

.myTextColor { color: #A06096; }

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

This text font color is #A06096.


Background Color

.myBgColor { background-color: #A06096; }

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

This div background color is #A06096.


Border color

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

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

This div border color is #A06096.


Opacity

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

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

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

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

This text has shadow with #A06096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A06096 on black background.


Color preview on white background

This text has color #A06096 on white background.



Black color preview on #A06096 background

This text has black color on #A06096 background.


White color preview on #A06096 background

This text has white color on #A06096 background.