#A09AAC

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

Shades of Spun Pearl #A09AAC

Tints of Spun Pearl #A09AAC

Color information

#A09AAC (or 0xA09AAC) is unknown color: approx Spun Pearl. HEX triplet: A0, 9A and AC. RGB value is (160,154,172). Sum of RGB (Red+Green+Blue) = 160+154+172=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #A09AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09AAC is #5F6553. Grayscale: #9D9D9D. Windows color (decimal): -6251860 or 11311776. OLE color: 11311776.

HSL color Cylindrical-coordinate representation of color #A09AAC: hue angle of 260º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A09AAC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160154172-
CMYK0.070.1000.33
HSL260º9.78%63.92%-
HSV(B)260º10.47%67.45%-
XYZ33.533.5643.74-
YUV157.85135.99129.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=32.92%
G=31.69%
B=35.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601541720.070.1000.332609.7863.92
HexA09AAC7A021104a40
Octal24023225471204140412100
Binary1010000010011010101011001111010010000110000010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AAC; }

 p { color: rgb(160,154,172); }

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

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

 a { background-color: rgb(160,154,172); }

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

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

 span { border-color: rgb(160,154,172); }

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