#A09BAA

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

Shades of Spun Pearl #A09BAA

Tints of Spun Pearl #A09BAA

Color information

#A09BAA (or 0xA09BAA) is unknown color: approx Spun Pearl. HEX triplet: A0, 9B and AA. RGB value is (160,155,170). Sum of RGB (Red+Green+Blue) = 160+155+170=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A09BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BAA is #5F6455. Grayscale: #9E9E9E. Windows color (decimal): -6251606 or 11180960. OLE color: 11180960.

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

Color convert

RGB160155170-
CMYK0.060.0900.33
HSL260º8.11%63.73%-
HSV(B)260º8.82%66.67%-
XYZ33.4733.8242.79-
YUV158.2134.66129.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=32.99%
G=31.96%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601551700.060.0900.332608.1163.73
HexA09BAA69021104840
Octal24023325261104140410100
Binary1010000010011011101010101101001010000110000010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09BAA; }

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

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

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

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

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

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

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

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