#A9A1BC

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

Shades of Spun Pearl #A9A1BC

Tints of Spun Pearl #A9A1BC

Color information

#A9A1BC (or 0xA9A1BC) is unknown color: approx Spun Pearl. HEX triplet: A9, A1 and BC. RGB value is (169,161,188). Sum of RGB (Red+Green+Blue) = 169+161+188=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9A1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1BC is #565E43. Grayscale: #A6A6A6. Windows color (decimal): -5660228 or 12362153. OLE color: 12362153.

HSL color Cylindrical-coordinate representation of color #A9A1BC: hue angle of 257.78º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9A1BC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169161188-
CMYK0.100.1400.26
HSL257.78º16.77%68.43%-
HSV(B)257.78º14.36%73.73%-
XYZ38.1837.5652.81-
YUV166.47140.15129.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=32.63%
G=31.08%
B=36.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691611880.100.1400.26257.7816.7768.43
HexA9A1BCAE01A1021144
Octal251241274121603240221104
Binary10101001101000011011110010101110011010100000010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1BC; }

 p { color: rgb(169,161,188); }

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

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

 a { background-color: rgb(169,161,188); }

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

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

 span { border-color: rgb(169,161,188); }

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