COLOR #A09FAC

HEX: #A09FAC
RGB: (160,159,172)

Color info

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

RGB color model

#A09FAC color RGB value is (160,159,172).

  • red value is 160;
  • green value is 159;
  • blue value is 172.
RGB:
(160,159,172)
(63%,62%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 159 of 255 = 62%
B 172 of 255 = 67%

160
159
172

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

Portions of RGB colors in percentages

R + G + B =
160 + 159 + 172 = 491 (100%)
R 160 of 491 ~ 32.59%
G 159 of 491 ~ 32.38%
B 172 of 491 ~ 35.03%

%32.59
%32.38
%35.03

CMYK color model

#A09FAC color CMYK value is (7,8,0,33).

  • cyan value is 6.98%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(7,8,0,33)
C7M8Y0K33 
(7%,8%,0%,33%)
(0.07/0.08/0.00/0.33)	

CMYK percentages

%6.98
%7.56
%0
%32.55

Codes

Color #A09FAC in popluar color models

A09FAC
RGB160159172
HSL245°7.26%64.90%
HSB/HSV245°7.56%67.45%
CMYK6.98%7.56%0.00%
32.55%

Color #A09FAC in popluar number systems.

HEXA09FAC
Decimal160159172
Binary101000001001111110101100
Octal240237254

Shades and tints

Shades of #A09FAC

#A09FAC
(160,159,172)
#92919D
(146,145,157)
#84838E
(132,131,142)
#76757F
(118,117,127)
#686770
(104,103,112)
#5A5961
(90,89,97)
#4C4B52
(76,75,82)
#3E3D43
(62,61,67)
#302F34
(48,47,52)
#222125
(34,33,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #A09FAC

#A09FAC
(160,159,172)
#A8A7B3
(168,167,179)
#B0AFBA
(176,175,186)
#B8B7C1
(184,183,193)
#C0BFC8
(192,191,200)
#C8C7CF
(200,199,207)
#D0CFD6
(208,207,214)
#D8D7DD
(216,215,221)
#E0DFE4
(224,223,228)
#E8E7EB
(232,231,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09FAC color. Also use rgb(160,159,172) instead hex code.

Text Font Color

.myTextColor { color: #A09FAC; }

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

This text font color is #A09FAC.


Background Color

.myBgColor { background-color: #A09FAC; }

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

This div background color is #A09FAC.


Border color

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

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

This div border color is #A09FAC.


Opacity

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

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

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

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

This text has shadow with #A09FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09FAC on black background.


Color preview on white background

This text has color #A09FAC on white background.



Black color preview on #A09FAC background

This text has black color on #A09FAC background.


White color preview on #A09FAC background

This text has white color on #A09FAC background.