COLOR #A09CAA

HEX: #A09CAA
RGB: (160,156,170)

Color info

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

RGB color model

#A09CAA color RGB value is (160,156,170).

  • red value is 160;
  • green value is 156;
  • blue value is 170.
RGB:
(160,156,170)
(63%,61%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 170 of 255 = 67%

160
156
170

R + G + B ~ 64%. #A09CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 170 = 486 (100%)
R 160 of 486 ~ 32.92%
G 156 of 486 ~ 32.1%
B 170 of 486 ~ 34.98%

%32.92
%32.1
%34.98

CMYK color model

#A09CAA color CMYK value is (6,8,0,33).

  • cyan value is 5.88%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,8,0,33)
C6M8Y0K33 
(6%,8%,0%,33%)
(0.06/0.08/0.00/0.33)	

CMYK percentages

%5.88
%8.24
%0
%33.33

Codes

Color #A09CAA in popluar color models

A09CAA
RGB160156170
HSL257°7.61%63.92%
HSB/HSV257°8.24%66.67%
CMYK5.88%8.24%0.00%
33.33%

Color #A09CAA in popluar number systems.

HEXA09CAA
Decimal160156170
Binary101000001001110010101010
Octal240234252

Shades and tints

Shades of #A09CAA

#A09CAA
(160,156,170)
#928E9B
(146,142,155)
#84808C
(132,128,140)
#76727D
(118,114,125)
#68646E
(104,100,110)
#5A565F
(90,86,95)
#4C4850
(76,72,80)
#3E3A41
(62,58,65)
#302C32
(48,44,50)
#221E23
(34,30,35)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #A09CAA

#A09CAA
(160,156,170)
#A8A5B1
(168,165,177)
#B0AEB8
(176,174,184)
#B8B7BF
(184,183,191)
#C0C0C6
(192,192,198)
#C8C9CD
(200,201,205)
#D0D2D4
(208,210,212)
#D8DBDB
(216,219,219)
#E0E4E2
(224,228,226)
#E8EDE9
(232,237,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09CAA color. Also use rgb(160,156,170) instead hex code.

Text Font Color

.myTextColor { color: #A09CAA; }

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

This text font color is #A09CAA.


Background Color

.myBgColor { background-color: #A09CAA; }

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

This div background color is #A09CAA.


Border color

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

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

This div border color is #A09CAA.


Opacity

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

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

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

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

This text has shadow with #A09CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09CAA on black background.


Color preview on white background

This text has color #A09CAA on white background.



Black color preview on #A09CAA background

This text has black color on #A09CAA background.


White color preview on #A09CAA background

This text has white color on #A09CAA background.