#A09FAE

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

Shades of Spun Pearl #A09FAE

Tints of Spun Pearl #A09FAE

Color information

#A09FAE (or 0xA09FAE) is unknown color: approx Spun Pearl. HEX triplet: A0, 9F and AE. RGB value is (160,159,174). Sum of RGB (Red+Green+Blue) = 160+159+174=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #A09FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09FAE is #5F6051. Grayscale: #A0A0A0. Windows color (decimal): -6250578 or 11444128. OLE color: 11444128.

HSL color Cylindrical-coordinate representation of color #A09FAE: hue angle of 244º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09FAE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160159174-
CMYK0.080.0900.32
HSL244º8.47%65.29%-
HSV(B)244º8.62%68.24%-
XYZ34.5435.3345.04-
YUV161.01135.33127.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=32.45%
G=32.25%
B=35.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601591740.080.0900.322448.4765.29
HexA09FAE89020f4841
Octal240237256101104036410101
Binary1010000010011111101011101000100101000001111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FAE; }

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

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

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

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

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

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

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

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