#A09FAB

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

Shades of Spun Pearl #A09FAB

Tints of Spun Pearl #A09FAB

Color information

#A09FAB (or 0xA09FAB) is unknown color: approx Spun Pearl. HEX triplet: A0, 9F and AB. RGB value is (160,159,171). Sum of RGB (Red+Green+Blue) = 160+159+171=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A09FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09FAB is #5F6054. Grayscale: #A0A0A0. Windows color (decimal): -6250581 or 11247520. OLE color: 11247520.

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

Color convert

RGB160159171-
CMYK0.060.0700.33
HSL245º6.67%64.71%-
HSV(B)245º7.02%67.06%-
XYZ34.2535.2143.52-
YUV160.67133.83127.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=32.65%
G=32.45%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601591710.060.0700.332456.6764.71
HexA09FAB67021f5741
Octal240237253670413657101
Binary1010000010011111101010111101110100001111101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FAB; }

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

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

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

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

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

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

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

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