COLOR #A096AB

HEX: #A096AB RGB: (160,150,171)

Color info

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

RGB color model

#A096AB color RGB value is (160,150,171).

RGB: (160,150,171) (63%, 59%, 67%)

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 171 of 255 = 67%

160
150
171

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

Portions of RGB colors in percentages

R + G + B = 160 + 150 + 171 = 481 (100%)
R 160 of 481 ~ 33.26%
G 150 of 481 ~ 31.19%
B 171 of 481 ~ 35.55'%

%33.26
%31.19
%35.55

CMYK color model

#A096AB color CMYK value is (6,12,0,33).

  • cyan value is 6.43%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (6,12,0,33)
C6M12Y0K33 (6%, 12%, 0%, 33%)
(0.06 / 0.12 / 0.00 / 0.33)

CMYK percentages

%6.43
%12.28
%0
%32.94

Codes

Color #A096AB in popluar color models

A0 96 AB
RGB 160 150 171
HSL 269° 11.11% 62.94%
HSB/HSV 269° 12.28% 67.06%
CMYK 6.43% 12.28% 0.00%
32.94%

Color #A096AB in popluar number systems.

HEX A0 96 AB
Decimal 160 150 171
Binary 10100000 10010110 10101011
Octal 240 226 253

Shades and tints

Shades of #A096AB

#A096AB
(160,150,171)
#92899C
(146,137,156)
#847C8D
(132,124,141)
#766F7E
(118,111,126)
#68626F
(104,98,111)
#5A5560
(90,85,96)
#4C4851
(76,72,81)
#3E3B42
(62,59,66)
#302E33
(48,46,51)
#222124
(34,33,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A096AB

#A096AB
(160,150,171)
#A89FB2
(168,159,178)
#B0A8B9
(176,168,185)
#B8B1C0
(184,177,192)
#C0BAC7
(192,186,199)
#C8C3CE
(200,195,206)
#D0CCD5
(208,204,213)
#D8D5DC
(216,213,220)
#E0DEE3
(224,222,227)
#E8E7EA
(232,231,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A096AB; }

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

This text font color is #A096AB.

Background Color

.myBgColor { background-color: #A096AB; }

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

This div background color is #A096AB.

Border color

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

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

This div border color is #A096AB.

Opacity

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

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

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

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

This text has shadow with #A096AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A096AB.

Preview

Color preview on black background

This text has color #A096AB on black background.


Color preview on white background

This text has color #A096AB on white background.


Black color preview on #A096AB background

This text has black color on #A096AB background.


White color preview on #A096AB background

This text has white color on #A096AB background.


Related colors

Complementary color

Complementary color for #hex is #5F6954.


I love getcolorcode.com

Triadic colors

1 #ABA096 and #96ABA0 with #A096AB are triadic colors.

2 #AB96A0 and #96A0AB with #A096AB are triadic colors.