#A09FA9

Color #A09FA9 Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A09FA9

Tints of Spun Pearl #A09FA9

Color information

#A09FA9 (or 0xA09FA9) is unknown color: approx Spun Pearl. HEX triplet: A0, 9F and A9. RGB value is (160,159,169). Sum of RGB (Red+Green+Blue) = 160+159+169=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 169 - color contains mainly: blue. Hex color #A09FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09FA9 is #5F6056. Grayscale: #A0A0A0. Windows color (decimal): -6250583 or 11116448. OLE color: 11116448.

HSL color Cylindrical-coordinate representation of color #A09FA9: hue angle of 246º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A09FA9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB160159169-
CMYK0.050.0600.34
HSL246º5.49%64.31%-
HSV(B)246º5.92%66.27%-
XYZ34.0635.1342.52-
YUV160.44132.83127.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 169 (66.41% from 255) = 34.63%
R=32.79%
G=32.58%
B=34.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601591690.050.0600.342465.4964.31
HexA09FA956022f6540
Octal240237251560423665100
Binary1010000010011111101010011011100100010111101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FA9; }

 p { color: rgb(160,159,169); }

 H1.HeaderClassName
 {
   color: #A09FA9;
 }
 .AnyTagClassName
 {
   color: #A09FA9;
 }
</style>
background-color css

<style>
 a { background-color: #A09FA9; }

 a { background-color: rgb(160,159,169); }

 div.DivClassName
 {
   background-color: #A09FA9;
 }
 .BgClassName
 {
   background-color: #A09FA9;
 }
</style>
border-color css

<style>
 span { border-color: #A09FA9; }

 span { border-color: rgb(160,159,169); }

 td.TdClassName
 {
   border-color: #A09FA9;
 }
 .TagClassName
 {
   border-color: #A09FA9;
 }
</style>