#A09BAC

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

Shades of Spun Pearl #A09BAC

Tints of Spun Pearl #A09BAC

Color information

#A09BAC (or 0xA09BAC) is unknown color: approx Spun Pearl. HEX triplet: A0, 9B and AC. RGB value is (160,155,172). Sum of RGB (Red+Green+Blue) = 160+155+172=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #A09BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BAC is #5F6453. Grayscale: #9E9E9E. Windows color (decimal): -6251604 or 11312032. OLE color: 11312032.

HSL color Cylindrical-coordinate representation of color #A09BAC: hue angle of 257.65º degrees, saturation: 0.09, 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 #A09BAC is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160155172-
CMYK0.070.1000.33
HSL257.65º9.29%64.12%-
HSV(B)257.65º9.88%67.45%-
XYZ33.6633.8943.8-
YUV158.43135.66129.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 155 (60.94% from 255) = 31.83%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=32.85%
G=31.83%
B=35.32%

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
Decimal1601551720.070.1000.33257.659.2964.12
HexA09BAC7A021102940
Octal24023325471204140211100
Binary1010000010011011101011001111010010000110000001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BAC; }

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

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

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

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

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

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

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

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