#A09FAD

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

Shades of Spun Pearl #A09FAD

Tints of Spun Pearl #A09FAD

Color information

#A09FAD (or 0xA09FAD) is unknown color: approx Spun Pearl. HEX triplet: A0, 9F and AD. RGB value is (160,159,173). Sum of RGB (Red+Green+Blue) = 160+159+173=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #A09FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09FAD is #5F6052. Grayscale: #A0A0A0. Windows color (decimal): -6250579 or 11378592. OLE color: 11378592.

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

Color convert

RGB160159173-
CMYK0.080.0800.32
HSL244.29º7.87%65.1%-
HSV(B)244.29º8.09%67.84%-
XYZ34.4435.2944.53-
YUV160.9134.83127.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=32.52%
G=32.32%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601591730.080.0800.32244.297.8765.1
HexA09FAD88020f4841
Octal240237255101004036410101
Binary1010000010011111101011011000100001000001111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FAD; }

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

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

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

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

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

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

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

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