#A9A3B9

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

Shades of Spun Pearl #A9A3B9

Tints of Spun Pearl #A9A3B9

Color information

#A9A3B9 (or 0xA9A3B9) is unknown color: approx Spun Pearl. HEX triplet: A9, A3 and B9. RGB value is (169,163,185). Sum of RGB (Red+Green+Blue) = 169+163+185=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 185 - color contains mainly: blue. Hex color #A9A3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A3B9 is #565C46. Grayscale: #A7A7A7. Windows color (decimal): -5659719 or 12166057. OLE color: 12166057.

HSL color Cylindrical-coordinate representation of color #A9A3B9: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9A3B9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169163185-
CMYK0.090.1200.27
HSL256.36º13.58%68.24%-
HSV(B)256.36º11.89%72.55%-
XYZ38.2238.1351.24-
YUV167.3137.99129.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=32.69%
G=31.53%
B=35.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691631850.090.1200.27256.3613.5868.24
HexA9A3B99C01B100e44
Octal251243271111403340016104
Binary1010100110100011101110011001110001101110000000011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A3B9; }

 p { color: rgb(169,163,185); }

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

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

 a { background-color: rgb(169,163,185); }

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

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

 span { border-color: rgb(169,163,185); }

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