#A09AAB

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

Shades of Spun Pearl #A09AAB

Tints of Spun Pearl #A09AAB

Color information

#A09AAB (or 0xA09AAB) is unknown color: approx Spun Pearl. HEX triplet: A0, 9A and AB. RGB value is (160,154,171). Sum of RGB (Red+Green+Blue) = 160+154+171=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #A09AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09AAB is #5F6554. Grayscale: #9D9D9D. Windows color (decimal): -6251861 or 11246240. OLE color: 11246240.

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

Color convert

RGB160154171-
CMYK0.060.1000.33
HSL261.18º9.19%63.73%-
HSV(B)261.18º9.94%67.06%-
XYZ33.433.5343.24-
YUV157.73135.49129.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 154 (60.55% from 255) = 31.75%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=32.99%
G=31.75%
B=35.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601541710.060.1000.33261.189.1963.73
HexA09AAB6A021105940
Octal24023225361204140511100
Binary1010000010011010101010111101010010000110000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09AAB; }

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

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

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

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

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

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

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

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