COLOR #A096A3

HEX: #A096A3
RGB: (160,150,163)

Color info

#A096A3 contains red, green and blue colors in about the same proportion. Web safe color of #A096A3 is #999999 (or #999).

RGB color model

#A096A3 color RGB value is (160,150,163).

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

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 163 of 255 = 64%

160
150
163

R + G + B ~ 62%. #A096A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 150 + 163 = 473 (100%)
R 160 of 473 ~ 33.83%
G 150 of 473 ~ 31.71%
B 163 of 473 ~ 34.46%

%33.83
%31.71
%34.46

CMYK color model

#A096A3 color CMYK value is (2,8,0,36).

  • cyan value is 1.84%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(2,8,0,36)
C2M8Y0K36 
(2%,8%,0%,36%)
(0.02/0.08/0.00/0.36)	

CMYK percentages

%1.84
%7.98
%0
%36.08

Codes

Color #A096A3 in popluar color models

A096A3
RGB160150163
HSL286°6.60%61.37%
HSB/HSV286°7.98%63.92%
CMYK1.84%7.98%0.00%
36.08%

Color #A096A3 in popluar number systems.

HEXA096A3
Decimal160150163
Binary101000001001011010100011
Octal240226243

Shades and tints

Shades of #A096A3

#A096A3
(160,150,163)
#928995
(146,137,149)
#847C87
(132,124,135)
#766F79
(118,111,121)
#68626B
(104,98,107)
#5A555D
(90,85,93)
#4C484F
(76,72,79)
#3E3B41
(62,59,65)
#302E33
(48,46,51)
#222125
(34,33,37)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #A096A3

#A096A3
(160,150,163)
#A89FAB
(168,159,171)
#B0A8B3
(176,168,179)
#B8B1BB
(184,177,187)
#C0BAC3
(192,186,195)
#C8C3CB
(200,195,203)
#D0CCD3
(208,204,211)
#D8D5DB
(216,213,219)
#E0DEE3
(224,222,227)
#E8E7EB
(232,231,235)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A096A3; }

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

This text font color is #A096A3.


Background Color

.myBgColor { background-color: #A096A3; }

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

This div background color is #A096A3.


Border color

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

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

This div border color is #A096A3.


Opacity

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

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

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

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

This text has shadow with #A096A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A096A3 on black background.


Color preview on white background

This text has color #A096A3 on white background.



Black color preview on #A096A3 background

This text has black color on #A096A3 background.


White color preview on #A096A3 background

This text has white color on #A096A3 background.