#A09FAF

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

Shades of Spun Pearl #A09FAF

Tints of Spun Pearl #A09FAF

Color information

#A09FAF (or 0xA09FAF) is unknown color: approx Spun Pearl. HEX triplet: A0, 9F and AF. RGB value is (160,159,175). Sum of RGB (Red+Green+Blue) = 160+159+175=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: blue. Hex color #A09FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09FAF is #5F6050. Grayscale: #A1A1A1. Windows color (decimal): -6250577 or 11509664. OLE color: 11509664.

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

Color convert

RGB160159175-
CMYK0.090.0900.31
HSL243.75º9.09%65.49%-
HSV(B)243.75º9.14%68.63%-
XYZ34.6335.3745.56-
YUV161.12135.83127.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 159 (62.5% from 255) = 32.19%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=32.39%
G=32.19%
B=35.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601591750.090.0900.31243.759.0965.49
HexA09FAF9901Ff4941
Octal240237257111103736411101
Binary101000001001111110101111100110010111111111010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FAF; }

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

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

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

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

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

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

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

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