COLOR #A096A8

HEX: #A096A8
RGB: (160,150,168)

Color info

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

RGB color model

#A096A8 color RGB value is (160,150,168).

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

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 168 of 255 = 66%

160
150
168

R + G + B ~ 63%. #A096A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 150 + 168 = 478 (100%)
R 160 of 478 ~ 33.47%
G 150 of 478 ~ 31.38%
B 168 of 478 ~ 35.15%

%33.47
%31.38
%35.15

CMYK color model

#A096A8 color CMYK value is (5,11,0,34).

  • cyan value is 4.76%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(5,11,0,34)
C5M11Y0K34 
(5%,11%,0%,34%)
(0.05/0.11/0.00/0.34)	

CMYK percentages

%4.76
%10.71
%0
%34.12

Codes

Color #A096A8 in popluar color models

A096A8
RGB160150168
HSL273°9.38%62.35%
HSB/HSV273°10.71%65.88%
CMYK4.76%10.71%0.00%
34.12%

Color #A096A8 in popluar number systems.

HEXA096A8
Decimal160150168
Binary101000001001011010101000
Octal240226250

Shades and tints

Shades of #A096A8

#A096A8
(160,150,168)
#928999
(146,137,153)
#847C8A
(132,124,138)
#766F7B
(118,111,123)
#68626C
(104,98,108)
#5A555D
(90,85,93)
#4C484E
(76,72,78)
#3E3B3F
(62,59,63)
#302E30
(48,46,48)
#222121
(34,33,33)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #A096A8

#A096A8
(160,150,168)
#A89FAF
(168,159,175)
#B0A8B6
(176,168,182)
#B8B1BD
(184,177,189)
#C0BAC4
(192,186,196)
#C8C3CB
(200,195,203)
#D0CCD2
(208,204,210)
#D8D5D9
(216,213,217)
#E0DEE0
(224,222,224)
#E8E7E7
(232,231,231)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A096A8; }

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

This text font color is #A096A8.


Background Color

.myBgColor { background-color: #A096A8; }

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

This div background color is #A096A8.


Border color

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

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

This div border color is #A096A8.


Opacity

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

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

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

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

This text has shadow with #A096A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A096A8 on black background.


Color preview on white background

This text has color #A096A8 on white background.



Black color preview on #A096A8 background

This text has black color on #A096A8 background.


White color preview on #A096A8 background

This text has white color on #A096A8 background.